Hi,
here are some Makefile.am/configure.in
additions/corrections required for compilation in the
MinGW MSYS environment.
The folder font_@AGG_PLATFORM_FONTS@ exists to make
automake happy. There must be a better way but I don't
know any ... maybe using jam or bakelite would be a
better solution?
These changes work under both Cygwin and MinGW/MSYS.
The autogen.sh compilation process should be tested on
Linux platforms again because I don't have access to a
Linux system here.
Regards,
Mark
Makefile / configure patches
Logged In: YES
user_id=995396
To unify the build process on Cygwin and Linux systems, you
have to rename the following files:
truetype_test.cpp -> win32_tt_test.cpp
trans_curve1_ft.cpp -> trans_curve1_freetype.cpp
trans_curve2_ft.cpp -> trans_curve2_freetype.cpp
trans_curve1.cpp -> trans_curve1_win32_tt.cpp
trans_curve2.cpp -> trans_curve2_win32_tt.cpp
Regards,
Mark
Newly added or renamed files