[PD-dev] [ pure-data-Patches-1417751 ] make ../bin before compiling

SourceForge.net noreply at sourceforge.net
Mon Aug 14 07:24:20 CEST 2006


Patches item #1417751, was opened at 2006-01-28 18:56
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1417751&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 8
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: make ../bin before compiling

Initial Comment:

Simple makefile.in patch to prevent the bimonthly post
about ../bin being missing when compiling Pd:

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 x_list.o d_soundfile.o
s_midi_oss.o s_audio_oss.o s_audio_alsa.o
s_audio_alsamm.o s_midi_alsa.o  \
-ldl -lm -lpthread -lasound
/usr/bin/ld: cannot open output file ../bin/pd: No such
file or directory
collect2: ld returned 1 exit status
make: *** [../bin/pd] Error 1


----------------------------------------------------------------------

>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 22:24

Message:
Logged In: YES 
user_id=313747

Took it for 0.40


----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-06-27 00:27

Message:
Logged In: YES 
user_id=27104

I don't know why that dir goes missing, but the "nada" thing
is a bad kludge.  Any sane build system will create what it
needs, and clean up what it creates.

----------------------------------------------------------------------

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-06-26 08:50

Message:
Logged In: YES 
user_id=564396

it would be interesting to know where this problem comes from.
in the CVS, there is a file "nada" in the pd/bin/ directory
in order to force creation of the directory when you do a
fresh checkout;
in the pd-0.39-2.src.tar.gz as provided by msp, there is
also the pd/bin directory;

so why are some people missing this directory?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1417751&group_id=55736




More information about the Pd-dev mailing list