This is the stack trace of the allocation from valgrind in cs 0.9.3. I think the leak is internal to clearsilver. @4000000040744d5a04a1e7cc ==12623== 97824...
... Yes... or not generated in the first place. Thanks Brandon -- "WARNING: The following program contains facts that will challenge the self-centered...
How can I use the clearsilver 'set' command with embedded clearsilver commands that is meant to be evaluated with the 'lvar' command? In other words, how can...
... clearsilver ... Oooh, fancy. The best way is to put the actual string into HDF, and use the set only to do sets based on a choice. For example: ...
Is there a way to extend the command set? From my quick look at the source there does not seem a way through the api to append a new command/handler....
... No, you can't do this today, and beyond that, it's not necessarily an easy thing to do. The macros themselves are part of a language syntax, and the right...
Hello, I'm writing because I get an error while compiling clearsilver-0.9.7: /neo_cgi.o build/temp.linux-i686-2.3/neo_cs.o build/temp.linux-i686-2.3/neo_util.o...
dju`
dju.ml@...
Apr 20, 2004 3:59 pm
238
This means the compile of the python module failed. Which OS, gcc version and python version are you using? Brandon ... -- "Never let your sense of morals...
Yeah, to my knowledge 2.3 should work. The list of versions there is just because of the annoyance of trying to find the right paths. Brandon ... -- "No man...
... i'm using gentoo linux, 2.6.5 kernel, python 2.3. that may be the source of the problem: python 2.3 is the latest version and python 2.2 is not installed...
dju`
dju.ml@...
Apr 20, 2004 9:10 pm
241
... (gcc 3.3.2, python 2.3.3 to be exact) so, what should i do? the message seems to indicate there is something wrong with the makefile, so maybe the...
When I make with mingw/msys on WinXP using gcc 3.3.3 some ClearSilver regressions tests fail. I also get lots of warnings about pointer aliasing. Here is some...
we use CS as part of our productization builds so it would be nice to have the ability to redef macros that are used to generate the runtime tmeplates. Any...
I'm having problems make install'ing under root with ./configure --disable-apache --with-python=/usr/include/python2.3 Also ./configure seems to complain that...
... try ... I've downloaded CS version 0.9.8, and I couldn't manage to test the trans.py file (see Traceback below) : the problem appears to be due to odb.py...
Hi, When I try to compile Clearsilver on osx (10.2) I get these messages: [clearsilver-0.9.8] bertrand% make ******************************************* **...
I think the latest version adds 2.3 to the list of valid python versions it looks for, otherwise you can do that by editing configure.in and re-running...
It seems to be barfing on this #define: #define nerr_raise_errno(e,f,a...) \ nerr_raise_errnof(__PRETTY_FUNCTION__,__FILE__,__LINE__,e,f,##a) Either it doesn't...
I fixed this on a copy of 0.7.2, but then forgot about it. Do these changes break something else that would make them bad for others? ... *************** ***...
Does ClearSilver compile and pass regression tests with gcc 3.4 on other platforms? The regression tests still fail for me on WinXP using mingw (gcc 3.4.0). e ...
I did just find a memory leak in the eval code, but the functions changed a bit since 0.9.3 (and I haven't released a version with the fix yet). Essentially,...
Hello ! I've never been able to compile Clearsilver on Debian Sid, and I don't know why. Can you help me ? I send you a text file from my console. Cheers, -- ...
Alan
cyberalan@...
May 28, 2004 12:30 am
257
It looks like it compiles save for the ruby module. If you run configure with --disable-ruby it should compile fine. Brandon ... -- "As long as we're clearing...
First, I noticed that the (very useful) hdf_read_file() function is not listed in the C API page at: http://www.clearsilver.net/docs/c_api.hdf I found a...
... Oops, that should be fixed. I think I didn't have the documentation in the header files for neo_hdf when I last updated the online docs, I should fix...
... Thanks ! Now, the compilation works, but the installation fails; and again, i don't know why. Would you please glance at my console file text again? ...