-
Notifications
You must be signed in to change notification settings - Fork 6
Error compiling: multiple definitions #19
Comments
Hi, |
Hi, thanks |
I think you still have the wrong version because I created ecomment the last weeks (late after the 0.4 release). |
I'm trying to compile under Linux x64, same log as the first message on this post.
|
same, compile under RPI2/raspbian jessie
|
This linking error is due to a bug in 0.47-0 (and still there in 0.47-1) which has been fixed with pure-data/pure-data@07a14c5 (on August 2d) I think we can close this issue. |
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.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/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 function
pak_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 function
pak_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 function
GLOBAL__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 function
pak_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 function
pak_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 function
prepend_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 function
prepend_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 function
prepend_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 function
prepend_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 function
prepend_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 function
loadmess_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 function
loadmess_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 function
loadmess_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 function
loadmess_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 function
loadmess_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 function
patcherargs_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 function
patcherargs_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 function
patcherargs_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 function
patcherargs_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 function
patcherargs_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 function
patcherinfos_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 function
patcherinfos_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 function
patcherinfos_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 function
patcherinfos_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 function
patcherinfos_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 function
GLOBAL__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 function
GLOBAL__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 function
GLOBAL__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 function
GLOBAL__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 function
GLOBAL__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 function
convolve_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 function
convolve_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 function
convolve_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 function
convolve_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 function
convolve_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 function
GLOBAL__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 function
freeverb_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 function
freeverb_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 function
freeverb_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 function
freeverb_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 function
bang_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 function
bang_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 function
bang_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 function
bang_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 function
bang_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 function
blackboard_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 function
blackboard_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 function
blackboard_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 function
blackboard_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 function
blackboard_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 function
breakpoints_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 function
breakpoints_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 function
breakpoints_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 function
breakpoints_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 function
breakpoints_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 function
colorpanel_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 function
colorpanel_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 function
colorpanel_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 function
colorpanel_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 function
colorpanel_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 function
dsp_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 function
dsp_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 function
dsp_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 function
dsp_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 function
dsp_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 function
gain_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 function
gain_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 function
gain_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 function
gain_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 function
gain_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 function
incdec_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 function
incdec_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 function
incdec_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 function
incdec_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 function
incdec_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 function
knob_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 function
knob_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 function
knob_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 function
knob_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 function
knob_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 function
matrixctrl_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 function
matrixctrl_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 function
matrixctrl_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 function
matrixctrl_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 function
matrixctrl_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 function
menu_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 function
menu_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 function
menu_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 function
menu_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 function
menu_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 function
meter_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 function
meter_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 function
meter_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 function
meter_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 function
meter_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 function
number_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 function
number_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 function
number_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 function
number_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 function
number_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 function
number_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 function
number_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 function
number_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 function
number_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 function
number_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 function
plane_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 function
plane_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 function
plane_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 function
plane_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 function
plane_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 function
preset_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 function
preset_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 function
preset_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 function
preset_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 function
preset_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 function
radio_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 function
radio_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 function
radio_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 function
radio_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 function
radio_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 function
rslider_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 function
rslider_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 function
rslider_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 function
rslider_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 function
rslider_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 function
scope_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 function
scope_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 function
scope_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 function
scope_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 function
scope_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 function
slider_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 function
slider_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 function
slider_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 function
slider_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 function
slider_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 function
tab_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 function
tab_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 function
tab_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 function
tab_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 function
tab_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 function
toggle_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 function
toggle_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 function
toggle_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 function
toggle_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 function
toggle_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
The text was updated successfully, but these errors were encountered: