[GEM-dev] a few compilation problems

Mathieu Bouchard matju at artengine.ca
Tue Mar 28 03:21:54 CEST 2006


../Pixes/recordQT4L.h:22:18: error: lqt.h: No such file or directory

i had to replace <lqt.h> by <lqt/lqt.h>.

recordQT4L.cpp:23:26: error: colormodels.h: No such file or directory

i had to replace <colormodels.h> by <lqt/colormodels.h>.

In file included from pix_chroma_key.cpp:18:
pix_chroma_key.h:15:25: error: GemFuncUtil.h: No such file or directory

this is the problem that Peter Plessas had. He mentioned it on IRC
#dataflow, which is why I tried compiling Gem today. I changed #include
"GemFuncUtil.h" to "Base/GemFuncUtil.h".

 _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
| Freelance Digital Arts Engineer, Montréal QC Canada




More information about the GEM-dev mailing list