[cairo] Makefile.win32 contains recursive definition
Behdad Esfahbod
behdad at behdad.org
Thu Sep 18 13:40:51 PDT 2008
Damian Frank wrote:
> src/Makefile.win32 is broken:
> C:\cygwin\home\damianf\cairo-build\cairo>make -f Makefile.win32 CFG=release
> making all in src...
> make[1]: Entering directory `/home/damianf/cairo-build/cairo/src'
> Makefile.win32:26: *** Recursive variable `enabled_cairo_headers'
> references itself (eventually). Stop.
> make[1]: Leaving directory `/home/damianf/cairo-build/cairo/src'
> make: *** [cairo] Error 1
>
> This is true. Looking at Makefile.win32:
> cairo_headers = \
> $(enabled_cairo_headers) \
> $(NULL)
>
> In Makefile.win32.config:
> enabled_cairo_headers = $(cairo_headers)
>
> I'm not sure what the fix for this is, but one of these is jumbled. :-)
Eh, thanks. Finally someone's trying it on win32. Ok, I removed the dup
declaration. Please let me know if you get it to build using the win32
Makefile's, and if you need any further changes.
behdad
> Damian
More information about the cairo
mailing list