go moko wrote:
It seems that the problem comes from this:
"> cc1: warnings being treated as errors"
It's due to the gcc flag: -Werror,
which force all warnings (and the warnings seem
harmless) to be considered as errors.
See the following message:
http://linuxfromscratch.org/pipermail/blfs-dev/2006-February/013468.html
which give you a solution with a single command. Not
everyone seems to have this problem, according the
answer to this post.
Regards
G. Moko
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Great information! You guys are teaching me a lot. After modifying the
sed command some and then having to use the same technique ti fix some
more things in that package I managed to get it to compile and moved
on. I'm getting close enough to feel it but a couple of packages down
the road I ran into more problems. I decided to try and google my way
through the next error I got but the only hit I got on the error was an
Italian site and even hitting the "translate this page" button didn't
translate enough of the page to help me figure out what was being said.
So I'm back again. Now I'm in libexif and getting the following from the
make:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2
-DLIBEXIF_LOCALEDIR=\"/usr/share/locale\"
-DLIBMNOTE_LOCALEDIR=\"/usr/share/locale\" -I.. -I../libexif
-I../libjpeg -g -Wall -Wmissing-declarations -Wmissing-prototypes -g -O2
-MT exif-utils.lo -MD -MP -MF .deps/exif-utils.Tpo -c exif-utils.c
-fPIC -DPIC -o .libs/exif-utils.o
exif-utils.c:88: error: static declaration of 'exif_get_sshort' follows
non-static declaration
../libexif/exif-utils.h:48: error: previous declaration of
'exif_get_sshort' was here
make[3]: *** [exif-utils.lo] Error 1
make[3]: Leaving directory `/usr/src/secondary/libexif-0.6.12/libexif'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/secondary/libexif-0.6.12/libexif'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/secondary/libexif-0.6.12'
make: *** [all] Error 2
You know, I seem to be having more problems than the norm. Am I having
all this trouble because I decided to go with a pure 64 bit install? The
above doesn't look to me like it has anything to do with 64 vs 32 but it
just seems like I am getting errors about twice as often as I get
something to compile the first time through. At any rate, any ideas??
Arnie
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page