The Testing Area :: April extensions



Thanks to Jason for:
rox-filer-2.7.1.uci
gsview-4.9.uci


Thanks to Onyarian for:
guipdftk.unc

Thanks to Juanito for an update to:
sane.uci

902 extensions in the database

I just finished the latest updates to compile-3.3.5

Quote
Yeah, Bison, Yacc, Pkg-config and Flex are only used at the compile step, so they can be as new as wanted.

- autoconf, bison, expat, flex, m4, make, pkg-config & texinfo updated to the latest versions

Quote
...several automake versions in there - some things want older versions, other things won't build without a recent automake

- automake/aclocal 1.7 & 1.10 added

Quote
...wrapper as "lex" that calls flex -l (lex compatibility mode); seems better than just symlinking to me

- lex wrapper added

I also removed KNOPPIX from the symlinks. I think I need to do some more testing before adding glib2 headers/libs - since the full suite of glib2 libs are not in the dsl base, adding this may cause missing lib errors

I'll do some "stress testing" (^hats^ cp -a /opt/compile-3.3.5/include /opt & export CPPFLAGS=-I/opt/include seems to work well) and then submit the revised extension.

Juanito: did you ever post a guide or your steps that you did in making compile-3.3.5?  There might be something someone could pick out that could be causing the problem.
I guess the issue in question is how I made ../include in the compile-3.3.5 extension. Apart from the headers coming from the various apps, I did:
Code Sample
$ make mrproper
$ make include/linux/version.h
$ make symlinks
$ make menuconfig
$ sudo mkdir /opt/compile-3.3.5/include/asm
$ sudo cp -v include/asm/* /opt/compile-3.3.5/include/asm
$ sudo cp -vR include/asm-generic /opt/compile-3.3.5/include
$ sudo cp -vR include/linux /opt/compile-3.3.5/include

Thanks to Juanito for:
compile-3.3.5.uci
cups-1.3.5.uci

Next Page...
original here.