Quote (WDef @ June 09 2008,18:28) | ||
Explicitly set the include path to freetype2 and then ran into the PATH_MAX error, or so I realized after tracing back through the header errors. I don't really know if it's kosher but I got around it by setting:
at the top of the compiler.h header in the Qt4 sources. That value is what I assume it is supposed to be from linux/limits.h, but I don't really know (or why Qt4 can't find that). |
Quote |
$ cp -a /opt/compile-3.3.5/optional /opt $ export CPPFLAGS=-I/opt/include |
Quote |
$ cp -a /opt/compile-3.3.5/include /opt |
Quote |
EDIT: might be ok to just put the QtCore and QtGui libs in a uci (that is the absolute minimum I think), but there is always going to be something that comes along that won't run. Overly obsessing about the size of ucis is absolutely pointless anyway imho, it makes no difference whatsoever, except to the download size, and to all the things that won't run or to the lost functionality of the package because some key thing has been removed. |