Hello Apologies if I'm missing something obvious, or have failed to find the same question answered in the archives (I did look), but I'm having problems...
Hello everyone! This is my first post here, hope I'm doing everything right. I want to install Trac on my host (DreamHost) but for that I need to install some...
Sorry that I'm so behind on releasing new versions, especially with configure broken in the last release for python installs. Version 0.10.3 is now available...
I'm starting a Clearsilver project using Java. Is there (or can we get) a readString method similar to the readFile method? I don't see anything like that in...
Its a reasonable thing to add. I'm willing to take a patch, otherwise I'll see what I can do about adding it, not sure when that will be exactly. Brandon ... ...
sorry for the unanswered mail. you paste all the text from your compile into this mail only to show us that your compiler doesn't like the switch...
Gerald Dachs
gda@...
Mar 15, 2006 8:19 pm
714
... I'm not sure what AS4 is... ah, RH enterprise advance server, but apparently your python installation was built with a different compiler than you have...
Thx Brandon.. With your suggestions.. I got futher.. I was able to make; make install... But when I try to exec "python setup.py install"... I am still getting...
Try doing "make install" in the python directory, not python setup.py install. Brandon ... -- "All I want is a warm bed and a kind word and unlimited power." ...
In updating my C++ interface to ClearSilver, I discovered what I believe to be a bug in the handling of attributes of HDF nodes. Calling hdf_set_attr() with a...
Brook Milligan
brook@...
Mar 16, 2006 3:31 pm
718
I'm having a problem with file upload when using IE. The call to fread in cgiwrap_read is blocking until the 'stop' button is pressed. Has anyone seen this...
I can't seem to get Clearsilver to install on OS X 10.4 Server. I'm trying to get Trac installed, all the other dependencies are ok. I'm using a non-standard...
... This is an attempt to build the perl module, which shouldn't happen at all if you actually used --disable-perl ... This is trying to build the ruby module,...
Hi, after running the configure script with the prefix parameter, the perl module is installed in the wrong directory ("PREFIX/local" instead of "PREFIX"). The...
This command line worked to build the neo_cgi.so for me on OSX 10.3 with python 2.4. Its going to take some time to figure out what the magic is supposed to...
Cool, thanks. Brandon ... -- "Here's a nickel, kid. Get yourself a better computer." -"Dilbert" by Scott Adams 6-24-95 http://www.fiction.net/blong/...
cgiwrap_read should use read in place of fread to support uclibc based dev. http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/uClibc/libc/stdio/stdio.c#rev1.28 Note:...
hmm. I'm fine with having a #ifdef for uClibc, I'm kind of worried about changing everyone to use an unbuffered read. Though, maybe everywhere that uses it...
Hi, I'm trying to get the clearsilver static.cgi app up and running under lighttpd using CGI and I'm not sure how to configure lighttpd properly. According to...
... I don't understand why. It is very obvious. In the docs in cgi.txt you can read: cgi.assign file-extensions that are handled by a CGI program e.g.: :: ...
Gerald Dachs
gda@...
Mar 28, 2006 8:53 am
729
You have to include features.h in your code and then you can test __UCLIBC__ to determine whether the library is uClibc. For the GNU version, test __GLIBC__...
Been looking at different template engines and ClearSilver looks attractive. Another that looks good to me is: http://www.stringtemplate.org/ Some interesting...
... For #3, cs does have some code for exporting time_t's (and struct tm's) as "dates", in that it decodes the date into a variety of values, something like. ...
Hi i am trying to install clearsilver and i get this error when i make install can you tell me what i have done wrong and point me in the rigth direction. **...
Did you configure and make in the top level directory? Are there previous errors in the output that relate to the cgi directory? Brandon ... -- "Don't get...