hi list,
now IOhannes helped me out w/ the cylinder but i struggle building the gemcvs. the project builder reports this:
Building target “gem_darwin” with build style “Development” (optimization:level ‘0’, debug-symbols:on) — (6 errors) Missing file or directory: src/Pixes/pix_dv.cpp Missing file or directory: src/Base/GemOutput.cpp Missing file or directory: src/Controls/gemcontrol.cpp Missing file or directory: src/Controls/gemwindow.cpp Missing file or directory: ../../GemLibs/FTGL/mac/build/libftgl.a Missing file or directory: ../../GemLibs/freetype-2.1.9/objs/.libs/libfreetype.a
franz hildgen once showed me how to do it, but it's been a while ago..
Max Neupert wrote:
hi list,
Building target “gem_darwin” with build style “Development” (optimization:level ‘0’, debug-symbols:on) — (6 errors) Missing file or directory: src/Pixes/pix_dv.cpp
this is gone. delete all references to pix_dv from your project.
Missing file or directory: src/Base/GemOutput.cpp Missing file or directory: src/Controls/gemcontrol.cpp Missing file or directory: src/Controls/gemwindow.cpp
these are part of the multiple_window target (shouldn't be in that project at all) delete the references to these files in the project; and make sure you have a reference to src/Controls/gemwin.cpp
Missing file or directory: ../../GemLibs/FTGL/mac/build/libftgl.a Missing file or directory:
../../GemLibs/freetype-2.1.9/objs/.libs/libfreetype.a
you have to have ftgl compiled and installed on your machine. while it should be in the CVS (/GemLibs) i am pretty sure it is not, but it is available on the internet.
mfg.asdr IOhannes
Am 05.04.2005 um 18:58 schrieb IOhannes m zmoelnig:
you have to have ftgl compiled and installed on your machine. while it should be in the CVS (/GemLibs) i am pretty sure it is not, but it is available on the internet.
http://gltt.sourceforge.net/download.html
but it needs freetype to build (and freetype probably needs xy to compile which needs xxy...) no time for schnitzeljagd. i give up. or does somebody on the list have a just made Gem.darwin?
thanks anyway!
max