-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Jun 24, 2006, at 12:04 AM, Brian Bannister wrote:

> I have the same error installing libxine1-shlibs. I don't know enough
> to say whether the included version of libtool-nofpic in libxine is
> wrong, or if the arguments being passed to it do not make sense.
>
> My details are:
>
> Package manager version: 0.24.20
> Distribution version: 0.8.1.rsync
>
> Machine Name: MacBook Pro 15"
>
> System Version: Mac OS X 10.4.6 (8I1119)
> Kernel Version: Darwin 8.6.1
>
> gcc version 4.0.1
>
> The error I see is the same,
>
> Making all in drivers
> make[5]: Nothing to be done for `all'.
> make[5]: Nothing to be done for `all-am'.
> Making all in macosx
> source='XineOpenGLView.m' object='XineOpenGLView.lo' libtool=yes \
> DEPDIR=.deps depmode=none /bin/sh ../../../depcomp \
> /bin/sh ../../../libtool-nofpic --mode=compile  -DHAVE_CONFIG_H -I.  
> -I.
> -I../../.. -I../../.. -I../../../include -I../../../include
> -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine
> -I../../../src/xine-utils  -I../../../src/input -I../../../src/input
> -I../../../lib  -no-cpp-precomp -I/sw/lib/freetype219/include/ 
> freetype2
> -I/sw/lib/freetype219/include -I/sw/include    -c -o XineOpenGLView.lo
> XineOpenGLView.m
> libtool-nofpic: unrecognized option `-DHAVE_CONFIG_H'
> Try `libtool-nofpic --help' for more information.
> make[4]: *** [XineOpenGLView.lo] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of /var/tmp/tmp.1.5LzdNG failed, exit code 2
> Removing build lock...
> /sw/bin/dpkg-lockwait -r fink-buildlock-libxine1-1.1.1-1021
> (Reading database ... 52012 files and directories currently  
> installed.)
> Removing fink-buildlock-libxine1-1.1.1-1021 ...
> Failed: phase compiling: libxine1-1.1.1-1021 failed

Yeah, libxine1 doesn't build on Intel. The immediate issue here is  
that the configure script doesn't realize that there is an Objective- 
C compiler available and so doesn't set the OBJC variable. By  
changing the lines

     ./configure %c
     make

in libxine1.info to

     ./configure %c OBJC=gcc
     make OBJCFLAGS="-DXINE_COMPILE"

the build continues. Unfortunately, it fails later due to byte- 
swapping issues in the libdvdnav code. This is also easy to fix, but  
I expect there will be even more failures after. I tried once to get  
the previous libxine to build on Intel, but gave up when it turned  
into a never ending patch-fest..
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)
Comment: http://homepage.mac.com/danielj7/publickey.txt

iD8DBQFEn1u94sDFGYouOqARAsn0AKCEAl8/zlbLQsiMdtPof+raaKfssACcDM2W
coSSMiqPsOieQ/x7OVRrOL4=
=bRwT
-----END PGP SIGNATURE-----

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to