WDef
Group: Members
Posts: 798
Joined: Sep. 2005 |
|
Posted: June 09 2008,18:28 |
|
Qt4 compiled, much to my amazement :=)
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:
Code Sample | #define PATH_MAX 4096 /* # chars in a path name including nul */ |
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).
The demos look very nice indeed - ultrasnazzy guis.
It's huge. Stripping both binaries and libs gets it down to 570MB (from 1GB).
There are some other things that might be able to come out, but I'm loathe to remove the docs, demos or examples because it's a full development kit for using Qt4, and those things are accessible via its own guis, which would be nice to keep for programming.
I'll see what size uci it creates first - all of the text etc docs will compress to nothing.
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.
|