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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 462 - 491 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
462
Compilation under windows has always been painfull for me, because I've always played under linux or other unixes. I just compiled the python binding for ...
PCSML
public_csml
Offline Send Email
Apr 2, 2005
8:21 pm
463
... I've made a few changes to this routine that people might be interested in. It can now also write out an HDF file in either unstructured (everything as...
Paul Wayper
paulway.geo
Offline Send Email
Apr 3, 2005
11:03 am
464
So I'm trying to build ClearSilver on Solaris 9(sparc). I am using the GNU binutils, gmake, and gcc 3.4.2. None of the /usr/ccs/bin stuff is in my path. I get...
Ed
borzwazie
Offline Send Email
Apr 5, 2005
10:01 pm
465
I'm registering a function of my own, but my function is not called when a node is not present. <?cs var:my_func(NoneExistentNode) ?> I was expecting a NULL....
Haiping Zhao
hz0451
Offline Send Email
Apr 7, 2005
5:16 pm
466
Hmm, yes, the code in csparse.c:_str_func_wrapper does indeed not call the function if the var doesn't exist. It also doesn't call the function if its passed...
Brandon Long
blong42
Offline Send Email
Apr 8, 2005
2:23 am
467
Thanks. I worked around the problem by doing this, <?cs var:my_func(""+NoneExistentNode) ?> -Haiping ... From: Brandon Long [mailto:blong@...] Sent:...
Haiping Zhao
hz0451
Offline Send Email
Apr 8, 2005
2:57 am
468
Hi all, i have a problem with the static.cgi. i installed clearsilver on my suse machine. and after finishing and copying the "static.cgi" to my apache cgi-bin...
Komaii - thrixxx
komaii@...
Send Email
Apr 28, 2005
9:44 pm
469
So, static.cgi is not meant to be run directly, its meant to be run with a CS template. Typically, this is done by setting up apache to invoke static.cgi when ...
Brandon Long
blong42
Offline Send Email
Apr 28, 2005
9:49 pm
470
Hi, i got 2 simple questions: 1.) How to use the CGI Kit from Perl? (Couldnt find any example) 2.) Is it possibly to wrap the CGI Kit in FastCGI calls? ...
ircmatratze
Offline Send Email
Apr 29, 2005
4:01 pm
471
Thats what i excatly added to the Apache configuration. Must be a problem with "trac" from edegwall. If i browse the code via trac i cant see that the...
Komaii - thrixxx
komaii@...
Send Email
May 9, 2005
3:39 am
472
Hi, i got 2 simple questions: 1.) How to use the CGI Kit from Perl? (Couldnt find any example) 2.) Is it possible to wrap the CGI Kit in FastCGI calls? ...
ircmatratze
Offline Send Email
May 9, 2005
3:39 am
473
... By this do you mean that you are not seeing changes to your CS templates when you browse with Trac? (i.e. trac is working, just your customizations are...
Chris Trimble
ctrimble
Online Now Send Email
May 9, 2005
4:46 am
474
... This problem has nothing to do with ClearSilver itself (hint: the templates are working, you're just missing the CSS). Please take this to the Trac mailing...
Christopher Lenz
christopher_...
Offline Send Email
May 9, 2005
4:17 pm
475
We ran into a problem that's exhibited with this test program, HDF* h1; hdf_init(&h1); hdf_read_file(h1, "lang_test.hdf"); HDF *h2; hdf_init(&h2); hdf_copy(h2,...
Haiping Zhao
hz0451
Offline Send Email
May 17, 2005
8:41 pm
476
I'm doing a vanilla configure and make, but keep running into the same error every time. I've tried disabling everything but python, and I get the same error...
Daniel Neff
dan_neff
Online Now Send Email
May 22, 2005
5:53 pm
477
In looking through the previous posts a second time, I realized I added the -fPIC argument to the wrong variable. When I added it to CFLAGS it worked like a...
Daniel Neff
dan_neff
Online Now Send Email
May 22, 2005
5:53 pm
478
Is there a clean/consistent way to return non-standard HTTP error codes using the ClearSilver C API? I saw cgi_error and cgi_neo_error, but those both send...
Paul
CryoMax
Offline Send Email
May 25, 2005
7:54 pm
479
http://www.clearsilver.net/docs/special_vars.cst If you set cgiout.Status to "404 Not Found" or "401 Permission Denied" it should do what you want when you...
Brandon Long
blong42
Offline Send Email
May 26, 2005
6:14 pm
480
I am attempting to compile ClearSilver for use the trac on an OS X ... /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 ... Any assistance...
J Rob Gant
kentucky_rock
Online Now Send Email
May 27, 2005
8:59 pm
481
So I'm looking for a way to set arbitrary HTTP headers from a clearsilver CGI. From looking at cgi.c it seems like I can set variables in the cgiout.other...
Garrett Rooney
garrett_rooney
Online Now Send Email
Jun 6, 2005
10:41 pm
482
Nope, there isn't currently an api, setting the variables is the way it works. Brandon ... -- "Quantum Mechanics: The dreams stuff is made of" -- Steven Wright...
Brandon Long
blong42
Offline Send Email
Jun 6, 2005
10:42 pm
483
On Wed, 15 Sep 2004 11:03:10 -0700 Haiping Zhao <haiping@...> wrote: Today I started another try to get your C++ wrapper running. I have added the...
Gerald Dachs
gda@...
Send Email
Jun 12, 2005
1:04 pm
484
Sorry I should have sent the ones that can compile rather than proof of concept ;-) Try the attached. I removed all Plaxo stuff. You should compile now. Now I...
Haiping Zhao
hz0451
Offline Send Email
Jun 12, 2005
6:13 pm
485
On Sun, 12 Jun 2005 11:11:34 -0700 ... Thanks, compiles fine now. Too tired to test it today. Gerald...
Gerald Dachs
gda@...
Send Email
Jun 12, 2005
8:54 pm
486
I am really intserested in using Clearsilver (vs PHP) and python. I am wondering if there are more real world examples somewhere. Is there someone that can...
bww00amdahl
Offline Send Email
Jun 15, 2005
12:30 am
487
I am looking to call one of a variety of formatting macros based on a value specified in the HDF. I tried composing the macro call into a variable to call lvar...
Dan Janowski
djjanowski
Offline Send Email
Jun 15, 2005
12:57 am
488
... This is much appreciated. At the Trac project, we've started pointing windows users to your site. Is there any chance these builds could be made available...
Christopher Lenz
christopher_...
Offline Send Email
Jun 15, 2005
6:07 pm
489
Yeah, macro's don't work that way. Why would it do if you called a macro which didn't exist? Brandon ... -- "Some people have one-track gutters." -- Harlan...
Brandon Long
blong42
Offline Send Email
Jun 15, 2005
6:15 pm
490
Ok, I've copied those two to the download page on clearsilver.net and pointed at clearsilver.yi.org. Brandon ... -- Chaos reigns within. Reflect, repent, and...
Brandon Long
blong42
Offline Send Email
Jun 15, 2005
6:16 pm
491
So a while back I asked about the proper way to set up arbitrary HTTP headers to be returned from a clearsilver CGI, and was told that the solution I was using...
Garrett Rooney
garrett_rooney
Online Now Send Email
Jun 17, 2005
1:34 am
Messages 462 - 491 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