the second bugfix release for Gem 0.92 has been made available to the public.
it fixes a number of showstoppers in 0.92.1, namely:
binaries available for w32 (installer), OS-X (universal) and the brave (source code)
grab it while it's hot: http://gem.iem.at/releases/0.92.2
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
fgmasdr IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Excellent, thanks a lot i love GEM
Best regards
José (Chile)
2009/12/15 IOhannes m zmoelnig zmoelnig@iem.at
the second bugfix release for Gem 0.92 has been made available to the public.
it fixes a number of showstoppers in 0.92.1, namely:
- crasher bugs
o fixed bug with threaded image loading o fixed use of openGL-functions without a valid context o fixed FreeFrame-loader with no canvas
- compilation issues
o fixed compilation of GemPBuffer on OSX 10.4 o fixed compilation with newer versions of libavifile o fixed compilation with newer g++ (char*/const char* confusion)
binaries available for w32 (installer), OS-X (universal) and the brave (source code)
grab it while it's hot: http://gem.iem.at/releases/0.92.2
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
fgmasdr IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
in os x 10.6 i still get the same error...
I didn't expect it to work... just reporting.
attached is the config.log
best,
J
ld: warning: in /System/Library/Frameworks//QuickTime.framework/QuickTime, missing required architecture x86_64 in file
Try forcing a 32 bit build.
On Tue, Dec 15, 2009 at 3:12 PM, Jaime Oliver jaime.oliver2@gmail.comwrote:
in os x 10.6 i still get the same error...
I didn't expect it to work... just reporting.
attached is the config.log
best,
J
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-arch i386
On Tue, Dec 15, 2009 at 4:12 PM, Jaime Oliver jaime.oliver2@gmail.comwrote:
ld: warning: in
/System/Library/Frameworks//QuickTime.framework/QuickTime,
missing required architecture x86_64 in file
Try forcing a 32 bit build.
would I achieve that by removing the -fPIC flag?
thanks, that seems to make it compile, but with a lot of warnings of the kind:
ld: warning: in ./Objects/world_light.o, file is not of required architecture
for just about every object.
I do get a Gem.pd_darwin
but get the following messages from pd when loading:
tried /Applications/gem-0.92-2/src/Gem.d_fat and failed tried /Applications/gem-0.92-2/src/Gem.pd_darwin and succeeded /Applications/gem-0.92-2/src/Gem.pd_darwin: dlopen(/Applications/gem-0.92-2/src/Gem.pd_darwin, 10): no suitable image found. Did find: /Applications/gem-0.92-2/src/Gem.pd_darwin: mach-o, but wrong architecture /Applications/gem-0.92-2/src/Gem: can't load library
again I attach the config.log
best,
J
On Tue, Dec 15, 2009 at 4:16 PM, chris clepper cgclepper@gmail.com wrote:
-arch i386
On Tue, Dec 15, 2009 at 4:12 PM, Jaime Oliver jaime.oliver2@gmail.com wrote:
ld: warning: in /System/Library/Frameworks//QuickTime.framework/QuickTime, missing required architecture x86_64 in file
Try forcing a 32 bit build.
would I achieve that by removing the -fPIC flag?
add arch -i386 to both the CFLAGS and LDFLAGS then make clean and make.
On Tue, Dec 15, 2009 at 4:46 PM, Jaime Oliver jaime.oliver2@gmail.comwrote:
thanks, that seems to make it compile, but with a lot of warnings of the kind:
ld: warning: in ./Objects/world_light.o, file is not of required architecture
for just about every object.
I do get a Gem.pd_darwin
but get the following messages from pd when loading:
tried /Applications/gem-0.92-2/src/Gem.d_fat and failed tried /Applications/gem-0.92-2/src/Gem.pd_darwin and succeeded /Applications/gem-0.92-2/src/Gem.pd_darwin: dlopen(/Applications/gem-0.92-2/src/Gem.pd_darwin, 10): no suitable image found. Did find: /Applications/gem-0.92-2/src/Gem.pd_darwin: mach-o, but wrong architecture /Applications/gem-0.92-2/src/Gem: can't load library
again I attach the config.log
best,
J
On Tue, Dec 15, 2009 at 4:16 PM, chris clepper cgclepper@gmail.com wrote:
-arch i386
On Tue, Dec 15, 2009 at 4:12 PM, Jaime Oliver jaime.oliver2@gmail.com wrote:
ld: warning: in /System/Library/Frameworks//QuickTime.framework/QuickTime, missing required architecture x86_64 in file
Try forcing a 32 bit build.
would I achieve that by removing the -fPIC flag?
-- Jaime E Oliver LR
joliverl@ucsd.edu www.realidadvisual.org/jaimeoliver www-crca.ucsd.edu/http://www.realidadvisual.org/jaimeoliver%0Awww-crca.ucsd.edu/ www.realidadvisual.org
858 750 0924 (cel) 858 202 1522 (home) 9168 Regents Rd. Apt. G La Jolla, CA 92037 USA
what is the difference between:
GEM_CXXFLAGS and CXXFLAGS
?
On Tue, Dec 15, 2009 at 4:49 PM, chris clepper cgclepper@gmail.com wrote:
add arch -i386 to both the CFLAGS and LDFLAGS then make clean and make.
On Tue, Dec 15, 2009 at 4:46 PM, Jaime Oliver jaime.oliver2@gmail.com wrote:
thanks, that seems to make it compile, but with a lot of warnings of the kind:
ld: warning: in ./Objects/world_light.o, file is not of required architecture
for just about every object.
I do get a Gem.pd_darwin
but get the following messages from pd when loading:
tried /Applications/gem-0.92-2/src/Gem.d_fat and failed tried /Applications/gem-0.92-2/src/Gem.pd_darwin and succeeded /Applications/gem-0.92-2/src/Gem.pd_darwin: dlopen(/Applications/gem-0.92-2/src/Gem.pd_darwin, 10): no suitable image found. Did find: /Applications/gem-0.92-2/src/Gem.pd_darwin: mach-o, but wrong architecture /Applications/gem-0.92-2/src/Gem: can't load library
again I attach the config.log
best,
J
On Tue, Dec 15, 2009 at 4:16 PM, chris clepper cgclepper@gmail.com wrote:
-arch i386
On Tue, Dec 15, 2009 at 4:12 PM, Jaime Oliver jaime.oliver2@gmail.com wrote:
ld: warning: in /System/Library/Frameworks//QuickTime.framework/QuickTime, missing required architecture x86_64 in file
Try forcing a 32 bit build.
would I achieve that by removing the -fPIC flag?
-- Jaime E Oliver LR
joliverl@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
On Tue, Dec 15, 2009 at 4:49 PM, chris clepper cgclepper@gmail.com wrote:
add arch -i386 to both the CFLAGS and LDFLAGS then make clean and make.
Indeed that worked!
I need to test it to see if everything works and don't have the time right now, but I will soon.
what I did is
aclocal autoconf ./configure --with-pd... changed the Make.config file as attached (removing -fPIC, adding -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk and changing -mmacosx-version-min=10.3 to 10.4) and then :
make
best,
J
Jaime Oliver wrote:
On Tue, Dec 15, 2009 at 4:49 PM, chris clepper cgclepper@gmail.com wrote:
add arch -i386 to both the CFLAGS and LDFLAGS then make clean and make.
Indeed that worked!
I need to test it to see if everything works and don't have the time right now, but I will soon.
what I did is
aclocal autoconf ./configure --with-pd... changed the Make.config file as attached (removing -fPIC, adding -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk and changing -mmacosx-version-min=10.3 to 10.4)
apart from the macosxminversion you should be able to set everything directly: ./configure --disable-PIC --enable-fat-binary=i386 --with-pd=...
the "enable-fat-binary" flag will add the arch flag for each architecture given to both CFLAGS and LDFLAGS. i admit it sounds a bit confusing when you build fats only for a single architecture...
cheers.
fgmasdr IOhannes
indeed.
in os x 10.6 gem compiles out of the box with:
aclocal autoconf ./configure --disable-PIC --enable-fat-binary=i386 --with-pd=... make
once again log attached
thanks again for gem!
J
On Wed, Dec 16, 2009 at 4:16 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Jaime Oliver wrote:
On Tue, Dec 15, 2009 at 4:49 PM, chris clepper cgclepper@gmail.com wrote:
add arch -i386 to both the CFLAGS and LDFLAGS then make clean and make.
Indeed that worked!
I need to test it to see if everything works and don't have the time right now, but I will soon.
what I did is
aclocal autoconf ./configure --with-pd... changed the Make.config file as attached (removing -fPIC, adding -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk and changing -mmacosx-version-min=10.3 to 10.4)
apart from the macosxminversion you should be able to set everything directly: ./configure --disable-PIC --enable-fat-binary=i386 --with-pd=...
the "enable-fat-binary" flag will add the arch flag for each architecture given to both CFLAGS and LDFLAGS. i admit it sounds a bit confusing when you build fats only for a single architecture...
cheers.
fgmasdr IOhannes
Jaime Oliver wrote:
indeed.
in os x 10.6 gem compiles out of the box with:
aclocal autoconf ./configure --disable-PIC --enable-fat-binary=i386 --with-pd=... make
cool. does this mean, that you don't have to specify the "-mmacosx-version-min=10.3 -isysroot /Developer/SDKs/MacOSX10.5.sdk" anymore?
and i wonder why you need to disable PIC...
mfgasdr IOhannes
Indeed, disabling PIC is not necessary,
build log is attached...
best,
J
On Thu, Dec 17, 2009 at 4:04 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Jaime Oliver wrote:
indeed.
in os x 10.6 gem compiles out of the box with:
aclocal autoconf ./configure --disable-PIC --enable-fat-binary=i386 --with-pd=... make
cool. does this mean, that you don't have to specify the "-mmacosx-version-min=10.3 -isysroot /Developer/SDKs/MacOSX10.5.sdk" anymore?
and i wonder why you need to disable PIC...
mfgasdr IOhannes
Thank you IOhannes!
P
IOhannes m zmoelnig wrote:
the second bugfix release for Gem 0.92 has been made available to the public.
it fixes a number of showstoppers in 0.92.1, namely:
- crasher bugs o fixed bug with threaded image loading o fixed use of openGL-functions without a valid context o fixed FreeFrame-loader with no canvas
- compilation issues o fixed compilation of GemPBuffer on OSX 10.4 o fixed compilation with newer versions of libavifile o fixed compilation with newer g++ (char*/const char* confusion)
binaries available for w32 (installer), OS-X (universal) and the brave (source code)
grab it while it's hot: http://gem.iem.at/releases/0.92.2
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
fgmasdr IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list