[GEM-dev] GEM Compilation under Ubuntu 9.10

gnd at itchybit.org gnd at itchybit.org
Tue Oct 27 22:06:05 CET 2009


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)

- i never use the pix_record object ..

cheers,

gnd/







More information about the GEM-dev mailing list