[MLton] OpenGL
Stephen Weeks
MLton@mlton.org
Fri, 27 Feb 2004 16:06:31 -0800
> Lucky to catch me on Saturady. I just checked this change in, but I'm
> uncertain whether this was the result of some change in mlton I haven't
> accounted for.
>
> RCS file: /cvsroot/mlton/mlton/lib/opengl/Makefile,v
> retrieving revision 1.16
> diff -r1.16 Makefile
> 19c19
> < $(mlton) -export-header $@ -stop tc $<
> ---
> > $(mlton) -export-header true > $@ -stop tc $<
Yeah, the -export-header flage changed recently to take a file instead
of a bool. I undid the checkin.
> When attempting to rebuild everything I got this:
...
> grep -v mlton-stubs mlton-stubs.cm >mlton.cm
> make[2]: *** No rule to make target `elaborate/type-str.sig', needed by
> `mlton-c
...
> No time today to check if a make clean would solve.
I think it will. type-str.sig disappeared recently, but it looks like
it's gone from all the CM files, so I think you won't have problems
once you get the latest CM files.
Also, you could use the latest experimental release, which has the new
-export-header.