-
Building configurations...
Running action 'test'...
os.findlib_FindSystemLib: [string "function os.findlib(libname)..."]:15: attempt to call method 'lines' (a nil...
2009-10-02 23:43:20 UTC in Premake
-
chmfile.h and bitfiddle.inl use uint*_t without including stdint.h. this patch is necessary to build xchm-1.16 with GCC 4.4.
2009-05-16 22:00:15 UTC in xCHM
-
adds a few missing headers that cause compilation to fail with GCC 4.3.
2009-02-10 04:41:17 UTC in buddy
-
Hey there.
Many distributions have a policy against packages building against local/bundled copies of third-party libraries. There are a multitude of reasons for this, including security issues. For more info:
http://lists.freedesktop.org/archives/distributions/2008-September/000226.html
http://blog.flameeyes.eu/2009/01/02/bundling-libraries-for-despair-and-insecurity
As wxSVG...
2009-01-18 02:30:00 UTC in wxSVG
-
ah, much better. :)
2008-10-19 22:33:18 UTC in flex: the fast lexical analyser
-
Building flex-2.5.35 gave me these two testsuite errors:
make[5]: Entering directory `/var/tmp/portage/sys-devel/flex-2.5.35/work/flex-2.5.35/tests/test-c++-multiple-scanners'
../../flex -+ scanner-1.l
x86_64-pc-linux-gnu-g++ -c -o scanner-1.o -I. -I../.. -I../.. -O2 -g -march=nocona -fomit-frame-pointer -pipe scanner-1.cpp
scanner-1.cpp: In member function 'int S1_FlexLexer::yyinput()':
2008-10-19 04:30:15 UTC in flex: the fast lexical analyser
-
Yep, working fine for me. Thanks. :)
2008-01-24 03:38:18 UTC in TwoLAME
-
yep, that works fine.
2007-11-27 00:36:13 UTC in FLAC-Free Lossless Audio Codec
-
changing NO_DLL_INLINE inline to NO_DLL_INLINE extern inline in libtwolame/common.h will break with GCC versions < 4.3. this patch against twolame-0.3.10 was tested with GCC 4.1.2, 4.2.2, and trunk.
2007-11-24 00:41:03 UTC in TwoLAME
-
GCC 4.3 cleans up the include dependencies of the C++ stdlib headers. The
result is some packages have missing includes. This patch fixes one such error
in flac-1.2.1.
make[5]: Entering directory
`/var/tmp/portage/media-libs/flac-1.2.1-r1/work/flac-1.2.1/examples/cpp/encode/file'
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../../..
-DFLaC__INLINE=__inline__ -DNDEBUG -I../../../..
2007-11-18 19:13:28 UTC in FLAC-Free Lossless Audio Codec