Giter Site home page Giter Site logo

cicm / creamlibrary Goto Github PK

View Code? Open in Web Editor NEW
25.0 25.0 6.0 49.23 MB

A set of PD externals for those who like vanilla... but also want some chocolate, coffee or caramel.

License: BSD 2-Clause "Simplified" License

C++ 83.17% Pure Data 16.82% Shell 0.01%

creamlibrary's People

Contributors

avilleret avatar pierreguillot avatar thomaslemeur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

creamlibrary's Issues

undefined symbol: setup_c0x2etoggle

RPi2 pd-vanilla 0.47-1

tried ./pd/extra/Cream/Cream.l_arm and succeeded
./pd/extra/Cream/Cream.l_arm: ./pd/extra/Cream/Cream.l_arm: undefined symbol setup_c0x2etoggle
Cream: can't load library

where is vDSP_polar defined ?

I notice the use of vDSP_polar in https://github.com/CICM/CreamLibrary/blob/master/Chocolate/c.spectroscope_tilde.cpp#L239

Where is this function defined ?
At least, building fails on Ubuntu because of that.

Is it from DSPTool [1] library ?
This library seems to be made for Mac OS only.
So using it reduce the compatibility of Cream library to that OS, which is I think a great pity.
For only on function, I do think it is possible to rewrite it in a cross-platform way.

[1] : https://github.com/eddyc/DSPTools

Compilation issue on Linux (64 bit Arch Linux)

Hi,
I am trying to compile the CreamLibrary on Linux (64 bit) for PD Vanilla. First, I cloned the repo and ran 'git submodule init' and 'git submodule update'. I then ran into a first issue when executing autogen.sh.
Makefile.am:30: error: required directory ./Package/Cream does not exist
It seems that the folder Package/cream (lowercase 'c') should be renamed to Package/Cream. Or that the makefile.am and configure.ac files should be modified accordingly.

pd_library_add_folder doesn't work with Vanilla ?

in file c.library.cpp, at line 70 there is :

pd_library_add_folder("CreamLibrary", "misc");

which, I guess, it intended to add the misc folder to search path right ?
If so, It doesn't work at least with Vanilla, where I have to add this path manually when launching Pd.
It's of course a minor issue.
Btw I would like to learn more about this method :)

huge amount of errors printed to pd console

with pd vanilla 0.46.6 on OSX 10.95 i get a lot of errors when mousing over objects in the 0.3 release version

Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'mouseleave' to object 'c.knob'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for message 'focus' to object 'c.number'
Bad arguments for mess

Macro missing in CicmWrapper eclass.h for Linux

ThirdParty/CicmWrapper/Sources/eclass.h is missing a line for the macro "CLASS_ATTR_FONT" starting at line 313. After the #else clause the line

#define CLASS_ATTR_FONT(c,name,flags,struct,member)

should be added. This fixes compilation for Linux (Ubuntu 15.04)

gop inside gop render error

Trying to create a c.bang object (or every other c gui object) inside a GOP as abstraction and then instanciate it inside another GOP the c graphic object positioning is wrong. It renders on the main cavas respect to the abstraction GOP where the object is and not respect to the main GOP where the abstraction actually is positioned,
You can download an exemple of this behaviour from: http://estereotips.net/release/c.gop.bug.tar.gz

My system is a Gnu/Linux Ubuntu 64bit, intel hd.

thanks

crash on Ubuntu 64bit when loading

I've build 94c210d on ubuntu 15.04 64bit with code::blocks and had a crash when creating a [c.blackboard] object.

Cream Library by Pierre Guillot
© 2013 - 2015  CICM | Paris 8 University
Version Beta 0.4 (May  3 2015) for Pd-Vanilla
Program received signal SIGSEGV, Segmentation fault.
eobj_new (c=0x78c840) at eobj_basic.c:44
44      *x  = (t_pd)c;
(gdb) thread apply all bt 

Thread 1 (Thread 0x7ffff7fbd740 (LWP 7793)):
#0  eobj_new (c=0x78c840) at eobj_basic.c:44
#1  0x00007ffff336f940 in blackboard_new (s=<optimized out>, argc=<optimized out>, argv=<optimized out>) at c.blackboard.cpp:162
#2  0x0000000000472189 in pd_typedmess ()
#3  0x000000000047b3f7 in binbuf_eval ()
#4  0x000000000041bc36 in canvas_objtext ()
#5  0x00000000004213e5 in text_setto ()
#6  0x000000000044f681 in glist_deselect ()
#7  0x0000000000454dcb in canvas_doclick ()
#8  0x000000000047214c in pd_typedmess ()
#9  0x000000000047b3f7 in binbuf_eval ()
#10 0x00000000004863bc in socketreceiver_read ()
#11 0x0000000000485625 in sys_domicrosleep.constprop ()
#12 0x000000000048795b in sys_pollgui ()
#13 0x0000000000481daa in m_mainloop ()
#14 0x00007ffff6de5a40 in __libc_start_main (main=0x412610 <main>, argc=5, argv=0x7fffffffdcd8, init=<optimized out>, 
    fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdcc8) at libc-start.c:289
#15 0x0000000000412649 in _start ()

c.menu doesn't allow $0 in send/receive symbol

when I try to put some $0 in the receive or send symbol in the property window of c.menu, the $0 is changed in '0'

So I can't put,an instance unique receive or send name which is a shame.

PD 0.48 - Can't load library

Pure Data can not load Cream, the compilation seems to go smoothly, even with some object deprecated.

Did anyone managed to compile and run this on Linux x64 with Pd 0.48 recently ?

Preset memory leak

Hi,
There's a memory leak on Linux with the preset object when you click a lot on it. I think you should change the method that looks for the objects in the patcher and prefer to use some kind link-list with the object that accepts preset in a patcher.
Cheers,
Bisous,
Smouak

Code::Block and Autotool build project are broken

I realize a while ago that building Cream with autotool or Code::blocks leads to undefined symbol.
Some setup functions have been added to c.library.cpp but the Makefile.am and c.library.cbp files doesn't include the source that implements those setup function.

I know this is a big deal to maintain a working crossplatform build system in a working state.
And since you seems to use Xcode on OS X, you should have a look to CMake.
This is a meta build system which can produce IDE project (Apple XCode, Microsoft Visual Studio, QtCreator...) and valid tool chain.
Thus only the CMake system should be updated each time you add a source.
Then cmake produces the build project for each platform.

This is what we are using with Jamoma (both for Core and Implementation (Max & Pd) build).

Error compiling: multiple definitions

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.