CreamLibrary icon indicating copy to clipboard operation
CreamLibrary copied to clipboard

Error compiling: multiple definitions

Open husk00 opened this issue 9 years ago • 6 comments

Hi, trying to compile the library on Ubuntu 14.04 64bit against pd 0.46/7 I get this errors:

make[2]: Leaving directory /home/husk/src/puredata/CreamLibrary/Package/Cream' make[1]: Leaving directory/home/husk/src/puredata/CreamLibrary/Package/Cream' make[1]: Entering directory /home/husk/src/puredata/CreamLibrary' /bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"Cream\" -DPACKAGE_TARNAME=\"Cream\" -DPACKAGE_VERSION=\"beta-0.4-git\" -DPACKAGE_STRING=\"Cream\ beta-0.4-git\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"https://github.com/CICM/CreamLibrary\" -DPACKAGE=\"Cream\" -DVERSION=\"beta-0.4-git\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/husk/src/puredata/pd-l2ork/pd/src -O3 -fPIC -g -O2 -MT Cream_la-c.library.lo -MD -MP -MF .deps/Cream_la-c.library.Tpo -c -o Cream_la-c.library.lotest -f 'c.library.cpp' || echo './'c.library.cpp libtool: compile: g++ -DPACKAGE_NAME=\"Cream\" -DPACKAGE_TARNAME=\"Cream\" -DPACKAGE_VERSION=\"beta-0.4-git\" "-DPACKAGE_STRING=\"Cream beta-0.4-git\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"https://github.com/CICM/CreamLibrary\" -DPACKAGE=\"Cream\" -DVERSION=\"beta-0.4-git\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/husk/src/puredata/pd-l2ork/pd/src -O3 -fPIC -g -O2 -MT Cream_la-c.library.lo -MD -MP -MF .deps/Cream_la-c.library.Tpo -c c.library.cpp -fPIC -DPIC -o .libs/Cream_la-c.library.o libtool: compile: g++ -DPACKAGE_NAME=\"Cream\" -DPACKAGE_TARNAME=\"Cream\" -DPACKAGE_VERSION=\"beta-0.4-git\" "-DPACKAGE_STRING=\"Cream beta-0.4-git\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"https://github.com/CICM/CreamLibrary\" -DPACKAGE=\"Cream\" -DVERSION=\"beta-0.4-git\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/husk/src/puredata/pd-l2ork/pd/src -O3 -fPIC -g -O2 -MT Cream_la-c.library.lo -MD -MP -MF .deps/Cream_la-c.library.Tpo -c c.library.cpp -o Cream_la-c.library.o >/dev/null 2>&1 mv -f .deps/Cream_la-c.library.Tpo .deps/Cream_la-c.library.Plo /bin/bash ./libtool --tag=CXX --mode=link g++ -I/home/husk/src/puredata/pd-l2ork/pd/src -O3 -fPIC -g -O2 -module -avoid-version -shared -shrext .l_ia64 -L/home/husk/src/puredata/pd-l2ork/pd/src -fPIC -o Cream.la -rpath /usr/local/lib/pd/extra/Cream Cream_la-c.library.lo Deprecated/libDeprecated.la Sources/libSources.la ThirdParty/CicmWrapper/Sources/libCicmWrapper.la libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o .libs/Cream_la-c.library.o -Wl,--whole-archive Deprecated/.libs/libDeprecated.a Sources/.libs/libSources.a ThirdParty/CicmWrapper/Sources/.libs/libCicmWrapper.a -Wl,--no-whole-archive -L/home/husk/src/puredata/pd-l2ork/pd/src -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -O3 -O2 -Wl,-soname -Wl,Cream.l_ia64 -o .libs/Cream.l_ia64 Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.pak.o): In functionpak_output': /home/husk/src/puredata/CreamLibrary/Deprecated/c.pak.cpp:29: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.pak.o): In functionpak_output': /home/husk/src/puredata/CreamLibrary/Deprecated/c.pak.cpp:29: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.pak.o): In functionGLOBAL__sub_I_c.pak.cpp': /home/husk/src/puredata/CreamLibrary/Deprecated/c.pak.cpp:29: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.pak.o): In functionpak_symbol': /home/husk/src/puredata/CreamLibrary/Deprecated/c.pak.cpp:68: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.pak.o): In functionpak_symbol': /home/husk/src/puredata/CreamLibrary/Deprecated/c.pak.cpp:68: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.prepend.o): In functionprepend_anything(prepend, symbol, int, atom)': /home/husk/src/puredata/CreamLibrary/Deprecated/c.prepend.cpp:131: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.prepend.o): In functionprepend_anything(prepend, symbol, int, atom)': /home/husk/src/puredata/CreamLibrary/Deprecated/c.prepend.cpp:131: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.prepend.o): In functionprepend_anything(prepend, symbol, int, atom)': /home/husk/src/puredata/CreamLibrary/Deprecated/c.prepend.cpp:131: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.prepend.o): In functionprepend_anything(prepend, symbol, int, atom)': /home/husk/src/puredata/CreamLibrary/Deprecated/c.prepend.cpp:137: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.prepend.o): In functionprepend_anything(prepend, symbol, int, atom)': /home/husk/src/puredata/CreamLibrary/Deprecated/c.prepend.cpp:137: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.loadmess.o): In functionloadmess_free': /home/husk/src/puredata/CreamLibrary/Deprecated/c.loadmess.cpp:63: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.loadmess.o): In functionloadmess_free': /home/husk/src/puredata/CreamLibrary/Deprecated/c.loadmess.cpp:65: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.loadmess.o): In functionloadmess_free': /home/husk/src/puredata/CreamLibrary/Deprecated/c.loadmess.cpp:67: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.loadmess.o): In functionloadmess_new': /home/husk/src/puredata/CreamLibrary/Deprecated/c.loadmess.cpp:71: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.loadmess.o): In functionloadmess_new': /home/husk/src/puredata/CreamLibrary/Deprecated/c.loadmess.cpp:72: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherargs.o): In functionpatcherargs_initialize': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patcherargs.cpp:37: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherargs.o): In functionpatcherargs_initialize': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patcherargs.cpp:37: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherargs.o): In functionpatcherargs_initialize': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patcherargs.cpp:39: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherargs.o): In functionpatcherargs_initialize': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patcherargs.cpp:41: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherargs.o): In functionpatcherargs_initialize': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patcherargs.cpp:42: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherinfos.o): In functionpatcherinfos_output': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patcherinfos.cpp:31: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherinfos.o): In functionpatcherinfos_output': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patcherinfos.cpp:31: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherinfos.o): In functionpatcherinfos_output': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patcherinfos.cpp:33: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherinfos.o): In functionpatcherinfos_output': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patcherinfos.cpp:35: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherinfos.o): In functionpatcherinfos_output': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patcherinfos.cpp:35: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patchermess.o): In functionGLOBAL__sub_I_c.patchermess.cpp': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patchermess.cpp:47: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patchermess.o): In functionGLOBAL__sub_I_c.patchermess.cpp': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patchermess.cpp:47: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patchermess.o): In functionGLOBAL__sub_I_c.patchermess.cpp': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patchermess.cpp:47: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patchermess.o): In functionGLOBAL__sub_I_c.patchermess.cpp': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patchermess.cpp:47: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patchermess.o): In functionGLOBAL__sub_I_c.patchermess.cpp': /home/husk/src/puredata/CreamLibrary/Deprecated/c.patchermess.cpp:47: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.convolve_tilde.o): In functionconvolve_set_do': /home/husk/src/puredata/CreamLibrary/Deprecated/c.convolve_tilde.cpp:59: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.convolve_tilde.o): In functionconvolve_set_do': /home/husk/src/puredata/CreamLibrary/Deprecated/c.convolve_tilde.cpp:59: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.convolve_tilde.o): In functionconvolve_set_do': /home/husk/src/puredata/CreamLibrary/Deprecated/c.convolve_tilde.cpp:65: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.convolve_tilde.o): In functionconvolve_set_do': /home/husk/src/puredata/CreamLibrary/Deprecated/c.convolve_tilde.cpp:61: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.convolve_tilde.o): In functionconvolve_set_do': /home/husk/src/puredata/CreamLibrary/Deprecated/c.convolve_tilde.cpp:68: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.freeverb_tilde.o): In functionGLOBAL__sub_I_c.freeverb_tilde.cpp': /home/husk/src/puredata/CreamLibrary/Deprecated/c.freeverb_tilde.cpp:296: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.freeverb_tilde.o): In functionfreeverb_perform(freeverb, text, float, long, float, long, long, long, void)': /home/husk/src/puredata/CreamLibrary/Deprecated/c.freeverb_tilde.cpp:306: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.freeverb_tilde.o): In functionfreeverb_perform(freeverb, text, float**, long, float**, long, long, long, void)': /home/husk/src/puredata/CreamLibrary/Deprecated/c.freeverb_tilde.cpp:307: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.freeverb_tilde.o): In functionfreeverb_perform(freeverb, text, float_, long, float__, long, long, long, void_)': /home/husk/src/puredata/CreamLibrary/Deprecated/c.freeverb_tilde.cpp:307: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.freeverb_tilde.o): In functionfreeverb_perform(freeverb, text, float**, long, float**, long, long, long, void_)': /home/husk/src/puredata/CreamLibrary/Deprecated/c.freeverb_tilde.cpp:307: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.bang.o): In functionbang_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.bang.cpp:256: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.bang.o): In functionbang_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.bang.cpp:256: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.bang.o): In functionbang_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.bang.cpp:259: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.bang.o): In functionbang_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.bang.cpp:259: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.bang.o): In functionbang_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.bang.cpp:252: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.blackboard.o): In functionblackboard_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.blackboard.cpp:44: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.blackboard.o): In functionblackboard_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.blackboard.cpp:45: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.blackboard.o): In functionblackboard_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.blackboard.cpp:45: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.blackboard.o): In functionblackboard_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.blackboard.cpp:42: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.blackboard.o): In functionblackboard_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.blackboard.cpp:42: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.breakpoints.o): In functionbreakpoints_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.breakpoints.cpp:537: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.breakpoints.o): In functionbreakpoints_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.breakpoints.cpp:538: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.breakpoints.o): In functionbreakpoints_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.breakpoints.cpp:538: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.breakpoints.o): In functionbreakpoints_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.breakpoints.cpp:535: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.breakpoints.o): In functionbreakpoints_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.breakpoints.cpp:535: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.colorpanel.o): In functioncolorpanel_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.colorpanel.cpp:159: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.colorpanel.o): In functioncolorpanel_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.colorpanel.cpp:159: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.colorpanel.o): In functioncolorpanel_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.colorpanel.cpp:160: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.colorpanel.o): In functioncolorpanel_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.colorpanel.cpp:160: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.colorpanel.o): In functioncolorpanel_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.colorpanel.cpp:157: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.dsp_tilde.o): In functiondsp_tilde_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.dsp_tilde.cpp:49: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.dsp_tilde.o): In functiondsp_tilde_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.dsp_tilde.cpp:50: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.dsp_tilde.o): In functiondsp_tilde_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.dsp_tilde.cpp:50: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.dsp_tilde.o): In functiondsp_tilde_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.dsp_tilde.cpp:47: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.dsp_tilde.o): In functiondsp_tilde_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.dsp_tilde.cpp:47: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.gain_tilde.o): In functiongain_perform': /home/husk/src/puredata/CreamLibrary/Sources/c.gain_tilde.cpp:96: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.gain_tilde.o): In functiongain_perform': /home/husk/src/puredata/CreamLibrary/Sources/c.gain_tilde.cpp:93: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.gain_tilde.o): In functiongain_perform': /home/husk/src/puredata/CreamLibrary/Sources/c.gain_tilde.cpp:97: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.gain_tilde.o): In functiongain_perform': /home/husk/src/puredata/CreamLibrary/Sources/c.gain_tilde.cpp:94: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.gain_tilde.o): In functiongain_perform': /home/husk/src/puredata/CreamLibrary/Sources/c.gain_tilde.cpp:95: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.incdec.o): In functionincdec_set': /home/husk/src/puredata/CreamLibrary/Sources/c.incdec.cpp:41: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.incdec.o): In functionincdec_set': /home/husk/src/puredata/CreamLibrary/Sources/c.incdec.cpp:41: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.incdec.o): In functionincdec_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.incdec.cpp:81: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.incdec.o): In functionincdec_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.incdec.cpp:81: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.incdec.o): In functionincdec_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.incdec.cpp:82: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.knob.o): In functionknob_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.knob.cpp:77: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.knob.o): In functionknob_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.knob.cpp:79: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.knob.o): In functionknob_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.knob.cpp:79: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.knob.o): In functionknob_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.knob.cpp:80: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.knob.o): In functionknob_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.knob.cpp:80: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.matrix.o): In functionmatrixctrl_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.matrix.cpp:205: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.matrix.o): In functionmatrixctrl_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.matrix.cpp:205: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.matrix.o): In functionmatrixctrl_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.matrix.cpp:206: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.matrix.o): In functionmatrixctrl_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.matrix.cpp:206: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.matrix.o): In functionmatrixctrl_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.matrix.cpp:203: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.menu.o): In functionmenu_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.menu.cpp:316: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.menu.o): In functionmenu_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.menu.cpp:316: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.menu.o): In functionmenu_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.menu.cpp:317: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.menu.o): In functionmenu_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.menu.cpp:317: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.menu.o): In functionmenu_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.menu.cpp:314: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.meter_tilde.o): In functionmeter_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.meter_tilde.cpp:99: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.meter_tilde.o): In functionmeter_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.meter_tilde.cpp:99: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.meter_tilde.o): In functionmeter_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.meter_tilde.cpp:100: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.meter_tilde.o): In functionmeter_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.meter_tilde.cpp:100: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.meter_tilde.o): In functionmeter_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.meter_tilde.cpp:97: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.number.o): In functionnumber_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.number.cpp:71: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.number.o): In functionnumber_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.number.cpp:73: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.number.o): In functionnumber_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.number.cpp:73: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.number.o): In functionnumber_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.number.cpp:74: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.number.o): In functionnumber_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.number.cpp:74: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.number_tilde.o): In functionnumber_tilde_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.number_tilde.cpp:164: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.number_tilde.o): In functionnumber_tilde_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.number_tilde.cpp:164: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.number_tilde.o): In functionnumber_tilde_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.number_tilde.cpp:165: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.number_tilde.o): In functionnumber_tilde_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.number_tilde.cpp:165: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.number_tilde.o): In functionnumber_tilde_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.number_tilde.cpp:162: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.plane.o): In functionplane_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.plane.cpp:93: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.plane.o): In functionplane_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.plane.cpp:93: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.plane.o): In functionplane_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.plane.cpp:94: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.plane.o): In functionplane_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.plane.cpp:94: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.plane.o): In functionplane_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.plane.cpp:91: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.preset.o): In functionpreset_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.preset.cpp:304: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.preset.o): In functionpreset_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.preset.cpp:304: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.preset.o): In functionpreset_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.preset.cpp:305: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.preset.o): In functionpreset_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.preset.cpp:305: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.preset.o): In functionpreset_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.preset.cpp:302: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.radio.o): In functionradio_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.radio.cpp:242: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.radio.o): In functionradio_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.radio.cpp:242: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.radio.o): In functionradio_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.radio.cpp:243: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.radio.o): In functionradio_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.radio.cpp:243: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.radio.o): In functionradio_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.radio.cpp:240: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.rslider.o): In functionrslider_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.rslider.cpp:94: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.rslider.o): In functionrslider_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.rslider.cpp:94: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.rslider.o): In functionrslider_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.rslider.cpp:95: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.rslider.o): In functionrslider_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.rslider.cpp:95: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.rslider.o): In functionrslider_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.rslider.cpp:92: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.scope_tilde.o): In functionscope_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.scope_tilde.cpp:100: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.scope_tilde.o): In functionscope_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.scope_tilde.cpp:100: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.scope_tilde.o): In functionscope_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.scope_tilde.cpp:101: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.scope_tilde.o): In functionscope_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.scope_tilde.cpp:101: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.scope_tilde.o): In functionscope_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.scope_tilde.cpp:98: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.slider.o): In functionslider_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.slider.cpp:65: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.slider.o): In functionslider_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.slider.cpp:67: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.slider.o): In functionslider_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.slider.cpp:67: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.slider.o): In functionslider_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.slider.cpp:68: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.slider.o): In functionslider_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.slider.cpp:68: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.tab.o): In functiontab_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.tab.cpp:294: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.tab.o): In functiontab_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.tab.cpp:294: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.tab.o): In functiontab_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.tab.cpp:295: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.tab.o): In functiontab_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.tab.cpp:295: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.tab.o): In functiontab_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.tab.cpp:292: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.toggle.o): In functiontoggle_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.toggle.cpp:63: multiple definition of pd_extrapath' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.toggle.o): In functiontoggle_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.toggle.cpp:63: multiple definition of array_joc' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:20: first defined here Sources/.libs/libSources.a(libSources_la-c.toggle.o): In functiontoggle_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.toggle.cpp:64: multiple definition of preset_node_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:25: first defined here Sources/.libs/libSources.a(libSources_la-c.toggle.o): In functiontoggle_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.toggle.cpp:64: multiple definition of preset_hub_class' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here Sources/.libs/libSources.a(libSources_la-c.toggle.o): In functiontoggle_getdrawparams': /home/husk/src/puredata/CreamLibrary/Sources/c.toggle.cpp:61: multiple definition of array_garray' .libs/Cream_la-c.library.o:/home/husk/src/puredata/CreamLibrary/c.library.cpp:26: first defined here collect2: error: ld returned 1 exit status make[1]: *_\* [Cream.la] Error 1 make[1]: Leaving directory /home/husk/src/puredata/CreamLibrary' make: *** [all-recursive] Error 1

husk00 avatar Oct 14 '15 11:10 husk00

Hi, I just tried on Mac Os and it seems to work (d7eaac8 - beta-0.4). Have you try to clean before using make (make clean) ?

pierreguillot avatar Oct 14 '15 19:10 pierreguillot

Hi, I succeed on compile against pd-vanila 0.46-7 by using the right checkout of CicmWrapper, but when I run pd I get this error on loading Cream library: ./Cream/Cream.l_ia64: ./Cream/Cream.l_ia64: undefined symbol: setup_c0x2ecomment

thanks

husk00 avatar Oct 15 '15 12:10 husk00

I think you still have the wrong version because I created ecomment the last weeks (late after the 0.4 release).

pierreguillot avatar Oct 15 '15 18:10 pierreguillot

I'm trying to compile under Linux x64, same log as the first message on this post.

make[1] : on entre dans le répertoire « /tmp/CreamLibrary-master »
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"Cream\" -DPACKAGE_TARNAME=\"Cream\" -DPACKAGE_VERSION=\"beta-0.4-git\" -DPACKAGE_STRING=\"Cream\ beta-0.4-git\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"https://github.com/CICM/CreamLibrary\" -DPACKAGE=\"Cream\" -DVERSION=\"beta-0.4-git\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.    -I/usr/local/include/pd  -O3 -fPIC  -g -O2 -MT Cream_la-c.library.lo -MD -MP -MF .deps/Cream_la-c.library.Tpo -c -o Cream_la-c.library.lo `test -f 'c.library.cpp' || echo './'`c.library.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"Cream\" -DPACKAGE_TARNAME=\"Cream\" -DPACKAGE_VERSION=\"beta-0.4-git\" "-DPACKAGE_STRING=\"Cream beta-0.4-git\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"https://github.com/CICM/CreamLibrary\" -DPACKAGE=\"Cream\" -DVERSION=\"beta-0.4-git\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/local/include/pd -O3 -fPIC -g -O2 -MT Cream_la-c.library.lo -MD -MP -MF .deps/Cream_la-c.library.Tpo -c c.library.cpp  -fPIC -DPIC -o .libs/Cream_la-c.library.o
libtool: compile:  g++ -DPACKAGE_NAME=\"Cream\" -DPACKAGE_TARNAME=\"Cream\" -DPACKAGE_VERSION=\"beta-0.4-git\" "-DPACKAGE_STRING=\"Cream beta-0.4-git\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"https://github.com/CICM/CreamLibrary\" -DPACKAGE=\"Cream\" -DVERSION=\"beta-0.4-git\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/local/include/pd -O3 -fPIC -g -O2 -MT Cream_la-c.library.lo -MD -MP -MF .deps/Cream_la-c.library.Tpo -c c.library.cpp -o Cream_la-c.library.o >/dev/null 2>&1
mv -f .deps/Cream_la-c.library.Tpo .deps/Cream_la-c.library.Plo
/bin/sh ./libtool  --tag=CXX   --mode=link g++ -I/usr/local/include/pd  -O3 -fPIC  -g -O2 -module -avoid-version -shared -shrext .l_ia64  -L/usr/local/include/pd  -fPIC  -o Cream.la -rpath /tmp/prout/lib/pd/extra/Cream Cream_la-c.library.lo Deprecated/libDeprecated.la Sources/libSources.la ThirdParty/CicmWrapper/Sources/libCicmWrapper.la 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o  .libs/Cream_la-c.library.o  -Wl,--whole-archive Deprecated/.libs/libDeprecated.a Sources/.libs/libSources.a ThirdParty/CicmWrapper/Sources/.libs/libCicmWrapper.a -Wl,--no-whole-archive  -L/usr/local/include/pd -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o  -O3 -g -O2   -Wl,-soname -Wl,Cream.l_ia64 -o .libs/Cream.l_ia64
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.pak.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:(.bss+0x0): first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.prepend.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.loadmess.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherargs.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherinfos.o):(.bss+0x0): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patchermess.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.convolve_tilde.o):(.bss+0x0): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.freeverb_tilde.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.bang.o):(.bss+0x0): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.blackboard.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.breakpoints.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.colorpanel.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.dsp_tilde.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.gain_tilde.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.incdec.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.knob.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.matrix.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.menu.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.meter_tilde.o):(.bss+0x0): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.number.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.number_tilde.o):(.bss+0x0): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.plane.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.preset.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.radio.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.rslider.o):(.bss+0x0): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.scope_tilde.o):(.bss+0x0): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.slider.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.tab.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
Sources/.libs/libSources.a(libSources_la-c.toggle.o):(.bss+0x8): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/tmp/CreamLibrary-master/c.library.h:51: first defined here
collect2: error: ld returned 1 exit status
Makefile:514 : la recette pour la cible « Cream.la » a échouée
make[1]: *** [Cream.la] Erreur 1
make[1] : on quitte le répertoire « /tmp/CreamLibrary-master »
Makefile:589 : la recette pour la cible « all-recursive » a échouée
make: *** [all-recursive] Erreur 1

ghost avatar Jun 09 '16 15:06 ghost

same, compile under RPI2/raspbian jessie

make[1]: Entering directory '/home/pi/CreamLibrary-0.4-beta'
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"Cream\" -DPACKAGE_TARNAME=\"Cream\" -DPACKAGE_VERSION=\"beta-0.4-git\" -DPACKAGE_STRING=\"Cream\ beta-0.4-git\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"https://github.com/CICM/CreamLibrary\" -DPACKAGE=\"Cream\" -DVERSION=\"beta-0.4-git\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.    -I/home/pi/pd/src  -O3 -fPIC  -g -O2 -MT Cream_la-c.library.lo -MD -MP -MF .deps/Cream_la-c.library.Tpo -c -o Cream_la-c.library.lo `test -f 'c.library.cpp' || echo './'`c.library.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"Cream\" -DPACKAGE_TARNAME=\"Cream\" -DPACKAGE_VERSION=\"beta-0.4-git\" "-DPACKAGE_STRING=\"Cream beta-0.4-git\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"https://github.com/CICM/CreamLibrary\" -DPACKAGE=\"Cream\" -DVERSION=\"beta-0.4-git\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/pi/pd/src -O3 -fPIC -g -O2 -MT Cream_la-c.library.lo -MD -MP -MF .deps/Cream_la-c.library.Tpo -c c.library.cpp  -fPIC -DPIC -o .libs/Cream_la-c.library.o
mv -f .deps/Cream_la-c.library.Tpo .deps/Cream_la-c.library.Plo
/bin/bash ./libtool  --tag=CXX   --mode=link g++ -I/home/pi/pd/src  -O3 -fPIC  -g -O2 -module -avoid-version -shared -shrext .l_i386  -L/home/pi/pd/bin  -fPIC  -o Cream.la -rpath /usr/local/lib/pd/extra/Cream Cream_la-c.library.lo Deprecated/libDeprecated.la Sources/libSources.la ThirdParty/CicmWrapper/Sources/libCicmWrapper.la
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/arm-linux-gnueabihf/4.9/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/4.9/crtbeginS.o  .libs/Cream_la-c.library.o  -Wl,--whole-archive Deprecated/.libs/libDeprecated.a Sources/.libs/libSources.a ThirdParty/CicmWrapper/Sources/.libs/libCicmWrapper.a -Wl,--no-whole-archive  -L/home/pi/pd/bin -L/usr/lib/gcc/arm-linux-gnueabihf/4.9 -L/usr/lib/gcc/arm-linux-gnueabihf/4.9/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/4.9/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/arm-linux-gnueabihf/4.9/crtendS.o /usr/lib/gcc/arm-linux-gnueabihf/4.9/../../../arm-linux-gnueabihf/crtn.o  -O3 -O2   -Wl,-soname -Wl,Cream.l_i386 -o .libs/Cream.l_i386
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.pak.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:(.bss+0xbc): first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.prepend.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.loadmess.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherargs.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patcherinfos.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.patchermess.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.convolve_tilde.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Deprecated/.libs/libDeprecated.a(libDeprecated_la-c.freeverb_tilde.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.bang.o):(.bss+0xc0): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.blackboard.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.breakpoints.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.colorpanel.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.dsp_tilde.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.gain_tilde.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.incdec.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.knob.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.matrix.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.menu.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.meter_tilde.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.number.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.number_tilde.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.plane.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.preset.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.radio.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.rslider.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.scope_tilde.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.slider.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.tab.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
Sources/.libs/libSources.a(libSources_la-c.toggle.o):(.bss+0xbc): multiple definition of `glist_reloadingabstraction'
.libs/Cream_la-c.library.o:/home/pi/CreamLibrary-0.4-beta/c.library.h:64: first defined here
collect2: error: ld returned 1 exit status
Makefile:504: recipe for target 'Cream.la' failed
make[1]: *** [Cream.la] Error 1
make[1]: Leaving directory '/home/pi/CreamLibrary-0.4-beta'
Makefile:579: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

bezlikiyshleyf avatar Aug 20 '16 16:08 bezlikiyshleyf

This linking error is due to a bug in 0.47-0 (and still there in 0.47-1) which has been fixed with https://github.com/pure-data/pure-data/commit/07a14c540630bc2344a80da30464405900d556fb (on August 2d) See https://github.com/pure-data/pure-data/pull/21 for reference. To build, you have to update pd at least to https://github.com/pure-data/pure-data/commit/07a14c540630bc2344a80da30464405900d556fb Be careful to load Cream library with the Pd's version you build against, otherwise crash may happen. Since there is no release since this fix, you may need to build Pd yourself in the meanwhile.

I think we can close this issue.

avilleret avatar Nov 21 '16 09:11 avilleret