[PD-dev] binary packages for devel on osx

Hans-Christoph Steiner hans at eds.org
Sun May 22 19:31:51 CEST 2005


I tried compiled a fresh CVS checkout of devel_0_38 with my MacOSX  
setup.  No luck.  Here's the transcript:

hans at sla:pd-0.38-devel > aclocal-1.7 ; autoconf-2.54 ; automake-1.7 ;  
./configure && makeconfigure.ac: required file `./mkinstalldirs' not  
found
configure.ac: required file `./missing' not found
Makefile.am: required file `./INSTALL' not found
Makefile.am: required file `./README' not found
src/Makefile.am: required file `./compile' not found
src/Makefile.am: required file `./depcomp' not found
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/Users/hans/cvs/pure-data/pd-0.38-devel/missing:  
/Users/hans/cvs/pure-data/pd-0.38-devel/missing: No such file or  
directory
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... cc
checking for C compiler default output... 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 cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... cc -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 X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
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 cc needs -traditional... 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 dlopen in -ldl... yes
checking for sin in -lm... yes
checking for pthread_create in -lpthread... yes
checking for XCreateWindow in -lX11... yes
checking for main in -ltcl8.7... no
checking for main in -ltcl8.6... no
checking for main in -ltcl8.5... no
checking for main in -ltcl8.4... yes
checking for main in -ltk8.4... no
no tk library found
checking tcl.h usability... yes
checking tcl.h presence... yes
checking for tcl.h... yes
checking for snd_pcm_info in -lasound... no
./configure: line 5613: test: ==: unary operator expected
configure: creating ./config.status
config.status: creating Makefile
config.status: creating extra/Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
Making all in src
source='g_canvas.c' object='pd-g_canvas.o' libtool=no \
depfile='.deps/pd-g_canvas.Po' tmpdepfile='.deps/pd-g_canvas.TPo' \
depmode=none /bin/sh ../depcomp \
cc -DPACKAGE_NAME=\"PureData\" -DPACKAGE_TARNAME=\"pd\"  
-DPACKAGE_VERSION=\"0.38-4-devel-1\" -DPACKAGE_STRING=\"PureData\  
0.38-4-devel-1\" -DPACKAGE_BUGREPORT=\"pd-list at iem.at\"  
-DPACKAGE=\"pd\" -DVERSION=\"0.38-4-devel-1\" -D_GNU_SOURCE=1  
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1  
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1  
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1  
-DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1  
-DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_IOCTL_H=1  
-DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void  
-DHAVE_VPRINTF=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1  
-DHAVE_STRERROR=1 -DDL_OPEN=1 -DHAVE_LIBM=1 -DHAVE_LIBPTHREAD=1  
-DHAVE_LIBX11=1 -DUSEAPI_ALSA=1 -DDONTUSESIMD=1 -DUSEAPI_PORTAUDIO=1  
-DPA_BIG_ENDIAN=1 -DMACOSX=1  -I. -I.     
-DINSTALL_PREFIX=\"/usr/local\" -fno-strict-aliasing  -O2 -O3  -c -o  
pd-g_canvas.o `test -f 'g_canvas.c' || echo './'`g_canvas.c
../depcomp: ../depcomp: No such file or directory
make[1]: *** [pd-g_canvas.o] Error 127
make: *** [all-recursive] Error 1


.hc

On May 22, 2005, at 4:45 AM, Tim Blechmann wrote:

> hi hans ...
>
> thanks for the hints .... just two questions ...
>
> - is this the procedure to cross-compile from linux (i don't have  
> access
> to a mac)?
>
> - since devel uses preprocessor defines to enable/disable features ...
> is it easily possible to ./configure (or whatever equivalent might  
> exist
> on osx) the build?
>
> thanks ... tim
>
> --  
> mailto:TimBlechmann at gmx.de    ICQ: 96771783
> http://www.mokabar.tk
>
> latest mp3: kMW.mp3
> http://mattin.org/mp3.html
>
> latest cd: Goh Lee Kwang & Tim Blechmann: Drone
> http://www.geocities.com/gohleekwangtimblechmannduo/
>
> After one look at this planet any visitor from outer space
> would say "I want to see the manager."
> 				      William S. Burroughs
>

________________________________________________________________________ 
____

                   ¡El pueblo unido jamás será vencido!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2353 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20050522/0cb377d3/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20050522/0cb377d3/attachment.pgp>


More information about the Pd-dev mailing list