[GEM-dev] Fwd: pd-macosx104-powerpc.idmi.poly.edu Pd-Darwin pd-extended build results 2006-09-21 03.15.00

Hans-Christoph Steiner hans at eds.org
Thu Sep 21 18:19:49 CEST 2006


For some reason, --with-pd seems to have stopped working:

Begin forwarded message:

> From: root at pd-macosx104-powerpc.idmi.poly.edu (System Administrator)
> Date: September 21, 2006 3:53:03 AM EDT
> To: hans at eds.org
> Subject: pd-macosx104-powerpc.idmi.poly.edu Pd-Darwin pd-extended  
> build results 2006-09-21 03.15.00
> Delivered-To: hans at eds.org
>
> 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 linux/videodev.h usability... no
> checking linux/videodev.h presence... no
> checking for linux/videodev.h... no
> checking for PKG_IEEE1394_CFLAGS...
> checking for PKG_IEEE1394_LIBS...
> checking for ieee1394-config... yes
> checking for main in -ldv... no
> checking for PKG_FTGL_CFLAGS...
> checking for PKG_FTGL_LIBS...
> checking for ftgl-config... yes
> checking for main in -lftgl... no
> checking for PKG_GLTT_CFLAGS...
> checking for PKG_GLTT_LIBS...
> checking for gltt-config... yes
> checking for GLTTFont in -lgltt... no
> checking for pthread_create in -lpthread... yes
> checking for X... disabled
> checking for ANSI C header files... (cached) yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking float.h usability... yes
> checking float.h presence... yes
> checking for float.h... yes
> checking for memory.h... (cached) yes
> checking stddef.h usability... yes
> checking stddef.h presence... yes
> checking for stddef.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> 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 termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking for unistd.h... (cached) yes
> checking for stdbool.h that conforms to C99... yes
> checking for _Bool... no
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking for size_t... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for GLsizeiptrARB... yes
> checking for unsigned int... yes
> checking size of unsigned int... 4
> checking for void *... yes
> checking size of void *... 4
> checking for error_at_line... no
> checking for pid_t... yes
> checking for unistd.h... (cached) yes
> checking vfork.h usability... no
> checking vfork.h presence... no
> checking for vfork.h... no
> checking for fork... yes
> checking for vfork... yes
> checking for working fork... no
> checking for working vfork... (cached) yes
> checking whether gcc needs -traditional... no
> checking for stdlib.h... (cached) yes
> checking for GNU libc compatible malloc... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for bzero... yes
> checking for floor... yes
> checking for gettimeofday... yes
> checking for memset... yes
> checking for munmap... yes
> checking for pow... yes
> checking for sqrt... yes
> checking for strchr... yes
> checking for strdup... yes
> checking for strrchr... yes
> checking for strstr... yes
> checking for lqt_add_video_track... no
> checking for glBindProgramARB... yes
> checking for glBindProgramNV... no
> disabling NV-extensions
> checking m_pd.h usability... no
> checking m_pd.h presence... no
> checking for m_pd.h... no
> checking whether compiler accepts "-freg-struct-return"... yes
> enabling "register struct return"
>    allows to make use of FreeFrame-effects without recompiling them
>    might break things, if you are using several different compilers
> checking whether compiler accepts "-O3"... yes
> checking whether compiler accepts "-fno-builtin"... yes
> checking whether compiler accepts "-falign-loops=16 -funroll- 
> loops"... yes
> checking whether compiler accepts "-ffast-math"... yes
> checking whether compiler accepts "-faltivec"... yes
> checking whether linker accepts "-shared -Wl,-export-dynamic"... no
> checking whether linker accepts "-bundle -undefined suppress - 
> flat_namespace"... no
> checking for strip... strip
> checking if strip is GNU strip... no
> checking for dos2unix... true
> configure: creating ./config.status
> config.status: creating Make.config
> config.status: creating Base/configDarwin.h
>
> Result:
>   Target                 : Gem.pd_darwin
>   Objects                : Base Controls Geos Manips Nongeos  
> Particles Pixes openGL
>
> Configuration:
>   Compiler               : g++
>   CXXFLAGS               : -g -O2 -fPIC -freg-struct-return -O3 - 
> fno-builtin -falign-loops=16 -funroll-loops -ffast-math -faltivec
> 			 :
>   INCLUDES               :
>   DEFINES		 :
>
>   LIBS                   : -ldl -lz -lm   -lpthread
> 			 :
>   LDFLAGS		 : -framework QuickTime -framework Carbon -framework AGL  
> -framework OpenGL
> 			 :
>
>   Strip			 : strip -x
>
>   Install path           : /usr/local
>
>  pure-data:
>   version                : 0.0
>
>  used optional libraries:
>
>   font-rendering         :
>
>   image-support
>     use ImageMagick      : no
>     use TIFF             : no
>     use JPEG             : no
>   video-support
>     use mpeg             : no
>     use mpeg-3           : no
>     use QuickTime        : yes (framework)
>     use aviplay          : no
>     use ffmpeg           : no
>   input-support
>     use v4l              : no
>     use ieee1394         : no
>
>   misc
>     using ARB-extensions : yes
>     using NV-extensions  : no
>     using reg-struct-ret : yes
>
> Now run make ...
>
>
> make -C Base -f ../Makefile.subdir -j4
> In file included from ../Base/GemBase.h:25,
>                  from TextBase.h:25,
>                  from TextBase.cpp:18:
> ../Base/CPPExtern.h:19:18: error: m_pd.h: No such file or directory
> In file included from ../Base/GemBase.h:25,
>                  from GemVertex.h:18,
>                  from GemVertex.cpp:18:
> ../Base/CPPExtern.h:19:18: error: m_pd.h: No such file or directory
> make[3]: *** [GemVertex.d] Error 1
> make[3]: *** Waiting for unfinished jobs....
> make[3]: *** [TextBase.d] Error 1
> In file included from GemWinCreateMac.cpp:18:
> GemWinCreate.h:41:18: error: m_pd.h: No such file or directory
> In file included from ../Base/GemBase.h:25,
>                  from GemWinCreateMac.cpp:19:
> ../Base/CPPExtern.h:19:18: error: m_pd.h: No such file or directory
> make[3]: *** [GemWinCreateMac.d] Error 1
> make[2]: *** [Base] Error 2
> make[1]: *** [/Users/pd/auto-build/pd-extended/Gem/src/ 
> Gem.pd_darwin] Error 2
> make: *** [extended_install] Error 2
> PD_VERSION: 0.39.2-extended-test5
> PACKAGE_NAME: Pd-0.39.2-extended-test5
> PACKAGE_VERSION: extended-test5
> WISH: /Library/Frameworks/Tk.framework/Resources/Wish.app
> TCLTK:
> TCLTK_BUGFIX_VERSION:
> CWD /Users/pd/auto-build/pd-extended/packages/darwin_app
> DESTDIR /Users/pd/auto-build/pd-extended/packages/darwin_app/build/ 
> Pd-0.39.2-extended-test5.app/Contents/Resources
> PREFIX
> BINDIR  /Users/pd/auto-build/pd-extended/packages/darwin_app/build/ 
> Pd-0.39.2-extended-test5.app/Contents/Resources/bin
> LIBDIR  /Users/pd/auto-build/pd-extended/packages/darwin_app/build/ 
> Pd-0.39.2-extended-test5.app/Contents/Resources/lib
> OBJECTSDIR  /Users/pd/auto-build/pd-extended/packages/darwin_app/ 
> build/Pd-0.39.2-extended-test5.app/Contents/Resources/extra
> PDDOCDIR  /Users/pd/auto-build/pd-extended/packages/darwin_app/ 
> build/Pd-0.39.2-extended-test5.app/Contents/Resources/doc
> LIBPDDIR  /Users/pd/auto-build/pd-extended/packages/darwin_app/ 
> build/Pd-0.39.2-extended-test5.app/Contents/Resources
> LIBPDBINDIR  /Users/pd/auto-build/pd-extended/packages/darwin_app/ 
> build/Pd-0.39.2-extended-test5.app/Contents/Resources/bin
> HELPDIR  /Users/pd/auto-build/pd-extended/packages/darwin_app/build/ 
> Pd-0.39.2-extended-test5.app/Contents/Resources/doc/5.reference
> MANUALSDIR  /Users/pd/auto-build/pd-extended/packages/darwin_app/ 
> build/Pd-0.39.2-extended-test5.app/Contents/Resources/doc/manuals
> EXAMPLESDIR  /Users/pd/auto-build/pd-extended/packages/darwin_app/ 
> build/Pd-0.39.2-extended-test5.app/Contents/Resources/doc/examples
> upload specs darwin_app . dmg
> Uploading /home/pd/auto-build/pd-extended/packages/darwin_app/./ 
> Pd*.dmg



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

If you are not part of the solution, you are part of the problem.






More information about the GEM-dev mailing list