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? ...
Alan
cyberalan@...
May 29, 2004 6:53 pm
261
... Hmm, the python used in scripts/document.py is hard coded to /usr/local/bin/python. You can just change the first line to point to your python (maybe...
I have recently worked on a mod_python front-end for the Trac project (http://www.edgewall.com/products/trac/), which is using ClearSilver as templating system...
Hi, all, Can someone teach me how to play with clearsilver? I already learned static.cgi. So the cs page can be visited, which returns a page with a static set...
YOON. Joo-Yung
yjy-list-clearsilver@...
Jun 2, 2004 1:16 am
265
I have recently worked on a mod_python front-end for the Trac project (http://www.edgewall.com/products/trac/), which is using ClearSilver as templating system...
Hmm, dunno. Yes, its parsing the post form. If you aren't using pyapache or mod_python, you can try doing it without the cgiWrap call (since stdin is actually...
Which python version are you using? The ClearSilver python module does something semi-evil, in that there is actually only one module, and it fakes the...
There's some information about getting started with ClearSilver & Python here: http://www.clearsilver.net/docs/intro_clearsilver.hdf Its somewhat short in...
I don't have access to a machine with gcc 3.4 at the moment, so I can't verify whether it works or not. Brandon ... -- "Investment in reliability increases...
... Python 2.3 ... Yeah, that fixed the problem indeed. Thanks a lot! ... The workaround isn't really obvious, a real solution would be nice. Cheers, Chris ......
Hey guys, I'v been trying to get this installed a while and have tried everything that I can think of. I am building with Solaris 8, and gcc 3.4.0 (I also...
I'm trying to build clearsilver on my Debian Alpha system. I did a
simple "./configure --prefix=/usr" and "make." I've included the
build error. Am I...
Jiann-Ming Su
js1@...
Jun 16, 2004 9:59 pm
273
... I know people have complained of having troubles with newer versions of gcc, but I haven't gotten on a box to test those out yet (its just some new...
Hmm, it looks like it shouldn't be -fPic, it should be -fpic as the command line. Or, it looks like from searching that you can only link shared libraries ...