Hello, I'm having trouble compiling clearsilver on i386 FreeBSD. What can I do to fix the pthread errors I'm seeing? Also, is this line of the ./configure...
Is this the latest version? Much older versions used to use a FreeList for NEOERR's instead of always allocating new ones... but that still seems odd. Hmm,...
... Yes, I'm using the latest version (0.10.5). At the beginning of neo_err.c, there is this line: static int UseFreeList = 0; So I guess the FreeList is not...
... I've found more information. I'm using the following wrappers for FastCGI: /* FCGI_fread wrapper for ClearSilver CGI */ int read_cb(void *ptr, char *data,...
Hello, All. It looks like I've stumbled upon one more links-related _set_value bug. When using hdf_set_symlink(hdf, NULL, target) to make node itself a link,...
Hello, all! I'm not sure whether it is a bug or just design inconsistency, but hdf_dump_cb (used, for example, by hdf_write_file) ignores nodes without both...
Hello, I have a project website using Trac that I am working on, which uses Python and Clearsilver. In my Python code I have a string that contains the HTML...
... ClearSilver was made almost specifically for avoiding this exact technique. This technique greatly reduces maintainability of your code. However you ...
... So, something is escaping the variable. It could be that you're set up to use the default escaping mechanism in more recent clearsilver releases, in which...
Thanks. Probably just didn't think about nodes without values or sub-nodes as that important, but seems no reason not to include them. I'll put this in the...
I had python 2.4 + clearsilver 0.9.4 + apache 2.2.4 installed on a Windows box. it works pretty well until i tried to add some non-ascii in display. I tried to...
Basically, the problem is that i got a black diamond question mark at the end of utf-8 strings in browser. do you think it's a bug Clearsilver doesn't take...
So, clearsilver doesn't explicitly know anything about charsets, and should work with any charset that doesn't have embedded nulls. I've used it extensively...
Thanks very much. Your answer really opens my eyes. Yes. I didn't intend to copy those unicode character entities in my post. The forum converted it for me. I...
You could try sending the ex1.hdf file to the list, to see if we can find anything in the end of lines on the file. My example is on python2.2 on linux-rh9...
hi there, i have downloaded clearsilver 0.10.5 and installed them. every thing is fine when ich configure and install it on my machine. but if i change after...
Thanks for your input. The issue is gone after I setup clearsilver on Linux. You might be right on MinGW complier on Windows. I tried to use MinGW to compile a...
*sigh* Ok, so this is caused by incompatibilities between how the clearsilver libraries are built, and how python was originally built. ... I think you need to...
... clearsilver ... Maybe its about gcc 4.1 on SuSE. I wrote this: GCC 4.1, GCC 4.2: There is a known incompatibility between Python and GCC, where GCC 4.1 and...
... Yeah, I don't think that matters. Brandon -- "If you do have a computer and e-mail, you probably have already been taken to the cleaners by Microsoft." ...
... Brandon i found it out: I downloaded now Python 2.2.3 to my SuSE 10.2 machine, compiled and installed them. GCC is the normaly installed by SuSE (4.2.1). ...
Hi all my name is Ruben. Im trying to setup a Linux Centos distro with Trac but now im having problems with ClearSilver installation. My linux is setup from 0...
... Hi Ruben, It looks like you don't have the "diff" utility installed. This is a bit odd, because it's a pretty ubiquitous tool. I have a Centos box and it...
hi all, I built ClearSilver 0.10.5 on Linux and found that neo_cgi wouldn't load... producing this error message at runtime: neo_cgi.so: undefined symbol:...
Thanks for the thorough bug report. Its possible we could look for -lz in LIBRARIES and either fix LIBRARIES order, or do the extra_link_args trick if its...
... gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.1) If nobody is able to reproduce the bug on a 64bits system with this compiler version, that would be linked to the...