Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 245 - 274 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
245
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...
neurondata
Offline Send Email
May 7, 2004
6:40 pm
246
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...
ignition_digiguy
ignition_dig...
Offline Send Email
May 9, 2004
8:45 am
247
... 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...
pfg236
Offline Send Email
May 9, 2004
8:46 am
248
Hi, When I try to compile Clearsilver on osx (10.2) I get these messages: [clearsilver-0.9.8] bertrand% make ******************************************* **...
B. Mansion
cocoa_mamasam
Offline Send Email
May 9, 2004
8:46 am
249
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...
Brandon Long
blong42
Offline Send Email
May 9, 2004
8:59 am
250
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...
Brandon Long
blong42
Offline Send Email
May 9, 2004
9:19 am
251
... Thanks, yeah I found it out in a irc channel that uses ClearSilver as a dependancy....
Nigel Jones
ignition_dig...
Offline Send Email
May 10, 2004
10:38 am
252
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? ... *************** ***...
Dan Janowski
djjanowski
Offline Send Email
May 10, 2004
12:09 pm
253
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 ...
e4liberty
Offline Send Email
May 10, 2004
5:04 pm
254
Valgrind claims that the memory allocated by the following stack trace is leaked (this is clearsilver 0.9.3): by 0x42080A3B: __strdup (in...
Joe Shear
shearj
Offline Send Email
May 26, 2004
1:46 am
255
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,...
Brandon Long
blong42
Offline Send Email
May 26, 2004
6:13 am
256
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@...
Send Email
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...
Brandon Long
blong42
Offline Send Email
May 28, 2004
12:39 am
258
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...
snarmont
Offline Send Email
May 28, 2004
6:08 pm
259
... 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...
Brandon Long
blong42
Offline Send Email
May 29, 2004
6:51 pm
260
... 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@...
Send Email
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...
Brandon Long
blong42
Offline Send Email
May 29, 2004
7:39 pm
262
Hi, Getting this: Short read on CGI POST input (0 < 81) And the following stack trace:   162     neo_cgi.cgiWrap(sys.stdin, sys....
antrod2
Offline Send Email
Jun 2, 2004
1:16 am
263
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...
Christopher Lenz
christopher_...
Offline Send Email
Jun 2, 2004
1:16 am
264
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@...
Send Email
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...
Christopher Lenz
christopher_...
Offline Send Email
Jun 2, 2004
1:16 am
266
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...
Brandon Long
blong42
Offline Send Email
Jun 2, 2004
2:37 am
267
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...
Brandon Long
blong42
Offline Send Email
Jun 2, 2004
2:41 am
268
There's some information about getting started with ClearSilver & Python here: http://www.clearsilver.net/docs/intro_clearsilver.hdf Its somewhat short in...
Brandon Long
blong42
Offline Send Email
Jun 2, 2004
2:55 am
269
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...
Brandon Long
blong42
Offline Send Email
Jun 2, 2004
11:36 pm
270
... 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 ......
Christopher Lenz
christopher_...
Offline Send Email
Jun 2, 2004
11:36 pm
271
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...
Christopher Sexton
christophers...
Offline Send Email
Jun 16, 2004
9:59 pm
272
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@...
Send Email
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...
Brandon Long
blong42
Offline Send Email
Jun 17, 2004
6:13 am
274
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 ...
Brandon Long
blong42
Offline Send Email
Jun 17, 2004
6:22 am
Messages 245 - 274 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help