LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Unable to compile IcedTea6 using instructions from blfs svn (https://www.linuxquestions.org/questions/linux-from-scratch-13/unable-to-compile-icedtea6-using-instructions-from-blfs-svn-921695/)

krystal 01-02-2012 10:53 PM

Unable to compile IcedTea6 using instructions from blfs svn
 
I am trying to build icedtea6 from the instructions at http://www.linuxfromscratch.org/blfs.../icedtea6.html
I get the following errors:
Code:

/icedtea6-1.9.7/openjdk.build-ecj/tmp/sun/sun.awt/splashscreen/obj/splashscreen_sys.o  ../../../src/solaris/native/sun/awt/splashscreen/splashscreen_sys.c
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c: In function 'my_png_read_stream':
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c:39:51: error: dereferencing pointer to incomplete type
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c: In function 'SplashDecodePng':
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c:74:9: error: dereferencing pointer to incomplete type
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c:78:12: error: dereferencing pointer to incomplete type
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c:79:12: error: dereferencing pointer to incomplete type
make[6]: *** [/sources/icedtea6-1.9.7/openjdk.build-ecj/tmp/sun/sun.awt/splashscreen/obj/splashscreen_png.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[6]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj/jdk/make/sun/splashscreen'
make[5]: *** [library_parallel_compile] Error 2
make[5]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj/jdk/make/sun/splashscreen'
make[4]: *** [all] Error 1
make[4]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj/jdk/make/sun'
make[3]: *** [all] Error 1
make[3]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj/jdk/make'
make[2]: *** [jdk-build] Error 2
make[2]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2


druuna 01-03-2012 04:10 AM

Hi,

Code:

make[6]: *** Waiting for unfinished jobs....
The above error message I've only seen when building with the parallel make option set (make -j X).

If that is the case, try unsetting the make option and try again.

Hope this helps.

krystal 01-03-2012 10:51 AM

Quote:

Originally Posted by druuna (Post 4564455)
Hi,

Code:

make[6]: *** Waiting for unfinished jobs....
The above error message I've only seen when building with the parallel make option set (make -j X).

If that is the case, try unsetting the make option and try again.

Hope this helps.


I did not set any make option, I just used "make". If that is set automatic, how do I disable it?

druuna 01-03-2012 12:06 PM

Hi,
Quote:

Originally Posted by krystal (Post 4564807)
I did not set any make option, I just used "make". If that is set automatic, how do I disable it?

You cannot disable it if you did not set it yourself.


All times are GMT -5. The time now is 05:56 PM.