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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 231 - 260 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
231
This is the stack trace of the allocation from valgrind in cs 0.9.3. I think the leak is internal to clearsilver. @4000000040744d5a04a1e7cc ==12623== 97824...
Joe Shear
shearj
Offline Send Email
Apr 7, 2004
9:11 pm
232
... Yes... or not generated in the first place. Thanks Brandon -- "WARNING: The following program contains facts that will challenge the self-centered...
Brandon Long
blong42
Offline Send Email
Apr 8, 2004
3:12 am
233
How can I use the clearsilver 'set' command with embedded clearsilver commands that is meant to be evaluated with the 'lvar' command? In other words, how can...
Scott Hassan
scotthassan
Offline Send Email
Apr 14, 2004
7:00 pm
234
... clearsilver­ ... Oooh, fancy. The best way is to put the actual string into HDF, and use the set only to do sets based on a choice. For example: ...
David Jeske
jeskeca
Offline Send Email
Apr 14, 2004
7:11 pm
235
Is there a way to extend the command set? From my quick look at the source there does not seem a way through the api to append a new command/handler....
neurondata
Offline Send Email
Apr 14, 2004
7:23 pm
236
... No, you can't do this today, and beyond that, it's not necessarily an easy thing to do. The macros themselves are part of a language syntax, and the right...
David Jeske
jeskeca
Offline Send Email
Apr 14, 2004
10:53 pm
237
Hello, I'm writing because I get an error while compiling clearsilver-0.9.7: /neo_cgi.o build/temp.linux-i686-2.3/neo_cs.o build/temp.linux-i686-2.3/neo_util.o...
dju`
dju.ml@...
Send Email
Apr 20, 2004
3:59 pm
238
This means the compile of the python module failed. Which OS, gcc version and python version are you using? Brandon ... -- "Never let your sense of morals...
Brandon Long
blong42
Offline Send Email
Apr 20, 2004
4:06 pm
239
Yeah, to my knowledge 2.3 should work. The list of versions there is just because of the annoyance of trying to find the right paths. Brandon ... -- "No man...
Brandon Long
blong42
Offline Send Email
Apr 20, 2004
5:25 pm
240
... i'm using gentoo linux, 2.6.5 kernel, python 2.3. that may be the source of the problem: python 2.3 is the latest version and python 2.2 is not installed...
dju`
dju.ml@...
Send Email
Apr 20, 2004
9:10 pm
241
... (gcc 3.3.2, python 2.3.3 to be exact) so, what should i do? the message seems to indicate there is something wrong with the makefile, so maybe the...
dju`
dju.ml@...
Send Email
Apr 20, 2004
9:12 pm
242
... +++ python/setup.py 2004-04-20 23:30:07.642647960 +0200 @@ -69,6 +69,8 @@ LIB_DIRS = expand_vars(LIB_DIRS, make_vars) LIBRARIES =...
dju`
dju.ml@...
Send Email
Apr 20, 2004
9:57 pm
243
When I make with mingw/msys on WinXP using gcc 3.3.3 some ClearSilver regressions tests fail. I also get lots of warnings about pointer aliasing. Here is some...
e4liberty
Offline Send Email
Apr 23, 2004
10:38 pm
244
Hiya, Just dropping you a note to say that I've added an install script for ClearSilver 0.9.7 to Gentoo Linux. Best regards, Stu -- Stuart Herbert...
Stuart Herbert
stuartherbert
Offline Send Email
Apr 27, 2004
1:10 am
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
Messages 231 - 260 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