On 05/28/2014 11:51 AM, Christopher Gregory wrote: > Hello, > > I built SVN systemd via jhalfs and got to the stage of building iced tea > from BLFS SVN and if you try to build it against giflib-5.1.0 it gets to > the stage of compiling the splash screen and aborts the compilation with > an error in the included gif.h file. > > I down-graded to the stable BLFS giflib and the build completed successfully. > > Also, there is an annoyance that I am failing to understand in the > directions for building iced tea. > > On the Java-1.7.0.55 page it tells you on a fresh build to set the > environment: > > export CLASSPATH=.:/usr/share/java && > export JAVA_HOME=/opt/OpenJDK-1.7.0.55-bin && > export PATH="$PATH:/opt/OpenJDK-1.7.0.55-bin/bin" > > Which is well and good as it needs to be set, YET on the > OpenJDK-1.7.0.55/IcedTea-2.4.7 page at the top of the configure block it > has: > > unset JAVA_HOME > > which results in a failed compile as it can not find the installed java. > > I reset the environment as per the Java-1.7.0.55 page and omitted the > unset JAVA_HOME and was able to successfully get past that error. > > Now is it something that I am failing to see here, or should that line be > removed from the instructions? > > Regards, > > Christopher. > >
giflib-5.1.0 build failures are really straightforward to fix. DGifCloseFile function just got another parameter, but in 99% cases you can simply add ", NULL" to DGifCloseFile function call. See sed's for Imlib2 and libwebp. -- Note: My last name is not Krejzi. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
