Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2011-02-26 Thread William Brent
I ran into the same problem on 10.6 and turned up this thread, which
seems unresolved.  Just for the record I'm replying now to say that
running configure with:

./configure --enable-fat-binary=i386

is the solution.  Chris mentioned this above and it's documented here as well:

http://puredata.info/community/projects/software/gem/documentation/faq/how-do-you-compile-gem-on-osx

This is probably already common knowledge for a lot of people, but
others who find this thread might not be aware.



On Tue, Nov 17, 2009 at 12:14 PM, Hans-Christoph Steiner  wrote:
>
> You can remove Gem from the build by editing packages/Makefile.
> .hc
> On Nov 17, 2009, at 9:55 AM, Rich E wrote:
>
> Anyone have more suggestions as how to get this compiling on Snow Leopard?
> It is making it impossible to build pd extended, which I would like to do in
> order to add debug flags.
>
> Rich
>
> On Thu, Nov 12, 2009 at 12:51 AM, Jaime Oliver 
> wrote:
>>
>> I thought I had sent this already, but just saw it in my drafts...:
>>
>> I use capital letters to distinguish what I'm writing form what the
>> computer printed:
>>
>> ///
>> NORMAL STUFF:
>> ///
>>
>> Jaime-Olivers-MacBook-Pro:src joliverl$ aclocal
>> Jaime-Olivers-MacBook-Pro:src joliverl$ autoconf
>>
>> ///
>> THIS IS THE ./configure OUTPUT:
>> ///
>>
>> Jaime-Olivers-MacBook-Pro:src joliverl$ ./configure
>> --with-pd=/Applications/Pd-0.42-5.app/Contents/Resources/
>> checking for g++... g++
>> 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 g++ accepts -g... yes
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking whether ln -s works... yes
>> checking whether compiler accepts "-fPIC"... yes
>> building Gem with Controls-objects
>> building Gem with Geos-objects
>> building Gem with Manips-objects
>> building Gem with Nongeos-objects
>> building Gem with Particles-objects
>> building Gem with Pixes-objects
>> building Gem with openGL-objects
>> building Gem without Vertex-objects
>> checking for sin in -lm... yes
>> checking for main in -lz... yes
>> checking for dlopen in -ldl... yes
>> checking how to run the C++ preprocessor... g++ -E
>> checking for X... disabled
>> checking for "OpenGL"-framework... yes
>> checking for "AGL"-framework... yes
>> checking for main in -lstdc++... yes
>> checking for "Carbon"-framework... yes
>> checking for "QuickTime"-framework... yes
>> checking for pkg-config... no
>> checking for PKG_IMAGEMAGICK___CFLAGS...
>> checking for PKG_IMAGEMAGICK___LIBS...
>> checking for ImageMagick++-config... no
>> checking for main in -lMagick++... no
>> checking for PKG_TIFF_CFLAGS...
>> checking for PKG_TIFF_LIBS...
>> checking for tiff-config... no
>> checking for TIFFOpen in -ltiff... no
>> checking for PKG_JPEG_CFLAGS...
>> checking for PKG_JPEG_LIBS...
>> checking for jpeg-config... no
>> checking for jpeg_read_header in -ljpeg... no
>> checking for PKG_GMERLIN_AVDEC_CFLAGS...
>> checking for PKG_GMERLIN_AVDEC_LIBS...
>> checking for gmerlin_avdec-config... no
>> checking for gavl_start in -lgmerlin_avdec... no
>> checking for PKG_LIBMPEG3_CFLAGS...
>> checking for PKG_LIBMPEG3_LIBS...
>> checking for libmpeg3-config... no
>> checking for mpeg3_check_sig in -lmpeg3... no
>> checking for PKG_MPEG_CFLAGS...
>> checking for PKG_MPEG_LIBS...
>> checking for mpeg-config... no
>> checking for OpenMPEG in -lmpeg... no
>> checking for PKG_AVIFILE_CFLAGS...
>> checking for PKG_AVIFILE_LIBS...
>> checking for avifile-config... no
>> checking for CreateIAviReadFile in -laviplay... no
>> checking for grep that handles long lines and -e... /usr/bin/grep
>> checking for egrep... /usr/bin/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 linux/videodev.h usability... no
>> checking linux/videodev.h presence... no
>> checking for linux/videodev.h... no
>> checking for PKG_LIBV4L1_CFLAGS...
>> checking for PKG_LIBV4L1_LIBS...
>> checking for libv4l1-config... no
>> checking for v4l1_open in -lv4l1... no
>> checking for PKG_LIBV4L2_CFLAGS...
>> checking for PKG_LIBV4L2_LIBS...
>> checking for libv4l2-config... no
>> checking for v4l2_open in -lv4l2... no
>> checking for PKG_IEEE1394_CFLAGS...
>> checking for PKG_IEEE13

Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-11-17 Thread Hans-Christoph Steiner


You can remove Gem from the build by editing packages/Makefile.

.hc

On Nov 17, 2009, at 9:55 AM, Rich E wrote:

Anyone have more suggestions as how to get this compiling on Snow  
Leopard?  It is making it impossible to build pd extended, which I  
would like to do in order to add debug flags.


Rich

On Thu, Nov 12, 2009 at 12:51 AM, Jaime Oliver > wrote:

I thought I had sent this already, but just saw it in my drafts...:

I use capital letters to distinguish what I'm writing form what the
computer printed:

///
NORMAL STUFF:
///

Jaime-Olivers-MacBook-Pro:src joliverl$ aclocal
Jaime-Olivers-MacBook-Pro:src joliverl$ autoconf

///
THIS IS THE ./configure OUTPUT:
///

Jaime-Olivers-MacBook-Pro:src joliverl$ ./configure
--with-pd=/Applications/Pd-0.42-5.app/Contents/Resources/
checking for g++... g++
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 g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether compiler accepts "-fPIC"... yes
building Gem with Controls-objects
building Gem with Geos-objects
building Gem with Manips-objects
building Gem with Nongeos-objects
building Gem with Particles-objects
building Gem with Pixes-objects
building Gem with openGL-objects
building Gem without Vertex-objects
checking for sin in -lm... yes
checking for main in -lz... yes
checking for dlopen in -ldl... yes
checking how to run the C++ preprocessor... g++ -E
checking for X... disabled
checking for "OpenGL"-framework... yes
checking for "AGL"-framework... yes
checking for main in -lstdc++... yes
checking for "Carbon"-framework... yes
checking for "QuickTime"-framework... yes
checking for pkg-config... no
checking for PKG_IMAGEMAGICK___CFLAGS...
checking for PKG_IMAGEMAGICK___LIBS...
checking for ImageMagick++-config... no
checking for main in -lMagick++... no
checking for PKG_TIFF_CFLAGS...
checking for PKG_TIFF_LIBS...
checking for tiff-config... no
checking for TIFFOpen in -ltiff... no
checking for PKG_JPEG_CFLAGS...
checking for PKG_JPEG_LIBS...
checking for jpeg-config... no
checking for jpeg_read_header in -ljpeg... no
checking for PKG_GMERLIN_AVDEC_CFLAGS...
checking for PKG_GMERLIN_AVDEC_LIBS...
checking for gmerlin_avdec-config... no
checking for gavl_start in -lgmerlin_avdec... no
checking for PKG_LIBMPEG3_CFLAGS...
checking for PKG_LIBMPEG3_LIBS...
checking for libmpeg3-config... no
checking for mpeg3_check_sig in -lmpeg3... no
checking for PKG_MPEG_CFLAGS...
checking for PKG_MPEG_LIBS...
checking for mpeg-config... no
checking for OpenMPEG in -lmpeg... no
checking for PKG_AVIFILE_CFLAGS...
checking for PKG_AVIFILE_LIBS...
checking for avifile-config... no
checking for CreateIAviReadFile in -laviplay... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 linux/videodev.h usability... no
checking linux/videodev.h presence... no
checking for linux/videodev.h... no
checking for PKG_LIBV4L1_CFLAGS...
checking for PKG_LIBV4L1_LIBS...
checking for libv4l1-config... no
checking for v4l1_open in -lv4l1... no
checking for PKG_LIBV4L2_CFLAGS...
checking for PKG_LIBV4L2_LIBS...
checking for libv4l2-config... no
checking for v4l2_open in -lv4l2... no
checking for PKG_IEEE1394_CFLAGS...
checking for PKG_IEEE1394_LIBS...
checking for ieee1394-config... no
checking for main in -ldv... no
checking for PKG_FTGL_CFLAGS...
checking for PKG_FTGL_LIBS...
checking for ftgl-config... no
checking for main in -lftgl... no
checking FTGL/ftgl.h usability... no
checking FTGL/ftgl.h presence... no
checking for FTGL/ftgl.h... no
checking for PKG_ARTOOLKIT_CFLAGS...
checking for PKG_ARTOOLKIT_LIBS...
checking for artoolkit-config... no
checking for arInitCparam in -lAR... 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

Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-11-17 Thread chris clepper
Are you building as 32 bit?  GEM on OSX is only 32 bit.   I did not see
anything about GraphicsImportComponent being dropped in 10.6, but it is
deprecated (like most of Carbon Quicktime).

On Tue, Nov 17, 2009 at 9:55 AM, Rich E  wrote:

> Anyone have more suggestions as how to get this compiling on Snow Leopard?
> It is making it impossible to build pd extended, which I would like to do in
> order to add debug flags.
>
> Rich
>
> On Thu, Nov 12, 2009 at 12:51 AM, Jaime Oliver wrote:
>
>> I thought I had sent this already, but just saw it in my drafts...:
>>
>> I use capital letters to distinguish what I'm writing form what the
>> computer printed:
>>
>> ///
>> NORMAL STUFF:
>> ///
>>
>> Jaime-Olivers-MacBook-Pro:src joliverl$ aclocal
>> Jaime-Olivers-MacBook-Pro:src joliverl$ autoconf
>>
>> ///
>> THIS IS THE ./configure OUTPUT:
>> ///
>>
>> Jaime-Olivers-MacBook-Pro:src joliverl$ ./configure
>> --with-pd=/Applications/Pd-0.42-5.app/Contents/Resources/
>> checking for g++... g++
>> 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 g++ accepts -g... yes
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking whether ln -s works... yes
>> checking whether compiler accepts "-fPIC"... yes
>> building Gem with Controls-objects
>> building Gem with Geos-objects
>> building Gem with Manips-objects
>> building Gem with Nongeos-objects
>> building Gem with Particles-objects
>> building Gem with Pixes-objects
>> building Gem with openGL-objects
>> building Gem without Vertex-objects
>> checking for sin in -lm... yes
>> checking for main in -lz... yes
>> checking for dlopen in -ldl... yes
>> checking how to run the C++ preprocessor... g++ -E
>> checking for X... disabled
>> checking for "OpenGL"-framework... yes
>> checking for "AGL"-framework... yes
>> checking for main in -lstdc++... yes
>> checking for "Carbon"-framework... yes
>> checking for "QuickTime"-framework... yes
>> checking for pkg-config... no
>> checking for PKG_IMAGEMAGICK___CFLAGS...
>> checking for PKG_IMAGEMAGICK___LIBS...
>> checking for ImageMagick++-config... no
>> checking for main in -lMagick++... no
>> checking for PKG_TIFF_CFLAGS...
>> checking for PKG_TIFF_LIBS...
>> checking for tiff-config... no
>> checking for TIFFOpen in -ltiff... no
>> checking for PKG_JPEG_CFLAGS...
>> checking for PKG_JPEG_LIBS...
>> checking for jpeg-config... no
>> checking for jpeg_read_header in -ljpeg... no
>> checking for PKG_GMERLIN_AVDEC_CFLAGS...
>> checking for PKG_GMERLIN_AVDEC_LIBS...
>> checking for gmerlin_avdec-config... no
>> checking for gavl_start in -lgmerlin_avdec... no
>> checking for PKG_LIBMPEG3_CFLAGS...
>> checking for PKG_LIBMPEG3_LIBS...
>> checking for libmpeg3-config... no
>> checking for mpeg3_check_sig in -lmpeg3... no
>> checking for PKG_MPEG_CFLAGS...
>> checking for PKG_MPEG_LIBS...
>> checking for mpeg-config... no
>> checking for OpenMPEG in -lmpeg... no
>> checking for PKG_AVIFILE_CFLAGS...
>> checking for PKG_AVIFILE_LIBS...
>> checking for avifile-config... no
>> checking for CreateIAviReadFile in -laviplay... no
>> checking for grep that handles long lines and -e... /usr/bin/grep
>> checking for egrep... /usr/bin/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 linux/videodev.h usability... no
>> checking linux/videodev.h presence... no
>> checking for linux/videodev.h... no
>> checking for PKG_LIBV4L1_CFLAGS...
>> checking for PKG_LIBV4L1_LIBS...
>> checking for libv4l1-config... no
>> checking for v4l1_open in -lv4l1... no
>> checking for PKG_LIBV4L2_CFLAGS...
>> checking for PKG_LIBV4L2_LIBS...
>> checking for libv4l2-config... no
>> checking for v4l2_open in -lv4l2... no
>> checking for PKG_IEEE1394_CFLAGS...
>> checking for PKG_IEEE1394_LIBS...
>> checking for ieee1394-config... no
>> checking for main in -ldv... no
>> checking for PKG_FTGL_CFLAGS...
>> checking for PKG_FTGL_LIBS...
>> checking for ftgl-config... no
>> checking for main in -lftgl... no
>> checking FTGL/ftgl.h usability... no
>> checking FTGL/ftgl.h presence... no
>> checking for FTGL/ftgl.h... no
>> checking for PKG_ARTOOLKIT_CFLAGS...
>> checking for PKG_ARTOOLKIT_LIBS...
>> checking for artoolkit-config... no

Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-11-17 Thread Rich E
Anyone have more suggestions as how to get this compiling on Snow Leopard?
It is making it impossible to build pd extended, which I would like to do in
order to add debug flags.

Rich

On Thu, Nov 12, 2009 at 12:51 AM, Jaime Oliver wrote:

> I thought I had sent this already, but just saw it in my drafts...:
>
> I use capital letters to distinguish what I'm writing form what the
> computer printed:
>
> ///
> NORMAL STUFF:
> ///
>
> Jaime-Olivers-MacBook-Pro:src joliverl$ aclocal
> Jaime-Olivers-MacBook-Pro:src joliverl$ autoconf
>
> ///
> THIS IS THE ./configure OUTPUT:
> ///
>
> Jaime-Olivers-MacBook-Pro:src joliverl$ ./configure
> --with-pd=/Applications/Pd-0.42-5.app/Contents/Resources/
> checking for g++... g++
> 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 g++ accepts -g... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking whether compiler accepts "-fPIC"... yes
> building Gem with Controls-objects
> building Gem with Geos-objects
> building Gem with Manips-objects
> building Gem with Nongeos-objects
> building Gem with Particles-objects
> building Gem with Pixes-objects
> building Gem with openGL-objects
> building Gem without Vertex-objects
> checking for sin in -lm... yes
> checking for main in -lz... yes
> checking for dlopen in -ldl... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for X... disabled
> checking for "OpenGL"-framework... yes
> checking for "AGL"-framework... yes
> checking for main in -lstdc++... yes
> checking for "Carbon"-framework... yes
> checking for "QuickTime"-framework... yes
> checking for pkg-config... no
> checking for PKG_IMAGEMAGICK___CFLAGS...
> checking for PKG_IMAGEMAGICK___LIBS...
> checking for ImageMagick++-config... no
> checking for main in -lMagick++... no
> checking for PKG_TIFF_CFLAGS...
> checking for PKG_TIFF_LIBS...
> checking for tiff-config... no
> checking for TIFFOpen in -ltiff... no
> checking for PKG_JPEG_CFLAGS...
> checking for PKG_JPEG_LIBS...
> checking for jpeg-config... no
> checking for jpeg_read_header in -ljpeg... no
> checking for PKG_GMERLIN_AVDEC_CFLAGS...
> checking for PKG_GMERLIN_AVDEC_LIBS...
> checking for gmerlin_avdec-config... no
> checking for gavl_start in -lgmerlin_avdec... no
> checking for PKG_LIBMPEG3_CFLAGS...
> checking for PKG_LIBMPEG3_LIBS...
> checking for libmpeg3-config... no
> checking for mpeg3_check_sig in -lmpeg3... no
> checking for PKG_MPEG_CFLAGS...
> checking for PKG_MPEG_LIBS...
> checking for mpeg-config... no
> checking for OpenMPEG in -lmpeg... no
> checking for PKG_AVIFILE_CFLAGS...
> checking for PKG_AVIFILE_LIBS...
> checking for avifile-config... no
> checking for CreateIAviReadFile in -laviplay... no
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/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 linux/videodev.h usability... no
> checking linux/videodev.h presence... no
> checking for linux/videodev.h... no
> checking for PKG_LIBV4L1_CFLAGS...
> checking for PKG_LIBV4L1_LIBS...
> checking for libv4l1-config... no
> checking for v4l1_open in -lv4l1... no
> checking for PKG_LIBV4L2_CFLAGS...
> checking for PKG_LIBV4L2_LIBS...
> checking for libv4l2-config... no
> checking for v4l2_open in -lv4l2... no
> checking for PKG_IEEE1394_CFLAGS...
> checking for PKG_IEEE1394_LIBS...
> checking for ieee1394-config... no
> checking for main in -ldv... no
> checking for PKG_FTGL_CFLAGS...
> checking for PKG_FTGL_LIBS...
> checking for ftgl-config... no
> checking for main in -lftgl... no
> checking FTGL/ftgl.h usability... no
> checking FTGL/ftgl.h presence... no
> checking for FTGL/ftgl.h... no
> checking for PKG_ARTOOLKIT_CFLAGS...
> checking for PKG_ARTOOLKIT_LIBS...
> checking for artoolkit-config... no
> checking for arInitCparam in -lAR... 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 floa

Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-11-11 Thread Jaime Oliver
I thought I had sent this already, but just saw it in my drafts...:

I use capital letters to distinguish what I'm writing form what the
computer printed:

///
NORMAL STUFF:
///

Jaime-Olivers-MacBook-Pro:src joliverl$ aclocal
Jaime-Olivers-MacBook-Pro:src joliverl$ autoconf

///
THIS IS THE ./configure OUTPUT:
///

Jaime-Olivers-MacBook-Pro:src joliverl$ ./configure
--with-pd=/Applications/Pd-0.42-5.app/Contents/Resources/
checking for g++... g++
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 g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether compiler accepts "-fPIC"... yes
building Gem with Controls-objects
building Gem with Geos-objects
building Gem with Manips-objects
building Gem with Nongeos-objects
building Gem with Particles-objects
building Gem with Pixes-objects
building Gem with openGL-objects
building Gem without Vertex-objects
checking for sin in -lm... yes
checking for main in -lz... yes
checking for dlopen in -ldl... yes
checking how to run the C++ preprocessor... g++ -E
checking for X... disabled
checking for "OpenGL"-framework... yes
checking for "AGL"-framework... yes
checking for main in -lstdc++... yes
checking for "Carbon"-framework... yes
checking for "QuickTime"-framework... yes
checking for pkg-config... no
checking for PKG_IMAGEMAGICK___CFLAGS...
checking for PKG_IMAGEMAGICK___LIBS...
checking for ImageMagick++-config... no
checking for main in -lMagick++... no
checking for PKG_TIFF_CFLAGS...
checking for PKG_TIFF_LIBS...
checking for tiff-config... no
checking for TIFFOpen in -ltiff... no
checking for PKG_JPEG_CFLAGS...
checking for PKG_JPEG_LIBS...
checking for jpeg-config... no
checking for jpeg_read_header in -ljpeg... no
checking for PKG_GMERLIN_AVDEC_CFLAGS...
checking for PKG_GMERLIN_AVDEC_LIBS...
checking for gmerlin_avdec-config... no
checking for gavl_start in -lgmerlin_avdec... no
checking for PKG_LIBMPEG3_CFLAGS...
checking for PKG_LIBMPEG3_LIBS...
checking for libmpeg3-config... no
checking for mpeg3_check_sig in -lmpeg3... no
checking for PKG_MPEG_CFLAGS...
checking for PKG_MPEG_LIBS...
checking for mpeg-config... no
checking for OpenMPEG in -lmpeg... no
checking for PKG_AVIFILE_CFLAGS...
checking for PKG_AVIFILE_LIBS...
checking for avifile-config... no
checking for CreateIAviReadFile in -laviplay... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 linux/videodev.h usability... no
checking linux/videodev.h presence... no
checking for linux/videodev.h... no
checking for PKG_LIBV4L1_CFLAGS...
checking for PKG_LIBV4L1_LIBS...
checking for libv4l1-config... no
checking for v4l1_open in -lv4l1... no
checking for PKG_LIBV4L2_CFLAGS...
checking for PKG_LIBV4L2_LIBS...
checking for libv4l2-config... no
checking for v4l2_open in -lv4l2... no
checking for PKG_IEEE1394_CFLAGS...
checking for PKG_IEEE1394_LIBS...
checking for ieee1394-config... no
checking for main in -ldv... no
checking for PKG_FTGL_CFLAGS...
checking for PKG_FTGL_LIBS...
checking for ftgl-config... no
checking for main in -lftgl... no
checking FTGL/ftgl.h usability... no
checking FTGL/ftgl.h presence... no
checking for FTGL/ftgl.h... no
checking for PKG_ARTOOLKIT_CFLAGS...
checking for PKG_ARTOOLKIT_LIBS...
checking for artoolkit-config... no
checking for arInitCparam in -lAR... 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

Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-11-11 Thread Rich E
I ran into the same problem today, trying to build the Gem included with
Pd-extended.  I tried the above advice, but gcc doesn't seem to be getting
the -isysroot command:

++ -c   -g -O2 -fPIC -freg-struct-return -Os -falign-loops=32
-falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx
-fpascal-strings   -I..   GemPixImageLoad.cpp -o
../Objects/GemPixImageLoad.o
GemPixImageLoad.cpp:70: error: ‘GraphicsImportComponent’ was not declared in
this scope
.
.
.



On Tue, Oct 20, 2009 at 8:15 PM, Hans-Christoph Steiner wrote:

>
> Post the errors and build transcirpt.
>
> .hc
>
>
> On Oct 20, 2009, at 1:06 AM, Jaime Oliver wrote:
>
>  hi all,
>>
>> I tried:
>>
>> + run aclocal
>> + run autoconf
>> + run ./configure
>> + edit Make.config
>> + added -isysroot /Developer/SDKs/MacOSX10.5.sdk to GEM_CXXFLAGS and
>> GEM_LDFLAGS
>> + make
>>
>> but still get the same error and no way of compiling gem in os x 10.6,
>>
>> still open to suggestions...
>>
>> thanks for the help so far,
>>
>> best,
>>
>> J
>>
>>
>>
>>
>> On Sun, Oct 18, 2009 at 3:38 PM, Hans-Christoph Steiner 
>> wrote:
>>
>>>
>>> -isysroot /Developer/SDKs/MacOSX10.5.sdk usually goes in both CFLAGS and
>>> LDFLAGS.
>>>
>>> .hc
>>>
>>> On Oct 15, 2009, at 10:35 PM, Jaime Oliver wrote:
>>>
>>>  Hi I tried it in several ways and couldn't get it to work. where do
 you usually put this flag?


 On Thu, Oct 15, 2009 at 6:01 AM, chris clepper 
 wrote:

>
> Try this flag:
>
> -isysroot /Developer/SDKs/MacOSX10.5.sdk
>
>
> On Thu, Oct 15, 2009 at 5:51 AM, Jaime Oliver  >
> wrote:
>
>>
>> Hi, I started a new thread as I believe people will start getting this
>> problem soon. The previous thread was: gem compiling error
>>
>> I am trying to compile GEM from source in a macbook pro using osx 10.6
>> and pd-0.42-5, latest Gem (0.92-1) from cvs and xcode 3.21.
>>
>> Chris Clepper suggested to compile against sdk 10.5. sdk 10.5
>> installed, but can't figure out how to make it the target.
>>
>> some programs have a flag like --with-macos=/.../sdk10.5, but can't
>> find any reference in the ./configure -h
>>
>> other sites suggest to modify the makefile, but no luck yet.
>>
>> I also tried: make --include-dir=/Developer/SDKs/MacOSX10.5.sdk/
>>
>> can anyone suggest how to do this?
>>
>> best,
>>
>> J
>>
>>
>>
>>
>> --
>> Jaime E Oliver LR
>>
>> joliv...@ucsd.edu
>> www.realidadvisual.org/jaimeoliver
>> www-crca.ucsd.edu/
>> www.realidadvisual.org
>>
>> 858 202 1522
>> 9168 Regents Rd. Apt. G
>> La Jolla, CA 92037
>> USA
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
>
>


 --
 Jaime E Oliver LR

 joliv...@ucsd.edu
 www.realidadvisual.org/jaimeoliver
 www-crca.ucsd.edu/
 www.realidadvisual.org

 858 202 1522
 9168 Regents Rd. Apt. G
 La Jolla, CA 92037
 USA

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management ->
 http://lists.puredata.info/listinfo/pd-list

>>>
>>>
>>>
>>>
>>> 
>>>
>>> There is no way to peace, peace is the way.   -A.J. Muste
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Jaime E Oliver LR
>>
>> joliv...@ucsd.edu
>> www.realidadvisual.org/jaimeoliver
>> www-crca.ucsd.edu/
>> www.realidadvisual.org
>>
>> 858 202 1522
>> 9168 Regents Rd. Apt. G
>> La Jolla, CA 92037
>> USA
>>
>
>
>
>
> 
>
> All information should be free.  - the hacker ethic
>
>
>
>
>
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-21 Thread Hans-Christoph Steiner


Post the errors and build transcirpt.

.hc

On Oct 20, 2009, at 1:06 AM, Jaime Oliver wrote:


hi all,

I tried:

+ run aclocal
+ run autoconf
+ run ./configure
+ edit Make.config
+ added -isysroot /Developer/SDKs/MacOSX10.5.sdk to GEM_CXXFLAGS and  
GEM_LDFLAGS

+ make

but still get the same error and no way of compiling gem in os x 10.6,

still open to suggestions...

thanks for the help so far,

best,

J




On Sun, Oct 18, 2009 at 3:38 PM, Hans-Christoph Steiner  
 wrote:


-isysroot /Developer/SDKs/MacOSX10.5.sdk usually goes in both  
CFLAGS and

LDFLAGS.

.hc

On Oct 15, 2009, at 10:35 PM, Jaime Oliver wrote:


Hi I tried it in several ways and couldn't get it to work. where do
you usually put this flag?


On Thu, Oct 15, 2009 at 6:01 AM, chris clepper 
wrote:


Try this flag:

-isysroot /Developer/SDKs/MacOSX10.5.sdk


On Thu, Oct 15, 2009 at 5:51 AM, Jaime Oliver >

wrote:


Hi, I started a new thread as I believe people will start  
getting this

problem soon. The previous thread was: gem compiling error

I am trying to compile GEM from source in a macbook pro using  
osx 10.6

and pd-0.42-5, latest Gem (0.92-1) from cvs and xcode 3.21.

Chris Clepper suggested to compile against sdk 10.5. sdk 10.5
installed, but can't figure out how to make it the target.

some programs have a flag like --with-macos=/.../sdk10.5, but  
can't

find any reference in the ./configure -h

other sites suggest to modify the makefile, but no luck yet.

I also tried: make --include-dir=/Developer/SDKs/MacOSX10.5.sdk/

can anyone suggest how to do this?

best,

J




--
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list







--
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list






There is no way to peace, peace is the way.   -A.J. Muste







--
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA






All information should be free.  - the hacker ethic





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-19 Thread Jaime Oliver
hi all,

I tried:

+ run aclocal
+ run autoconf
+ run ./configure
+ edit Make.config
+ added -isysroot /Developer/SDKs/MacOSX10.5.sdk to GEM_CXXFLAGS and GEM_LDFLAGS
+ make

but still get the same error and no way of compiling gem in os x 10.6,

still open to suggestions...

thanks for the help so far,

best,

J




On Sun, Oct 18, 2009 at 3:38 PM, Hans-Christoph Steiner  wrote:
>
> -isysroot /Developer/SDKs/MacOSX10.5.sdk usually goes in both CFLAGS and
> LDFLAGS.
>
> .hc
>
> On Oct 15, 2009, at 10:35 PM, Jaime Oliver wrote:
>
>> Hi I tried it in several ways and couldn't get it to work. where do
>> you usually put this flag?
>>
>>
>> On Thu, Oct 15, 2009 at 6:01 AM, chris clepper 
>> wrote:
>>>
>>> Try this flag:
>>>
>>> -isysroot /Developer/SDKs/MacOSX10.5.sdk
>>>
>>>
>>> On Thu, Oct 15, 2009 at 5:51 AM, Jaime Oliver 
>>> wrote:

 Hi, I started a new thread as I believe people will start getting this
 problem soon. The previous thread was: gem compiling error

 I am trying to compile GEM from source in a macbook pro using osx 10.6
 and pd-0.42-5, latest Gem (0.92-1) from cvs and xcode 3.21.

 Chris Clepper suggested to compile against sdk 10.5. sdk 10.5
 installed, but can't figure out how to make it the target.

 some programs have a flag like --with-macos=/.../sdk10.5, but can't
 find any reference in the ./configure -h

 other sites suggest to modify the makefile, but no luck yet.

 I also tried: make --include-dir=/Developer/SDKs/MacOSX10.5.sdk/

 can anyone suggest how to do this?

 best,

 J




 --
 Jaime E Oliver LR

 joliv...@ucsd.edu
 www.realidadvisual.org/jaimeoliver
 www-crca.ucsd.edu/
 www.realidadvisual.org

 858 202 1522
 9168 Regents Rd. Apt. G
 La Jolla, CA 92037
 USA

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management ->
 http://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>
>>
>>
>> --
>> Jaime E Oliver LR
>>
>> joliv...@ucsd.edu
>> www.realidadvisual.org/jaimeoliver
>> www-crca.ucsd.edu/
>> www.realidadvisual.org
>>
>> 858 202 1522
>> 9168 Regents Rd. Apt. G
>> La Jolla, CA 92037
>> USA
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>
>
>
> 
>
> There is no way to peace, peace is the way.       -A.J. Muste
>
>
>



-- 
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-18 Thread Jaime Oliver
ok, thanks, I'll try that later tonight!

On Sun, Oct 18, 2009 at 3:38 PM, Hans-Christoph Steiner  wrote:
>
> -isysroot /Developer/SDKs/MacOSX10.5.sdk usually goes in both CFLAGS and
> LDFLAGS.
>
> .hc
>
> On Oct 15, 2009, at 10:35 PM, Jaime Oliver wrote:
>
>> Hi I tried it in several ways and couldn't get it to work. where do
>> you usually put this flag?
>>
>>
>> On Thu, Oct 15, 2009 at 6:01 AM, chris clepper 
>> wrote:
>>>
>>> Try this flag:
>>>
>>> -isysroot /Developer/SDKs/MacOSX10.5.sdk
>>>
>>>
>>> On Thu, Oct 15, 2009 at 5:51 AM, Jaime Oliver 
>>> wrote:

 Hi, I started a new thread as I believe people will start getting this
 problem soon. The previous thread was: gem compiling error

 I am trying to compile GEM from source in a macbook pro using osx 10.6
 and pd-0.42-5, latest Gem (0.92-1) from cvs and xcode 3.21.

 Chris Clepper suggested to compile against sdk 10.5. sdk 10.5
 installed, but can't figure out how to make it the target.

 some programs have a flag like --with-macos=/.../sdk10.5, but can't
 find any reference in the ./configure -h

 other sites suggest to modify the makefile, but no luck yet.

 I also tried: make --include-dir=/Developer/SDKs/MacOSX10.5.sdk/

 can anyone suggest how to do this?

 best,

 J




 --
 Jaime E Oliver LR

 joliv...@ucsd.edu
 www.realidadvisual.org/jaimeoliver
 www-crca.ucsd.edu/
 www.realidadvisual.org

 858 202 1522
 9168 Regents Rd. Apt. G
 La Jolla, CA 92037
 USA

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management ->
 http://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>
>>
>>
>> --
>> Jaime E Oliver LR
>>
>> joliv...@ucsd.edu
>> www.realidadvisual.org/jaimeoliver
>> www-crca.ucsd.edu/
>> www.realidadvisual.org
>>
>> 858 202 1522
>> 9168 Regents Rd. Apt. G
>> La Jolla, CA 92037
>> USA
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>
>
>
> 
>
> There is no way to peace, peace is the way.       -A.J. Muste
>
>
>



-- 
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-18 Thread Hans-Christoph Steiner


-isysroot /Developer/SDKs/MacOSX10.5.sdk usually goes in both CFLAGS  
and LDFLAGS.


.hc

On Oct 15, 2009, at 10:35 PM, Jaime Oliver wrote:


Hi I tried it in several ways and couldn't get it to work. where do
you usually put this flag?


On Thu, Oct 15, 2009 at 6:01 AM, chris clepper   
wrote:

Try this flag:

-isysroot /Developer/SDKs/MacOSX10.5.sdk


On Thu, Oct 15, 2009 at 5:51 AM, Jaime Oliver >

wrote:


Hi, I started a new thread as I believe people will start getting  
this

problem soon. The previous thread was: gem compiling error

I am trying to compile GEM from source in a macbook pro using osx  
10.6

and pd-0.42-5, latest Gem (0.92-1) from cvs and xcode 3.21.

Chris Clepper suggested to compile against sdk 10.5. sdk 10.5
installed, but can't figure out how to make it the target.

some programs have a flag like --with-macos=/.../sdk10.5, but can't
find any reference in the ./configure -h

other sites suggest to modify the makefile, but no luck yet.

I also tried: make --include-dir=/Developer/SDKs/MacOSX10.5.sdk/

can anyone suggest how to do this?

best,

J




--
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list







--
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list






There is no way to peace, peace is the way.   -A.J. Muste



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-15 Thread Jaime Oliver
Hi IOhannes,

thanks for writing back,

I added
-isysroot /Developer/SDKs/MacOSX10.5.sdkflags
to GEM_CXXFLAGS

and I still got the error (it's below)

please let me know if you have any other suggestions,

cheers,
J

g++ -c   -I..
-I/Applications/Pd-0.42-5.app/Contents/Resources//src  -DHAVE_CONFIG_H
-g -O2 -fPIC -freg-struct-return -Os -falign-loops=32
-falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx
-fpascal-strings -isysroot /Developer/SDKs/MacOSX10.5.sdk
GemPixImageLoad.cpp -o ../Objects/GemPixImageLoad.o
GemPixImageLoad.cpp:70: error: ‘GraphicsImportComponent’ was not
declared in this scope
GemPixImageLoad.cpp: In function ‘imageStruct* image2mem(const char*)’:
GemPixImageLoad.cpp:96: error: ‘GraphicsImportComponent’ was not
declared in this scope
GemPixImageLoad.cpp:96: error: expected `;' before ‘importer’
GemPixImageLoad.cpp:104: error: ‘struct FSSpec’ has no member named ‘name’
GemPixImageLoad.cpp:106: error: ‘struct FSSpec’ has no member named ‘parID’
GemPixImageLoad.cpp:109: error: ‘::GetGraphicsImporterForFile’ has not
been declared
GemPixImageLoad.cpp:109: error: ‘importer’ was not declared in this scope
GemPixImageLoad.cpp:111: error: ‘struct FSSpec’ has no member named ‘name’
GemPixImageLoad.cpp:115: error: ‘importer’ was not declared in this scope
GemPixImageLoad.cpp:115: error: ‘QTImage2mem’ cannot be used as a function
GemPixImageLoad.cpp: At global scope:
GemPixImageLoad.cpp:212: error: redefinition of ‘imageStruct* QTImage2mem’
GemPixImageLoad.cpp:70: error: ‘imageStruct* QTImage2mem’ previously
defined here
GemPixImageLoad.cpp:212: error: ‘GraphicsImportComponent’ was not
declared in this scope
make[1]: *** [GemPixImageLoad.o] Error 1
make: *** [Base] Error 2

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-15 Thread IOhannes m zmölnig
Jaime Oliver wrote:
> ok, thanks!
> 
> anyone has an idea?
> 

run ./configure
edit Make.config
add any flags to GEM_CXXFLAGS
run make


fgmadr
IOhannes

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-15 Thread Jaime Oliver
ok, thanks!

anyone has an idea?

best,

J

On Thu, Oct 15, 2009 at 7:55 PM, chris clepper  wrote:
> I use XCode and it is a menu setting in the build options.  Sorry, I don't
> know the command line flags to make it work.
>
> On Thu, Oct 15, 2009 at 10:35 PM, Jaime Oliver 
> wrote:
>>
>> Hi I tried it in several ways and couldn't get it to work. where do
>> you usually put this flag?
>>
>>
>> On Thu, Oct 15, 2009 at 6:01 AM, chris clepper 
>> wrote:
>> > Try this flag:
>> >
>> > -isysroot /Developer/SDKs/MacOSX10.5.sdk
>> >
>> >
>> > On Thu, Oct 15, 2009 at 5:51 AM, Jaime Oliver 
>> > wrote:
>> >>
>> >> Hi, I started a new thread as I believe people will start getting this
>> >> problem soon. The previous thread was: gem compiling error
>> >>
>> >> I am trying to compile GEM from source in a macbook pro using osx 10.6
>> >> and pd-0.42-5, latest Gem (0.92-1) from cvs and xcode 3.21.
>> >>
>> >> Chris Clepper suggested to compile against sdk 10.5. sdk 10.5
>> >> installed, but can't figure out how to make it the target.
>> >>
>> >> some programs have a flag like --with-macos=/.../sdk10.5, but can't
>> >> find any reference in the ./configure -h
>> >>
>> >> other sites suggest to modify the makefile, but no luck yet.
>> >>
>> >> I also tried: make --include-dir=/Developer/SDKs/MacOSX10.5.sdk/
>> >>
>> >> can anyone suggest how to do this?
>> >>
>> >> best,
>> >>
>> >> J
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> Jaime E Oliver LR
>> >>
>> >> joliv...@ucsd.edu
>> >> www.realidadvisual.org/jaimeoliver
>> >> www-crca.ucsd.edu/
>> >> www.realidadvisual.org
>> >>
>> >> 858 202 1522
>> >> 9168 Regents Rd. Apt. G
>> >> La Jolla, CA 92037
>> >> USA
>> >>
>> >> ___
>> >> Pd-list@iem.at mailing list
>> >> UNSUBSCRIBE and account-management ->
>> >> http://lists.puredata.info/listinfo/pd-list
>> >
>> >
>>
>>
>>
>> --
>> Jaime E Oliver LR
>>
>> joliv...@ucsd.edu
>> www.realidadvisual.org/jaimeoliver
>> www-crca.ucsd.edu/
>> www.realidadvisual.org
>>
>> 858 202 1522
>> 9168 Regents Rd. Apt. G
>> La Jolla, CA 92037
>> USA
>
>



-- 
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-15 Thread chris clepper
I use XCode and it is a menu setting in the build options.  Sorry, I don't
know the command line flags to make it work.

On Thu, Oct 15, 2009 at 10:35 PM, Jaime Oliver wrote:

> Hi I tried it in several ways and couldn't get it to work. where do
> you usually put this flag?
>
>
> On Thu, Oct 15, 2009 at 6:01 AM, chris clepper 
> wrote:
> > Try this flag:
> >
> > -isysroot /Developer/SDKs/MacOSX10.5.sdk
> >
> >
> > On Thu, Oct 15, 2009 at 5:51 AM, Jaime Oliver 
> > wrote:
> >>
> >> Hi, I started a new thread as I believe people will start getting this
> >> problem soon. The previous thread was: gem compiling error
> >>
> >> I am trying to compile GEM from source in a macbook pro using osx 10.6
> >> and pd-0.42-5, latest Gem (0.92-1) from cvs and xcode 3.21.
> >>
> >> Chris Clepper suggested to compile against sdk 10.5. sdk 10.5
> >> installed, but can't figure out how to make it the target.
> >>
> >> some programs have a flag like --with-macos=/.../sdk10.5, but can't
> >> find any reference in the ./configure -h
> >>
> >> other sites suggest to modify the makefile, but no luck yet.
> >>
> >> I also tried: make --include-dir=/Developer/SDKs/MacOSX10.5.sdk/
> >>
> >> can anyone suggest how to do this?
> >>
> >> best,
> >>
> >> J
> >>
> >>
> >>
> >>
> >> --
> >> Jaime E Oliver LR
> >>
> >> joliv...@ucsd.edu
> >> www.realidadvisual.org/jaimeoliver
> >> www-crca.ucsd.edu/
> >> www.realidadvisual.org
> >>
> >> 858 202 1522
> >> 9168 Regents Rd. Apt. G
> >> La Jolla, CA 92037
> >> USA
> >>
> >> ___
> >> Pd-list@iem.at mailing list
> >> UNSUBSCRIBE and account-management ->
> >> http://lists.puredata.info/listinfo/pd-list
> >
> >
>
>
>
> --
> Jaime E Oliver LR
>
> joliv...@ucsd.edu
> www.realidadvisual.org/jaimeoliver
> www-crca.ucsd.edu/
> www.realidadvisual.org
>
> 858 202 1522
> 9168 Regents Rd. Apt. G
> La Jolla, CA 92037
> USA
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-15 Thread Jaime Oliver
Hi I tried it in several ways and couldn't get it to work. where do
you usually put this flag?


On Thu, Oct 15, 2009 at 6:01 AM, chris clepper  wrote:
> Try this flag:
>
> -isysroot /Developer/SDKs/MacOSX10.5.sdk
>
>
> On Thu, Oct 15, 2009 at 5:51 AM, Jaime Oliver 
> wrote:
>>
>> Hi, I started a new thread as I believe people will start getting this
>> problem soon. The previous thread was: gem compiling error
>>
>> I am trying to compile GEM from source in a macbook pro using osx 10.6
>> and pd-0.42-5, latest Gem (0.92-1) from cvs and xcode 3.21.
>>
>> Chris Clepper suggested to compile against sdk 10.5. sdk 10.5
>> installed, but can't figure out how to make it the target.
>>
>> some programs have a flag like --with-macos=/.../sdk10.5, but can't
>> find any reference in the ./configure -h
>>
>> other sites suggest to modify the makefile, but no luck yet.
>>
>> I also tried: make --include-dir=/Developer/SDKs/MacOSX10.5.sdk/
>>
>> can anyone suggest how to do this?
>>
>> best,
>>
>> J
>>
>>
>>
>>
>> --
>> Jaime E Oliver LR
>>
>> joliv...@ucsd.edu
>> www.realidadvisual.org/jaimeoliver
>> www-crca.ucsd.edu/
>> www.realidadvisual.org
>>
>> 858 202 1522
>> 9168 Regents Rd. Apt. G
>> La Jolla, CA 92037
>> USA
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>
>



-- 
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-15 Thread chris clepper
Try this flag:

-isysroot /Developer/SDKs/MacOSX10.5*.sdk

*
On Thu, Oct 15, 2009 at 5:51 AM, Jaime Oliver wrote:

> Hi, I started a new thread as I believe people will start getting this
> problem soon. The previous thread was: gem compiling error
>
> I am trying to compile GEM from source in a macbook pro using osx 10.6
> and pd-0.42-5, latest Gem (0.92-1) from cvs and xcode 3.21.
>
> Chris Clepper suggested to compile against sdk 10.5. sdk 10.5
> installed, but can't figure out how to make it the target.
>
> some programs have a flag like --with-macos=/.../sdk10.5, but can't
> find any reference in the ./configure -h
>
> other sites suggest to modify the makefile, but no luck yet.
>
> I also tried: make --include-dir=/Developer/SDKs/MacOSX10.5.sdk/
>
> can anyone suggest how to do this?
>
> best,
>
> J
>
>
>
>
> --
> Jaime E Oliver LR
>
> joliv...@ucsd.edu
> www.realidadvisual.org/jaimeoliver
> www-crca.ucsd.edu/
> www.realidadvisual.org
>
> 858 202 1522
> 9168 Regents Rd. Apt. G
> La Jolla, CA 92037
> USA
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-15 Thread Jaime Oliver
Hi, I started a new thread as I believe people will start getting this
problem soon. The previous thread was: gem compiling error

I am trying to compile GEM from source in a macbook pro using osx 10.6
and pd-0.42-5, latest Gem (0.92-1) from cvs and xcode 3.21.

Chris Clepper suggested to compile against sdk 10.5. sdk 10.5
installed, but can't figure out how to make it the target.

some programs have a flag like --with-macos=/.../sdk10.5, but can't
find any reference in the ./configure -h

other sites suggest to modify the makefile, but no luck yet.

I also tried: make --include-dir=/Developer/SDKs/MacOSX10.5.sdk/

can anyone suggest how to do this?

best,

J




--
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list