oops, yes I meant XCode 3.1.2. I thought I had a pretty standard
setup so was surprised it wasn't working. The info on my macbook from
system profiler is
Model Name: MacBook
Model Identifier: MacBook1,1
Processor Name: Intel Core Duo
Processor Speed: 2 GHz
Number Of Processors: 1
Total Number Of Cores: 2
I only have java 1.5 installed and haven't updated to 1.6.
development:~ developer$ java -version
java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-
b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
Forcing it to build as 32 bit with -Dbuild.m64=no solved the problem
and I was able to build and run the tests successfully.
Does this all make sense? Is there any other info that would be
helpful?
Thanks for your help Art.
Dallas
On Mar 9, 5:49 pm, Art Clarke <
acla...@xuggle.com> wrote:
> I think you meant Xcode 3.1.2, but otherwise we have the same versions and
> it works here. I saw a reference online to people getting that error with
> Apples, and it having something to do with PowerPC based, or non-core-duo
> based intel macs.
>
> Try seeing if you can do a 32-bit build by doing:
>
> ant clobber
> ant -Dbuild.m64=no run-tests
>
> If that works, then Xuggler should run under Java 1.5 (but not 1.6). Let me
> know, and if that's the problem, we'll try to figure out a fix.
>
> - Art
>
>
>
>
>
> On Mon, Mar 9, 2009 at 5:50 AM, dalboy <
dallastay...@gmail.com> wrote:
>
> > I checked the versions of xcode and gcc. I have installed the latest
> > version of Xcode (3.2.1). And the gcc version is 4.0.1
>
> > development:src developer$ gcc -version
> > i686-apple-darwin9-gcc-4.0.1: no input files
>
> > and gcc is on the path
>
> > development:src developer$ which gcc
> > /usr/bin/gcc
>
> > I had a look in the config.log for libmp3lame ( /usr/local/src/xuggle-
> > xuggler/build/native/i386-apple-darwin9.6.0/captive/libmp3lame/csrc/
> > config.log ) which you can see herehttp://
pastie.org/411596.