[PD] compiling pd vanilla problems on OS X 10.6 Snow Leopard

Jaime Oliver jaime.oliver2 at gmail.com
Thu Dec 31 18:10:29 CET 2009


Hi,

sorry for the lack of involvement so far! I'm willing to benchmark any
tests needed.

something very weird has happened...

I compiled it without any evident problems and have used it fine, for
a while. The config log for that build is attached as config.log

However, I just downloaded it again and tried to compile and got a
bunch of errors. I am attaching the output to the console as
console-output.txt and the config log for that build as
config-error.log.

Is it possible there has been a change in pd-0.42-5?

J




On Wed, Dec 30, 2009 at 7:09 PM, Rich E <reakinator at gmail.com> wrote:
> I listed some notes about the problems I was having with the gui rewrite,
> most problematic is that you can't navigate in text with arrows.  Should I
> file bug reports or is the list fine for this?
> pd-gui-rewrite compiled with tcl/tk 8.5, but vanilla/extended ships with
> 8.4.  I'd like to compile them with 8.5 to see if that is adding the
> functionality.
> both versions of libPdTCL.dylib, compiled and from the dmg, are i386 32-bit.
>  I don't know why the compiled version complains that this is the wrong
> architecture while the dmg version doesn't.
> Has anyone compiled a working version of pd vanilla in Snow Leopard? Jaime?
> On Tue, Dec 29, 2009 at 6:15 PM, Hans-Christoph Steiner <hans at at.or.at>
> wrote:
>>
>> On Dec 28, 2009, at 1:19 PM, Rich E wrote:
>>
>> Hans,
>>
>> The gui rewrite version works fine on my computer, but I need
>> Pd-Vanilla/Extented for testing purposes.  Not to mention, there are various
>> small bugs in the gui rewrite branch that make it difficult to use when I'm
>> making music.
>>
>> Please report them, so that I can fix them.  Now's the time for the final
>> push on the new GUI code since Miller is working on tying it all into the
>> 0.43 release.
>>
>> The problem is also that the wacom external I am working with * only *
>> works with the pd-gui-rewrite branch, but I don't know if that is because I
>> compiled it from source (with maybe a different version of Tcl/Tk) or
>> because you re-wrote the Tk code to use Apple Events in a different way.
>>
>> I didn't really do anything explicit with Apple Events, but it is a
>> ground-up rewrite.  Depending on where you got your build, it could be using
>> Tcl/Tk 8.5.  You can check that with the [hcs/tcl_version] object.
>>
>> About 64-bit, I've decided to just compile all my music software as 32-bit
>> for now, it seems to be too early for most apps still to run everything as
>> 64-bit (and no real gain any way).  Most everything pre-compiled (ex.
>> pd-extended) is 32-bit, anyway.
>>
>> So, that said, anyone have any suggestions on what is going wrong with my
>> libPdTcl.dylib? The version included with Pd-extended is also i386, yet tk
>> doesn't complain about it when running Wish...
>>
>> Run "file libPdTcl.dylib" to see what kind of binary it is.  That whole
>> thing is such a kludge... I shudder to even think about it.  Plus its
>> totally gone in 0.43.  As for 64-bit, that's something we do need to get
>> fixed.
>> .hc
>>
>> Rich
>>
>> On Mon, Dec 28, 2009 at 8:52 PM, Hans-Christoph Steiner <hans at at.or.at>
>> wrote:
>>>
>>> Try the 0.43/pd-gui-rewrite branch, with the new autotools build system.
>>>  I think it should build properly on Mac OS X 64-bit:
>>> http://puredata.info/dev/PdGuiRewrite
>>> If not, report problems here and I try to fix them and commit them.
>>> .hc
>>> On Dec 27, 2009, at 10:25 AM, Rich E wrote:
>>>
>>> On I go.
>>>
>>> Loading /usr/bin/wish turns out to be 64bit, but running pd from Miller's
>>> pre-built app (or Pd-extended pre-built) creates a 32bit version.  When
>>> compiling from source, I am making libPdTcl.dylib 32bit, but wish's 'load'
>>> function thinks this is the wrong architecture - I think then that wish
>>> needs to be run as 32bit, but I can't figure out how to do this or how the
>>> pre-built app is doing this.  I can't find any doc's on that load function,
>>> either (line 67 of pd.tk).
>>>
>>> I'm just shooting in the dark here, trying to conjure up some advice.  I
>>> need to get pd compiled from source to work on an external.
>>>
>>> Rich
>>>
>>> On Sat, Dec 26, 2009 at 12:29 AM, Rich E <reakinator at gmail.com> wrote:
>>>>
>>>> I hope someone can help me fix the last problem on this list, it is
>>>> blocking me (libPdTcl.dylib wrong architecture).  I can't see why it is
>>>> detected as the wrong architecture, everything I check says it is i386
>>>> compatible.
>>>>
>>>> I did remove alot from the configure.in file trying to get it work, so
>>>> maybe there is a problem there.  It is attached.
>>>>
>>>> merry christmas, feliz navidad és boldog karácsonzyt (i think I may have
>>>> barely missed it in my time)!
>>>>
>>>> - rich
>>>>
>>>> On Wed, Dec 23, 2009 at 4:44 AM, Rich E <reakinator at gmail.com> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I am having problems compiling pd from Miller's website in OS X Snow
>>>>> Leopard.  Basically, Pd fell behind Apple's updates.  Here are my problems,
>>>>> fixes where I found them:
>>>>>
>>>>> - the configure script automatically adds -isysroot blah blah for the
>>>>> 10.4 sdk, which doesn't work.  this line is removed.
>>>>> - the included portaudio (and more importantly, its coreaudio
>>>>> components) with pd does not match the coreaudio framework included with
>>>>> Snow Leopard.  There are lots of deprecations and finally undeclared
>>>>> methods.  I tried just updating the source code from that in portaudio's
>>>>> svn, but this led to further undefined calls that I don't remember.
>>>>> - using '-disable-portaudio' doesn't do any good because it is
>>>>> automatically added if you are on OS X (I wanted to just use jack since
>>>>> portaudio is outdated).
>>>>> - I had to remove all '-arch' flags except i386 to get everything
>>>>> linked.
>>>>>
>>>>> Okay, after that, it compiled. whew. Still, pd's gui will not run
>>>>> because libPdTcl.dylib either isn't found or is the wrong architecture, I
>>>>> still can't tell:
>>>>>
>>>>> $ pd -jack
>>>>> Error in startup script:
>>>>> dlopen(/usr/local/lib/pd/bin/../bin/libPdTcl.dylib, 10): no suitable image
>>>>> found.  Did find:
>>>>>     /usr/local/lib/pd/bin/../bin/libPdTcl.dylib: mach-o, but wrong
>>>>> architecture
>>>>>     while executing
>>>>> "load $pd_guidir/bin/libPdTcl.dylib"
>>>>>     invoked from within
>>>>> "if {$pd_nt == 2} {
>>>>> # turn on James Tittle II's fast drawing
>>>>>     set tk::mac::useCGDrawing 1
>>>>> # anti-alias all lines that need it
>>>>>     set tk::mac::CGAnt..."
>>>>>     (file "/usr/local/lib/pd/bin/pd.tk" line 67)
>>>>> ^CPd: signal 2
>>>>>
>>>>> It is there, they are all i386 and tcl/tk are universal binaries, so I
>>>>> don't know.  Anyone else?
>>>>>
>>>>> Running pd with no gui and jack works.
>>>>>
>>>>> regards,
>>>>> Rich
>>>>
>>>
>>> _______________________________________________
>>> Pd-list at iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>>
>>>
>>> ----------------------------------------------------------------------------
>>>
>>> Man has survived hitherto because he was too ignorant to know how to
>>> realize his wishes.  Now that he can realize them, he must either change
>>> them, or perish.    -William Carlos Williams
>>>
>>
>>
>>
>>
>>
>> ----------------------------------------------------------------------------
>> Computer science is no more related to the computer than astronomy is
>> related to the telescope.      -Edsger Dykstra
>>
>
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>



-- 
Jaime E Oliver LR

joliverl at ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 750 0924 (cel)
858 202 1522 (home)
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA
-------------- next part --------------
Last login: Mon Dec 28 17:04:31 on console
Jaime-Olivers-MacBook-Pro:~ joliverl$ cd /Users/joliverl/Documents/pd-0.42-5/src/
Jaime-Olivers-MacBook-Pro:src joliverl$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for an ANSI C-conforming const... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking bstring.h usability... no
checking bstring.h presence... no
checking for bstring.h... no
checking whether gcc needs -traditional... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
no
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for gettimeofday... yes
checking for select... yes
checking for socket... yes
checking for strerror... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for dlopen in -ldl... yes
checking for sin in -lffm... no
checking for sin in -lm... yes
checking for pthread_create in -lpthread... yes
checking tcl.h usability... yes
checking tcl.h presence... yes
checking for tcl.h... yes
checking for main in -ltcl85... no
checking for main in -ltcl8.5... yes
checking for main in -ltk85... no
checking for main in -ltk8.5... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
rm: conftest.dSYM: is a directory
checking for _LARGE_FILES value needed for large files... no
rm: conftest.dSYM: is a directory
-n
-n
configure: creating ./config.status
config.status: creating makefile
Jaime-Olivers-MacBook-Pro:src joliverl$ make
cc -DDL_OPEN -DMACOSX -DUNISTD -I/usr/X11R6/include         -I../portaudio/include -I../portaudio/src/common         -I../portaudio/src/os/mac_osx/         -I../portmidi/pm_common -I../portmidi/pm_mac         -I../portmidi/porttime         -DUSEAPI_PORTAUDIO -DPA19 -DPA_USE_COREAUDIO -DNEWBUFFER -M g_canvas.c g_graph.c g_text.c g_rtext.c g_array.c g_template.c g_io.c g_scalar.c g_traversal.c g_guiconnect.c g_readwrite.c g_editor.c g_all_guis.c g_bang.c g_hdial.c g_hslider.c g_mycanvas.c g_numbox.c g_toggle.c g_vdial.c g_vslider.c g_vumeter.c m_pd.c m_class.c m_obj.c m_atom.c m_memory.c m_binbuf.c m_conf.c m_glob.c m_sched.c s_main.c s_inter.c s_file.c s_print.c s_loader.c s_path.c s_entry.c s_audio.c s_midi.c d_ugen.c d_ctl.c d_arithmetic.c d_osc.c d_filter.c d_dac.c d_misc.c d_math.c d_fft.c d_array.c d_global.c d_delay.c d_resample.c x_arithmetic.c x_connective.c x_interface.c x_midi.c x_misc.c x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c x_list.c d_soundfile.c s_midi_pm.c s_audio_pa.c         s_audio_pablio.c             s_audio_paring.c             ../portaudio/src/common/pa_allocation.c          ../portaudio/src/common/pa_converters.c          ../portaudio/src/common/pa_cpuload.c             ../portaudio/src/common/pa_dither.c              ../portaudio/src/common/pa_front.c               ../portaudio/src/common/pa_process.c             ../portaudio/src/common/pa_skeleton.c            ../portaudio/src/common/pa_stream.c              ../portaudio/src/common/pa_trace.c               ../portaudio/src/common/pa_debugprint.c               ../portaudio/src/common/pa_ringbuffer.c          ../portaudio/src/os/unix/pa_unix_util.c             ../portaudio/src/os/mac_osx/pa_mac_hostapis.c           ../portaudio/src/hostapi/coreaudio/pa_mac_core.c          ../portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.c          ../portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.c          ../portmidi/pm_mac/pmmac.c         ../portmidi/pm_mac/pmmacosxcm.c         ../portmidi/pm_common/pmutil.c         ../portmidi/pm_common/portmidi.c         ../portmidi/porttime/ptmacosx_cf.c  d_fft_mayer.c d_fftroutine.c > makefile.dependencies
cc -g -O2 -DPD  -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DDL_OPEN -DMACOSX -DUNISTD -I/usr/X11R6/include         -I../portaudio/include -I../portaudio/src/common         -I../portaudio/src/os/mac_osx/         -I../portmidi/pm_common -I../portmidi/pm_mac         -I../portmidi/porttime         -DUSEAPI_PORTAUDIO -DPA19 -DPA_USE_COREAUDIO -DNEWBUFFER -isysroot /Developer/SDKs/MacOSX10.4u.sdk             -arch i386 -arch ppc -Wno-error -O2 -DINSTALL_PREFIX=\"/usr/local\"  -c -o ../obj/g_canvas.o g_canvas.c 
g_canvas.c:8:20: error: stdlib.h: No such file or directory
g_canvas.c:9:19: error: stdio.h: No such file or directory
In file included from g_canvas.c:10:
m_pd.h:51:59: error: stddef.h: No such file or directory
In file included from g_canvas.c:10:
m_pd.h:247: error: expected ?)? before ?nbytes?
m_pd.h:248: error: expected ?)? before ?nbytes?
m_pd.h:249: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:250: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:251: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:251: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:283: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:404: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:618: error: expected declaration specifiers or ?...? before ?size_t?
In file included from g_canvas.c:11:
m_imp.h:36: error: expected specifier-qualifier-list before ?size_t?
g_canvas.c:14:20: error: string.h: No such file or directory
g_canvas.c: In function ?glist_doupdatewindowlist?:
g_canvas.c:73: warning: implicit declaration of function ?strlen?
g_canvas.c:73: warning: incompatible implicit declaration of built-in function ?strlen?
g_canvas.c:76: warning: implicit declaration of function ?sprintf?
g_canvas.c:76: warning: incompatible implicit declaration of built-in function ?sprintf?
g_canvas.c:78: warning: implicit declaration of function ?strcat?
g_canvas.c:78: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c: In function ?canvas_updatewindowlist?:
g_canvas.c:95: warning: implicit declaration of function ?strcpy?
g_canvas.c:95: warning: incompatible implicit declaration of built-in function ?strcpy?
g_canvas.c:100: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c: In function ?canvas_setargs?:
g_canvas.c:131: error: too many arguments to function ?freebytes?
g_canvas.c:133: error: too many arguments to function ?copybytes?
g_canvas.c: In function ?canvas_realizedollar?:
g_canvas.c:186: warning: implicit declaration of function ?strchr?
g_canvas.c:186: warning: incompatible implicit declaration of built-in function ?strchr?
g_canvas.c: In function ?canvas_makefilename?:
g_canvas.c:214: warning: implicit declaration of function ?strncpy?
g_canvas.c:214: warning: incompatible implicit declaration of built-in function ?strncpy?
g_canvas.c:220: warning: incompatible implicit declaration of built-in function ?strncpy?
g_canvas.c:222: warning: incompatible implicit declaration of built-in function ?strlen?
g_canvas.c:224: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c:225: warning: implicit declaration of function ?strncat?
g_canvas.c:225: warning: incompatible implicit declaration of built-in function ?strncat?
g_canvas.c: In function ?canvas_rename?:
g_canvas.c:232: warning: implicit declaration of function ?strcmp?
g_canvas.c: In function ?glist_init?:
g_canvas.c:333: warning: implicit declaration of function ?memset?
g_canvas.c:333: warning: incompatible implicit declaration of built-in function ?memset?
g_canvas.c:336: warning: implicit declaration of function ?getbytes?
g_canvas.c: In function ?canvas_new?:
g_canvas.c:382: warning: assignment makes pointer from integer without a cast
g_canvas.c:423: warning: implicit declaration of function ?strncmp?
g_canvas.c: In function ?glist_addglist?:
g_canvas.c:465: warning: incompatible implicit declaration of built-in function ?sprintf?
g_canvas.c:470: warning: implicit declaration of function ?atoi?
g_canvas.c: In function ?canvas_makebindsym?:
g_canvas.c:575: warning: incompatible implicit declaration of built-in function ?strcpy?
g_canvas.c:576: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c: In function ?canvas_reflecttitle?:
g_canvas.c:587: warning: incompatible implicit declaration of built-in function ?strcpy?
g_canvas.c:590: warning: incompatible implicit declaration of built-in function ?strlen?
g_canvas.c:593: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c:597: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c: In function ?canvas_free?:
g_canvas.c:746: error: too many arguments to function ?freebytes?
g_canvas.c:747: error: too many arguments to function ?freebytes?
g_canvas.c: In function ?canvas_relocate?:
g_canvas.c:927: warning: implicit declaration of function ?sscanf?
g_canvas.c:927: warning: incompatible implicit declaration of built-in function ?sscanf?
g_canvas.c: In function ?table_new?:
g_canvas.c:1020: warning: incompatible implicit declaration of built-in function ?sprintf?
g_canvas.c: In function ?canvas_completepath?:
g_canvas.c:1346: warning: incompatible implicit declaration of built-in function ?strncpy?
g_canvas.c:1348: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c:1350: warning: incompatible implicit declaration of built-in function ?strncat?
g_canvas.c:1350: warning: incompatible implicit declaration of built-in function ?strlen?
g_canvas.c: In function ?canvas_open?:
g_canvas.c:1441: warning: incompatible implicit declaration of built-in function ?strncpy?
g_canvas.c:1443: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c:1445: warning: incompatible implicit declaration of built-in function ?strncat?
g_canvas.c:1445: warning: incompatible implicit declaration of built-in function ?strlen?
g_canvas.c:8:20: error: stdlib.h: No such file or directory
g_canvas.c:9:19: error: stdio.h: No such file or directory
In file included from g_canvas.c:10:
m_pd.h:51:59: error: stddef.h: No such file or directory
In file included from g_canvas.c:10:
m_pd.h:247: error: expected ?)? before ?nbytes?
m_pd.h:248: error: expected ?)? before ?nbytes?
m_pd.h:249: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:250: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:251: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:251: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:283: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:404: error: expected declaration specifiers or ?...? before ?size_t?
m_pd.h:618: error: expected declaration specifiers or ?...? before ?size_t?
In file included from g_canvas.c:11:
m_imp.h:36: error: expected specifier-qualifier-list before ?size_t?
g_canvas.c:14:20: error: string.h: No such file or directory
g_canvas.c: In function ?glist_doupdatewindowlist?:
g_canvas.c:73: warning: implicit declaration of function ?strlen?
g_canvas.c:73: warning: incompatible implicit declaration of built-in function ?strlen?
g_canvas.c:76: warning: implicit declaration of function ?sprintf?
g_canvas.c:76: warning: incompatible implicit declaration of built-in function ?sprintf?
g_canvas.c:78: warning: implicit declaration of function ?strcat?
g_canvas.c:78: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c: In function ?canvas_updatewindowlist?:
g_canvas.c:95: warning: implicit declaration of function ?strcpy?
g_canvas.c:95: warning: incompatible implicit declaration of built-in function ?strcpy?
g_canvas.c:100: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c: In function ?canvas_setargs?:
g_canvas.c:131: error: too many arguments to function ?freebytes?
g_canvas.c:133: error: too many arguments to function ?copybytes?
g_canvas.c: In function ?canvas_realizedollar?:
g_canvas.c:186: warning: implicit declaration of function ?strchr?
g_canvas.c:186: warning: incompatible implicit declaration of built-in function ?strchr?
g_canvas.c: In function ?canvas_makefilename?:
g_canvas.c:214: warning: implicit declaration of function ?strncpy?
g_canvas.c:214: warning: incompatible implicit declaration of built-in function ?strncpy?
g_canvas.c:220: warning: incompatible implicit declaration of built-in function ?strncpy?
g_canvas.c:222: warning: incompatible implicit declaration of built-in function ?strlen?
g_canvas.c:224: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c:225: warning: implicit declaration of function ?strncat?
g_canvas.c:225: warning: incompatible implicit declaration of built-in function ?strncat?
g_canvas.c: In function ?canvas_rename?:
g_canvas.c:232: warning: implicit declaration of function ?strcmp?
g_canvas.c: In function ?glist_init?:
g_canvas.c:333: warning: implicit declaration of function ?memset?
g_canvas.c:333: warning: incompatible implicit declaration of built-in function ?memset?
g_canvas.c:336: warning: implicit declaration of function ?getbytes?
g_canvas.c: In function ?canvas_new?:
g_canvas.c:382: warning: assignment makes pointer from integer without a cast
g_canvas.c:423: warning: implicit declaration of function ?strncmp?
g_canvas.c: In function ?glist_addglist?:
g_canvas.c:465: warning: incompatible implicit declaration of built-in function ?sprintf?
g_canvas.c:470: warning: implicit declaration of function ?atoi?
g_canvas.c: In function ?canvas_makebindsym?:
g_canvas.c:575: warning: incompatible implicit declaration of built-in function ?strcpy?
g_canvas.c:576: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c: In function ?canvas_reflecttitle?:
g_canvas.c:587: warning: incompatible implicit declaration of built-in function ?strcpy?
g_canvas.c:590: warning: incompatible implicit declaration of built-in function ?strlen?
g_canvas.c:593: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c:597: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c: In function ?canvas_free?:
g_canvas.c:746: error: too many arguments to function ?freebytes?
g_canvas.c:747: error: too many arguments to function ?freebytes?
g_canvas.c: In function ?canvas_relocate?:
g_canvas.c:927: warning: implicit declaration of function ?sscanf?
g_canvas.c:927: warning: incompatible implicit declaration of built-in function ?sscanf?
g_canvas.c: In function ?table_new?:
g_canvas.c:1020: warning: incompatible implicit declaration of built-in function ?sprintf?
g_canvas.c: In function ?canvas_completepath?:
g_canvas.c:1346: warning: incompatible implicit declaration of built-in function ?strncpy?
g_canvas.c:1348: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c:1350: warning: incompatible implicit declaration of built-in function ?strncat?
g_canvas.c:1350: warning: incompatible implicit declaration of built-in function ?strlen?
g_canvas.c: In function ?canvas_open?:
g_canvas.c:1441: warning: incompatible implicit declaration of built-in function ?strncpy?
g_canvas.c:1443: warning: incompatible implicit declaration of built-in function ?strcat?
g_canvas.c:1445: warning: incompatible implicit declaration of built-in function ?strncat?
g_canvas.c:1445: warning: incompatible implicit declaration of built-in function ?strlen?
lipo: can't figure out the architecture type of: /var/folders/ld/ldqT7xLHF4m2XBZUulCYWE+++TI/-Tmp-//cceUcpVn.out
make: *** [g_canvas.o] Error 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: application/octet-stream
Size: 42114 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20091231/8f858825/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config-error.log
Type: application/octet-stream
Size: 37354 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20091231/8f858825/attachment-0001.obj>


More information about the Pd-list mailing list