[email protected] 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 _______________________________________________ GEM-dev mailing list [email protected] http://lists.puredata.info/listinfo/gem-dev
