Re: kbs, one file to rule them all
Jean-Claude Wippler <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Rene Zaumseil wrote: > Found errors: > > * vlerq + compile with "cc" under SunOS: > - -D__sun__ not defined Don't understand. It's not used in vlerq - should it be? > "/home2/rene/rene/sources/vlerq-4.1/generic/vlerq.c", line 38: > warning: > typedef redeclared: uint8_t > "/home2/rene/rene/sources/vlerq-4.1/generic/vlerq.c", line 42: > warning: macro > redefined: _BIG_ENDIAN > "/home2/rene/rene/sources/vlerq-4.1/generic/vlerq.c", line 396: > warning: > integer overflow detected: op "<<" > "/home2/rene/rene/sources/vlerq-4.1/generic/vlerq.c", line 4688: > warning: no > explicit type given for parameter: rows Thanks, I fixed three of those. The << overflow needs a bit more thought. > * vfs > - "make clean && make" failed in vfs, > pkgIndex.tcl will be removed and not created Hm, did the 2007-04-05 ChangeLog entry not address this? > - What about the different "strip" commands. Are they needed/usefull? You mean, should we strip all binaries? Well - the main mode of operation for these is deployment, inside a starkit or otherwise, so I would think it best to aim for minimal size. Other files can be added anytime, but stripping usually has to be done on the build platform. -jcw