Re: Error Loading liba52-0.7.4
H}kan Hjort <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Mon May 10 2004, [email protected] wrote: > I am trying to load ogle and all the needed parts for it. I have loaded the > SUNWmlibl and SUNWmlibh packages. Then I loaded GNOME 1.4 followed by GNU C > compiler 2.95.3 and GNU Make 3.80. > > Then I loaded libxml2-2.6.4, libdvdcss-1.2.8, libdvdread-0.9.4, jpeg-6b. > All of that loaded fine. > > I get the following error when trying to configure and make the liba52 > (a52dec-0.7.4) file > > Making all in autotools > Making all in include > Making all in doc > Making all in liba52 > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include > -I../include -I../include -g -03 -fomit-frame-pointer -mtune=ultrasparc > -prefer-non-pic -c imdct.c > gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g > -03 -fomit-frame-pointer -mtune=ultrasparc -prefer-non-pic -c imdct.c -o > imdct.o > In file included from imdct.c:29: > /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/math.h:5: math.h: > No such file or directory > *** Error code 1 > make: Fatal error: Command failed for target `imdct.lo' > current working directory /apps/software/misc/a52dec-0.7.4/liba52 > *** Error code 1 > make: Fatal error: Command failed for target `all-recursive' > Well, what it says is that that file /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include/math.h is trying to include (at line 5) yet another file called math.h. My guess is that you don't have have the software development stuff from SUN installed. You need the system headers to compile software. Also see http://www.blastwave.org/ for ready built packages of lots of software for Solaris, among them Ogle... Regards Håkan