-
Here is a patch to log4r to add process ID to the list of formats in the
pattern formatter. The pattern is %p and it returns Process.pid.to_s as
you can see below. It is simple and works fine.
# diff patternformatter.rb patternformatter.rb.bak
16d15
< "p" => 'Process.pid.to_s',
36c35
< DirectiveRegexp = /([^%]*)((%-?\d*(\.\d+)?)([cCdtmMl%p]))?(.*)/
---
>...
2009-04-22 08:59:17 UTC in Log4r - Logging system written in Ruby
-
With the fix in 2011564 to get ride of the version error, I am getting a new problem when running the demo code:
Application initialization failed: couldn't load file "/usr/lib/libBLTX30.so": /usr/lib/libBLTX30.so: undefined symbol: Blt_FirstHashEntry
Error in startup script: couldn't load file "/usr/lib/libBLTX30.so": /usr/lib/libBLTX30.so: undefined symbol: Blt_FirstHashEntry
while...
2008-09-04 07:12:14 UTC in The BLT Toolkit
-
With the fix in 2011564 to get ride of the version error, I am getting a new problem when running the demo code:
Application initialization failed: couldn't load file "/usr/lib/libBLTX30.so": /usr/lib/libBLTX30.so: undefined symbol: Blt_FirstHashEntry
Error in startup script: couldn't load file "/usr/lib/libBLTX30.so": /usr/lib/libBLTX30.so: undefined symbol: Blt_FirstHashEntry
while...
2008-09-03 15:39:31 UTC in The BLT Toolkit
-
See bug 2002727 as this is a duplicate.
2008-09-03 10:56:25 UTC in The BLT Toolkit
-
Still the same error with the cvs of today (2008 09 03) with tcl/tk 8.5.4.
Anyone?...
2008-09-03 10:53:57 UTC in The BLT Toolkit
-
I managed to get it compiling under 8.5.3 but whenever I run a bltwish I get an error stating that I have TCL version 8.5.3 but that bltwish uses 8.5. This has been tested with 2.4z and 3.0 (from cvs) compiled with icc and gcc.
2008-08-14 11:44:26 UTC in The BLT Toolkit
-
Dowloaded 1.5.0, unpacked, configured and got this error while compiling on Linux styx 2.6.18.8 #2 SMP Thu Mar 15 11:37:13 GMT 2007 i686 i686 i386 GNU/Linux.
gcc -DHAVE_CONFIG_H -I. -DSYSTEM_CONFIG_FILE=\"/usr/local/etc/conky/conky.conf\" -I/usr/X11R6/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include...
2008-03-28 11:46:47 UTC in Conky
-
Worked.
Many thanks indeed.
2008-03-06 16:59:30 UTC in wxHaskell
-
Downloaded version wxhaskell-0.9.4 but I cannot compile it.
The error:
; make
g++ -c wxc/src/ewxw_main.cpp -o out/wxc/ewxw_main.o -MD -I/usr/lib/wx/include/gtk2-unicode-debug-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -D__WXDEBUG__ -D__WXGTK__ -pthread -Iwxc/include
In file included from wxc/src/ewxw_main.cpp:1:
wxc/include/wrapper.h: In...
2008-03-06 15:23:03 UTC in wxHaskell
-
Yes, I am using python 2.5, The code works fine on my python 2.4 install -- different machine.
I've install docutil 0.4 and now I am getting the following:
; gmake distributions
[...]
mkdir -p html/doctest
for doctest in src/epydoc/test/apidoc.doctest src/epydoc/test/docbuilder.doctest src/epydoc/test/docintrospecter.doctest src/epydoc/test/docparser.doctest...
2007-02-09 14:02:22 UTC in Python API documentation generation tool