Has anyone gotten clearsilver-0.10.4 to compile on Mac OS X? I did the straightforward download/configure/make, and it died as follows: % ./configure...
There are a number of posts on the group about this, and the workarounds and patches. First thing is to remove the #include <features.h> in cgi/cgiwrap.c ...
I'm afraid my cpp kung fu is not powerful enough for this issue... I'm trying to compile CS with Sun Studio 11's cc, we don't have gcc on the box. I'm hitting...
Hello, I'm trying to install clearsilver 0.10.4 on a new box with Fedora Core 6 on it. I did a clean install and ran the updates yesterday, so the box is...
I run a gaming website (Super Duper Games) using Perl and Mason. I have begun looking for faster alternatives and want to try some experimentation with CS....
Just as a preface, though clearsilver IS going to be faster than most templating languages written in scripting languages, chances are its not going to be...
Hi, ... I am using clearsilver as the templating engine for ezmlm-web (https://systemausfall.org/toolforge/ezmlm-web/), which is written in perl. AFAICT there...
This happens *every* time an HDF is freed. From within mod_python, it crashes the Apache child process entirely :-( lalo:/repo/www/newsite> python Python 2.5...
Which version of clearsilver? Do you have python2.4 installed that you could test? Is this some special feature of a new glibc to get a stack trace like that?...
... Nope, though there are some examples in the code base. In particular, see cgi/static.c and imd/imd.c Brandon -- "Easter is the day on which we celebrate...
d'oh, forgot half the useful information :-P Clearsilver is 0.10.3; glibc is 2.4. I don't know what gives me the stack trace. I do have python 2.4, but...
Do you think it could be a problem in your build, or maybe a bug fixed in 0.10.4. I have clearsilver 0.10.4 running on Fedora Core 6 with Python 2.4.4, gcc...
Actually, I have a stinging suspicion it's because of AMD64. I'll try in my laptop, which has the exact same versions of Python, Clearsilver and libc, but is...
you were right, I was wrong. Testing on the laptop gave almost the same results, except no backtrace (?!?). Upgrading Clearsilver on the desktop solved the...
Hello, everyone! It seems I have found a bug in the _set_value function, and again, related to symlinks (yes, I know symlink usage isn't recommended, but...
When compiling with -pedantic, gcc complains: util/neo_err.h:75:25: warning: ISO C does not permit named variadic macros util/neo_err.h:89:31: warning: ISO C...
As Splint isn't able to parse macros with (...) parameters, it's even better to add defined (S_SPLINT_S) like this: #if defined (__STDC_VERSION__) &&...
... Hash: SHA1 Hi all, I'm having with the RPM package on Fedora, but I've tried hand-compiling it on the same system and it gives the same message. It's when...
Hmm, is it somehow not linking in the libneo_utl library into the .so? Brandon ... -- "He felt that his whole life was some kind of dream and he sometimes ...
Just in case someone needs this patch and wasn't subscribed to yahoo groups at the time of writing, I'm resending it in the body (yahoo groups won't store an...
Hi all: I am trying to compile manhattan virtual classroom but have a little problems when doing a test on ClearSilver. ~/Desktop/manhat-3.2.0/src$ make...
I'm at least partially confused here... clearsilver doesn't have a libneo library. This article implies that you should add -fno-stack-protector to the ...
Hi, I have an hdf tree and I want to traverse it and only show every two first childs of every node (and not more childs). how can I do this? (in a template) ...
There's no way to "break" out of an each/loop in ClearSilver. You can loop through everything and only choose to show the first two (maintaining a counter),...
... If the children are numbered, i.e. menu.recentmsgs.0.subject = "What's up" menu.recentmsgs.0.body = "Hey man, what's going on" menu.recentmsgs.1.subject =...