[GEM-dev] GEM Compilation under Ubuntu 9.10

IOhannes m zmölnig zmoelnig at iem.at
Tue Oct 27 22:26:27 CET 2009


gnd at itchybit.org wrote:
> Hi hello,
> 
> 
> when i try to compile GEM under Ubuntu 9.10 i get a:
> 
> recordQT4L.cpp: In function ‘lqt_file_type_t guess_qtformat(const char*)’:
> recordQT4L.cpp:96: error: invalid conversion from ‘const char*’ to ‘char*’
> make[3]: *** [recordQT4L.o] Error 1
> make[3]: Leaving directory `/root/src/Pd-0.41.4-extended/Gem/src/Pixes'
> make[2]: *** [Pixes] Error 2
> make[2]: Leaving directory `/root/src/Pd-0.41.4-extended/Gem/src'
> make[1]: *** [/root/src/Pd-0.41.4-extended/Gem/src/Gem.pd_linux] Error 2
> make[1]: Leaving directory `/root/src/Pd-0.41.4-extended/packages' make:
> *** [install] Error 2
> 
> I "fixed" it by making
> 
> static lqt_file_type_t guess_qtformat(const char* filename) be
> static lqt_file_type_t guess_qtformat(char* filename)
> 


thanks for the bug-report.
did you compile with "-Werror -Wall"?
which version of g++ is included in karmic?

mdfgsr
IOhannes






More information about the GEM-dev mailing list