Hey. I've been trying to integrate Pantheios (beta213) in a project I am doing on Mac OS X (10.7). I got it up and running with the tricks from [url=https://sourceforge.net/projects/pantheios/forums/forum/475314/topic/3570243]Mac OSX 10.6 Not Building[/url]. But then I tried to add the PANTHEIOS_USE_WIDE_STRINGS define to have it use wide char support. And I end up with this error...
2012-03-07 01:59:01 PST by tiran_kenja
Log messages are not printed from the linux shared library. Tried to initialize like in windows DLL and did not work either. Any specific voodoo magic that I have to do so that a shared library has its own logging capabilities ? Thank you Javier.
2012-03-06 10:24:47 PST by https://www.google.com/accounts
Hi, since I'm looking at the same issue and am searching for help on this as well I just post my findings here: - Am running Linux on ARM (OMAP3530). Crosscompiled using gcc version 4.5.3 - Linking with pantheios.1.be.fprintf.gcc45 pantheios.1.bec.fprintf.gcc45 pantheios.1.fe.simple.gcc45 The test setup is piping the logs on stdout into a file in tmp-fs. I compare an internal iostream...
2012-02-28 06:02:35 PST by ifen-pl4c
Hi In order to build Pantheios with Intel 11.1.0.60 I had to change stlsoft.h: I added : [code]# elif (__INTEL_COMPILER == 1110) # define STLSOFT_COMPILER_VERSION_STRING "Intel C/C++ 11.1"[/code] in order to avoid the following error message : [quote] error Only Intel C++ Compiler versions 6.0, 7.0(/7.1), 8.0, 9.0, 10.0 and 11.0 currently supported by the STLSoft...
2012-02-17 03:26:10 PST by https://www.google.com/accounts
Is it possible to configure Pantheios logging library from outside such as from xml or properties file? If so how?.
2012-02-13 05:05:24 PST by novalis-2
Hi, I wanto to use pantheious in a multi-procees enviroment...First is it process safe?Can multiple process able to write same file safely? Or shortly how should i use Pantheios in multi process enviroment... Best Wishes Novalis-2.
2012-02-13 05:03:09 PST by novalis-2
That's odd. If you've got $STLSOFT set, as it appears that you have, then my only guess is that maybe the double slash - I assume you've defined STLSOFT to be [b]/tadzys/home/3rdParty/stlsoft-1.9.112/[/b] and not [b]/tadzys/home/3rdParty/stlsoft-1.9.112[/b] - *might* be a factor. (Though I've never experienced such, and it is my understanding that the UNIX shell treats multiple mid-path slashes...
2012-02-08 13:22:23 PST by matsys
Looks like people don't get build problems as there are not many questions about it, but unfortunately I cannot build it: I have stlsoft-1.9.112 and pantheios-1.0.1-beta213. My environment variables are set correctly. I am on ubuntu 11.04 with g++ 4.6 first i try the following: build/gcc46.unix.file64bit$ make build. it fails with the following: make: *** No rule to make target...
2012-02-08 09:47:58 PST by tadzys
Coloured highlighting for non-Windows console output has not yet been implemented. You're the first to request it! ;-) I currently have no experience in coloured highlighting for xterm. If you do, perhaps you could contribute a [b]be.XTermConsole[/b] back-end project. I'd be very happy to help guide you through the Pantheios-specific parts. Cheers Matt.
2012-02-02 13:13:20 PST by matsys
Hi, Following the tutorial [url=http://www.pantheios.org/doc/html/page__backend__callbacks.html]here[/url], I ran into a roadblock for using colours with fprintf as [b]pan_be_frpintf_init_t[/b] does not include a [b]colours[/b] field. I run my application inside an xterm-256 colors client - it would be a shame if I couldn't color the lines according to severity levels... How can I get...
2012-02-02 08:35:35 PST by https://www.google.com/accounts