hi,
I'm trying to build CUBEmixer from svn.
Running make falls over when it gets to iemgui.
The relevant errors would seem to be:
make -C iemgui/src PDSOURCE=/home/ubuloop/CUBEmixer/src/pd/src
make[2]: Entering directory `/home/ubuloop/CUBEmixer/src/libs/iemgui/src'
:: room_sim_2d.o room_sim_3d.o cube_sphere.o sym_dial.o iem_image.o iem_vu.o hfadl_scale.o hfadr_scale.o vfad_scale.o numberbox_matrix.o iem_event.o iemgui.o
ld --export-dynamic -shared -o iemgui.pd_linux *.o -ldl -lm -lpthread
iem_image.o: In function `iem_image_calc_size':
iem_image.c:(.text+0xb17): undefined reference to `__stack_chk_fail_local'
iem_vu.o: In function `iem_vu_properties':
iem_vu.c:(.text+0x511): undefined reference to `__stack_chk_fail_local'
iem_vu.o: In function `iem_vu_change_bkgd_col':
iem_vu.c:(.text+0x111f): undefined reference to `__stack_chk_fail_local'
sym_dial.o: In function `sym_dial_properties':
sym_dial.c:(.text+0x791): undefined reference to `__stack_chk_fail_local'
sym_dial.o: In function `sym_dial_new':
sym_dial.c:(.text+0x1ce5): undefined reference to `__stack_chk_fail_local'
sym_dial.o:sym_dial.c:(.text+0x2a01): more undefined references to `__stack_chk_fail_local' follow
ld: iemgui.pd_linux: hidden symbol `__stack_chk_fail_local' isn't defined
ld: final link failed: Nonrepresentable section on output
make[2]: *** [all] Error 1
make[2]: Leaving directory `/home/ubuloop/CUBEmixer/src/libs/iemgui/src'
make[1]: *** [iemgui-build] Error 2
make[1]: Leaving directory `/home/ubuloop/CUBEmixer/src/libs'
make: *** [externals] Error 2
I tried to trace the stack_chk_fail_local error but didn't have much luck? Any ideas?
-michael