Hi, Following is a list of problems and solutions I discovered while builing clearsilver on solaris 10 using gcc version 3.4.3 and configured as: ./configure...
I have been trying to build clearsilver-0.9.14 on an AMD64 box, but the build process always fails when running the Java test: CSTest.java Running java test ...
... Hmm, guess make is pickier there. I'll try the find version, I think a maxdepth argument is necessary as well. Not sure how portable that will be,...
I haven't seen this error before. We have made a number of improvements/fixes to the Java JNI wrapper that we hope to release soon. Brandon ... -- "The...
Hi Madhu, On what platform are you running Solaris 10? I have NetBSD 2 running on Sparc64 and whilst I can apparently build ClearSilver easily using either the...
Jeff Tupholme
jeff-lists@...
Jul 6, 2005 2:53 am
517
Hi Madhu, On what platform are you running Solaris 10? I have NetBSD 2 running on Sparc64 and whilst I can apparently build ClearSilver easily using either the...
Jeff Tupholme
jeff-lists@...
Jul 17, 2005 7:02 pm
518
Hi, I would like to find out how to get the referrer page in clearsilver. In php we get it as $_SERVER['HTTP_REFERRER'], but in which variable will the value...
I've run into a problem where a string put into a URL has a backslash which the browser is turning into a forwardslash. This doesn't surprise me much, but it ...
... From RFC 2396, 2.4.3: Data must be escaped if it does not have a representation using an unreserved character; this includes data that does not correspond...
I'm writing to enlist the help of ClearSilver users on an open-source wireless networking project.. I'm Technical Lead for the Champaign-Urbana Community...
David - I'm glad to hear clearsilver is working out for you. You're not the first embedded application to make use of clearsilver. If you want to make it...
That sounds like a wacky way to say server side data, and I'll assume you mean session data. ClearSilver has no built in support for session data, no....
I am planning on building a picture trading website using Apache, Python, and ClearSilver. I am new to web programming but I am familiar with Python and...
Hi, Can any one tell me: 1-What's the best way for "cookie tracking" (i mean user tracking with cookies) 2-How can i read a cookie which i've already write it...
... To answer this we need more information about the specifics of your application. Typically there is a server-side database with some kind of user_id value....
Having been many years since I've mucked with JNI, I could be missing something. But, where is HDF.readFile()? All I see in HDF.java are a couple get/set's...
We've actually improved the interface quite a bit here, including adding readFile. I'll see if I can get a release out today. Brandon ... -- "I'm deeply...
Ok, after way too long, version 0.10.1 is now available from http://www.clearsilver.net/downloads/ This version should fix the const problem, the amd64 problem...
Hello all, I've just stared using clearsilver (this looks really snazzy!) with mod_python 3.1.4/Apache 2 and I'm attempting to get a publisher handler to work....
Tony Burger
tony@...
Aug 5, 2005 10:11 pm
535
... Looks right to me. You can also look at the CSPage.py example in the kit, however, it basically does the same thing. ... "tmpl" will be treated as relative...
Thanks for the input. I have been able to get mod_python working smoothly for the most part. One quirk I'm seeing though. I found an old post to this group...
Tony Burger
tony@...
Aug 6, 2005 9:29 am
538
After further testing, if I don't use the CGI kit and do a "req.write(cs.render())" followed by a "return" in the code it doesn't appear to print the...
Tony Burger
tony@...
Aug 7, 2005 4:13 am
539
I read in the INSTALL file with the distribution how .hdf files are being used with the CGI.StaticContent definition. Can someone give an example of how this...
Tony Burger
tony@...
Aug 8, 2005 9:46 pm
540
I am trying to build the clearsilver-0.10.1 libraries using Cygwin with Python 2.4.1 and GCC 3.4.4 1) The following line from the ./configure script ...