<div dir="ltr"><ol><li>You can reset LANG environment variable for international log, like this:<br><span style="font-family:courier new,monospace">env LANG= make -f makefile.gnu JACK=true</span><br> <br></li><li>Show stdout of this:<br>
<span style="font-family:courier new,monospace">ldd ../bin/pd</span><br> </li><li>Any error-messages about jack in stderr of Pd?<br> </li><li>Have you tried to run the JACK before Pd?<br></li></ol><div><div><div class="gmail_extra">
<div class="gmail_quote">On 7 February 2014 22:46, Max <span dir="ltr">&lt;<a href="mailto:abonnements@revolwear.com" target="_blank">abonnements@revolwear.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
</div>Am 2014? 02? 08? 02:50, schrieb Miller Puckette:<br>
<div class="">&gt; On Sat, Feb 08, 2014 at 02:06:18AM +0900, Max wrote:<br>
&gt;&gt; -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1<br>
&gt;&gt;<br>
&gt;&gt; I need jack support in Pd, so I am trying to recompile 0.45-4 - -<br>
&gt;&gt; libtool, libjack0 and libjack-dev are installed. I get this:<br>
&gt;&gt;<br>
&gt;&gt; ./autogen.sh<br>
&gt;<br>
&gt; [thousands of lines deleted :)]<br>
<br>
</div>:/<br>
<div class=""><br>
&gt; The &#39;automake&#39; system, although apparently vital for preparing Pd<br>
&gt; for distributions such as Debian, seems to be far too fragile for<br>
&gt; non-experts to use effectively.<br>
&gt;<br>
&gt; You can &quot;just make&quot; pd by cding to pd/src and typing:<br>
&gt;<br>
&gt; make -f makefile.gnu clean       # (not needed if a clean source<br>
&gt; tree) make -f makefile.gnu JACK=true<br>
&gt;<br>
&gt; The &quot;makefile.gnu&quot; solution is the one I always use.  It&#39;s<br>
&gt; completely independent of the automake setup.<br>
<br>
</div>ok, thanks miller, it compiles, but i have no jack support whatsoever.<br>
<br>
make -f makefile.gnu JACK=true<br>
test -d ../bin || mkdir -p ../bin<br>
cd ../obj;  cc -Wl,-export-dynamic  -o ../bin/pd g_canvas.o g_graph.o<br>
g_text.o g_rtext.o g_array.o g_template.o g_io.o g_scalar.o<br>
g_traversal.o g_guiconnect.o g_readwrite.o g_editor.o g_all_guis.o<br>
g_bang.o g_hdial.o g_hslider.o g_mycanvas.o g_numbox.o g_toggle.o<br>
g_vdial.o g_vslider.o g_vumeter.o m_pd.o m_class.o m_obj.o m_atom.o<br>
m_memory.o m_binbuf.o m_conf.o m_glob.o m_sched.o s_main.o s_inter.o<br>
s_file.o s_print.o s_loader.o s_path.o s_entry.o s_audio.o s_midi.o<br>
s_utf8.o s_audio_paring.o d_ugen.o d_ctl.o d_arithmetic.o d_osc.o<br>
d_filter.o d_dac.o d_misc.o d_math.o d_fft.o d_fft_mayer.o<br>
d_fftroutine.o d_array.o d_global.o d_delay.o d_resample.o<br>
d_soundfile.o x_arithmetic.o x_connective.o x_interface.o x_midi.o<br>
x_misc.o x_time.o x_acoustics.o x_net.o x_text.o x_gui.o x_list.o<br>
x_array.o x_scalar.o s_midi_oss.o s_audio_alsa.o s_audio_alsamm.o<br>
s_midi_alsa.o s_audio_jack.o s_audio_oss.o  -ldl -lm -lpthread<br>
- -lasound -ljack<br>
test -d ../bin || mkdir -p ../bin<br>
cc -DPD -DHAVE_LIBDL -DHAVE_UNISTD_H -DHAVE_ALLOCA_H<br>
- -DPDGUIDIR=\&quot;tcl/\&quot; -D_LARGEFILE64_SOURCE<br>
- -DINSTALL_PREFIX=\&quot;/usr/local\&quot; -Wall -W -Wstrict-prototypes<br>
- -Wno-unused -Wno-unused-parameter -Wno-parentheses -Wno-switch<br>
- -DUSEAPI_ALSA -DUSEAPI_JACK -DUSEAPI_OSS -O3 -ffast-math<br>
- -funroll-loops -fomit-frame-pointer -fno-strict-aliasing  -o<br>
../bin/pd-watchdog s_watchdog.c<br>
test -d ../bin || mkdir -p ../bin<br>
cc -DPD -DHAVE_LIBDL -DHAVE_UNISTD_H -DHAVE_ALLOCA_H<br>
- -DPDGUIDIR=\&quot;tcl/\&quot; -D_LARGEFILE64_SOURCE<br>
- -DINSTALL_PREFIX=\&quot;/usr/local\&quot; -Wall -W -Wstrict-prototypes<br>
- -Wno-unused -Wno-unused-parameter -Wno-parentheses -Wno-switch<br>
- -DUSEAPI_ALSA -DUSEAPI_JACK -DUSEAPI_OSS -O3 -ffast-math<br>
- -funroll-loops -fomit-frame-pointer -fno-strict-aliasing   -o<br>
../bin/pdsend u_pdsend.c<br>
test -d ../bin || mkdir -p ../bin<br>
cc -DPD -DHAVE_LIBDL -DHAVE_UNISTD_H -DHAVE_ALLOCA_H<br>
- -DPDGUIDIR=\&quot;tcl/\&quot; -D_LARGEFILE64_SOURCE<br>
- -DINSTALL_PREFIX=\&quot;/usr/local\&quot; -Wall -W -Wstrict-prototypes<br>
- -Wno-unused -Wno-unused-parameter -Wno-parentheses -Wno-switch<br>
- -DUSEAPI_ALSA -DUSEAPI_JACK -DUSEAPI_OSS -O3 -ffast-math<br>
- -funroll-loops -fomit-frame-pointer -fno-strict-aliasing   -o<br>
../bin/pdreceive u_pdreceive.c<br>
u_pdreceive.c: In function ?tcpmakeoutput?:<br>
u_pdreceive.c:224:22: warning: ignoring return value of ?write?,<br>
declared with attribute warn_unused_result [-Wunused-result]<br>
                 write(1, outbuf, outlen);<br>
                      ^<br>
make -C ../extra/bonk~<br>
make[1]: Betrete Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/bonk~&#39;<br>
make[1]: Für das Ziel »all« ist nichts zu tun.<br>
make[1]: Verlasse Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/bonk~&#39;<br>
make -C ../extra/choice<br>
make[1]: Betrete Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/choice&#39;<br>
make[1]: Für das Ziel »all« ist nichts zu tun.<br>
make[1]: Verlasse Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/choice&#39;<br>
make -C ../extra/expr~<br>
make[1]: Betrete Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/expr~&#39;<br>
make[1]: Für das Ziel »all« ist nichts zu tun.<br>
make[1]: Verlasse Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/expr~&#39;<br>
make -C ../extra/fiddle~<br>
make[1]: Betrete Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/fiddle~&#39;<br>
make[1]: Für das Ziel »all« ist nichts zu tun.<br>
make[1]: Verlasse Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/fiddle~&#39;<br>
make -C ../extra/loop~<br>
make[1]: Betrete Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/loop~&#39;<br>
make[1]: Für das Ziel »all« ist nichts zu tun.<br>
make[1]: Verlasse Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/loop~&#39;<br>
make -C ../extra/lrshift~<br>
make[1]: Betrete Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/lrshift~&#39;<br>
make[1]: Für das Ziel »all« ist nichts zu tun.<br>
make[1]: Verlasse Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/lrshift~&#39;<br>
make -C ../extra/pique<br>
make[1]: Betrete Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/pique&#39;<br>
make[1]: Für das Ziel »all« ist nichts zu tun.<br>
make[1]: Verlasse Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/pique&#39;<br>
make -C ../extra/sigmund~<br>
make[1]: Betrete Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/sigmund~&#39;<br>
make[1]: Für das Ziel »all« ist nichts zu tun.<br>
make[1]: Verlasse Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/sigmund~&#39;<br>
make -C ../extra/pd~<br>
make[1]: Betrete Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/pd~&#39;<br>
make[1]: Für das Ziel »all« ist nichts zu tun.<br>
make[1]: Verlasse Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/pd~&#39;<br>
make -C ../extra/stdout<br>
make[1]: Betrete Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/stdout&#39;<br>
make[1]: Für das Ziel »all« ist nichts zu tun.<br>
make[1]: Verlasse Verzeichnis &#39;/home/max/Code/pd-0.45-4/extra/stdout&#39;<br>
<br>
<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.14 (GNU/Linux)<br>
Comment: Using GnuPG with Thunderbird - <a href="http://www.enigmail.net/" target="_blank">http://www.enigmail.net/</a><br>
<br>
iEYEARECAAYFAlL1KhkACgkQ3EB7kzgMM6IYIACfejTLmoVNwCPRaTydoMYtznbP<br>
Us8An0POXejrcx4FKtC9Oq+ovjmrzRN4<br>
=C4bT<br>
-----END PGP SIGNATURE-----<br>
<div class=""><div class="h5"><br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div></div></div></div>