[PD] trying to make devel_0_38

Johannes Burström johannes at ljud.org
Thu Jan 20 11:30:54 CET 2005


Hello

trying to compile devel_0_38, from cvs today, on linux: 

./configure -enable-optimize=pentium4 --enable-simd --enable-threadedgui
--enable-gathreadlocks --enable-fftw --enable-jack --enable-threadedsf

after making for a while, i get this error:

cd ../obj;  cc -Wl,-export-dynamic -lasound  -o ../bin/pd g_canvas.o
g_graph.o g_text.o g_rtext.o g_array.o g_template.o g_io.o g_scalar.o
g_traversal.o g_guiconnect.o g_readwrite.o g_editor.o g_all_guis.o
g_bang.o g_hdial.o g_hslider.o g_mycanvas.o g_numbox.o g_toggle.o
g_vdial.o g_vslider.o g_vumeter.o m_pd.o m_class.o m_obj.o m_atom.o
m_memory.o m_binbuf.o m_conf.o m_glob.o m_sched.o s_main.o s_inter.o
s_file.o s_print.o s_loader.o s_path.o s_entry.o s_audio.o s_midi.o
d_ugen.o d_ctl.o d_arithmetic.o d_osc.o d_filter.o d_dac.o d_misc.o
d_math.o d_fft.o d_mayer_fft.o d_fftroutine.o d_array.o d_global.o
d_delay.o d_resample.o x_arithmetic.o x_connective.o x_interface.o
x_midi.o x_misc.o x_time.o x_acoustics.o x_net.o x_qlist.o x_gui.o
d_soundfile.o s_audio_jack.o s_midi_oss.o s_audio_oss.o s_audio_alsa.o
s_audio_alsamm.o m_simd.o m_simd_sse_gcc.o m_simd_sse_vc.o
m_simd_ve_gcc.o  \
-ljack -lfftw3f -lasound
m_sched.o(.text+0x10c): In function `m_scheduler':
: undefined reference to `fifo_init'
m_sched.o(.text+0xdd7): In function `run_idle_callbacks':
: undefined reference to `fifo_get'
m_sched.o(.text+0xdfe): In function `run_idle_callbacks':
: undefined reference to `fifo_get'
m_sched.o(.text+0x1801): In function `sys_callback':
: undefined reference to `fifo_init'
m_sched.o(.text+0x17fc): In function `sys_callback':
: undefined reference to `fifo_put'
collect2: ld returned 1 exit status
make: *** [../bin/pd] Error 1

i've tried the devel 0.37 snapshot on sourceforge, as well as stable
0.38 from cvs, and they make just fine. i'd appreciate any hints on what
i may be doing wrong. 

thanks,
Johannes





More information about the Pd-list mailing list