-
Duplicate of 2077630, accidentally submitted via page refresh :)
2008-08-28 01:27:12 UTC in Hunspell
-
/bin/bash ../../libtool --tag=CXX --mode=link g++ -O2 -I/usr/pkgroot3/include -L/usr/pkgroot3/lib -Wl,-R/usr/pkgroot3/lib -o hunspell hunspell.o -lintl ../hunspell/libhunspell-1.2.la ../parsers/libparsers.a -lcurses
g++ -O2 -I/home/pkgsrc3/pkgsrc/textproc/hunspell/work/.buildlink/include -Wl,-R/usr/pkgroot3/lib -o .libs/hunspell hunspell.o...
2008-08-28 01:24:30 UTC in Hunspell
-
/bin/bash ../../libtool --tag=CXX --mode=link g++ -O2 -I/usr/pkgroot3/include -L/usr/pkgroot3/lib -Wl,-R/usr/pkgroot3/lib -o hunspell hunspell.o -lintl ../hunspell/libhunspell-1.2.la ../parsers/libparsers.a -lcurses
g++ -O2 -I/home/pkgsrc3/pkgsrc/textproc/hunspell/work/.buildlink/include -Wl,-R/usr/pkgroot3/lib -o .libs/hunspell hunspell.o...
2008-08-27 06:27:19 UTC in Hunspell
-
This incredibly difficult problem to track down might be of interest to people here. The below patch fixes the emulator on a system with gcc 4.1.2 (and probably other compilers). Obviously the __attribute__ may not be totally portable...
Other gcc 4 build problems are well documented, but not this one as far as I know.
----------
The buffer "buffer" has to be aligned on a 2 byte...
2007-10-24 15:35:02 UTC in Palm OS Emulator
-
Some patches from NetBSD Pkgsrc:
Defining _XOPEN_SOURCE breaks the build under NetBSD.
The default C++ precision of 6 digits is Very risky in a database context.
As with DATE fields, if a TIME field is unset (hour value 24+), output an empty string.
Correctly terminate default string values on NUL.
2007-10-21 03:44:41 UTC in PalmOS Flat-File Database Tools