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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 976 - 1023 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
976
Has anyone gotten clearsilver-0.10.4 to compile on Mac OS X? I did the straightforward download/configure/make, and it died as follows: % ./configure...
leovitch
Offline Send Email
May 3, 2007
9:36 am
977
There are a number of posts on the group about this, and the workarounds and patches. First thing is to remove the #include <features.h> in cgi/cgiwrap.c ...
Brandon Long
blong42
Offline Send Email
May 3, 2007
11:08 am
978
I'm afraid my cpp kung fu is not powerful enough for this issue... I'm trying to compile CS with Sun Studio 11's cc, we don't have gcc on the box. I'm hitting...
ericbrunson
Offline Send Email
May 4, 2007
12:07 am
979
Hello, I'm trying to install clearsilver 0.10.4 on a new box with Fedora Core 6 on it. I did a clean install and ran the updates yesterday, so the box is...
drgndancer
Offline Send Email
May 7, 2007
4:15 pm
982
I run a gaming website (Super Duper Games) using Perl and Mason. I have begun looking for faster alternatives and want to try some experimentation with CS....
Aaron
striton_ca
Offline Send Email
May 12, 2007
9:52 pm
983
Just as a preface, though clearsilver IS going to be faster than most templating languages written in scripting languages, chances are its not going to be...
Brandon Long
blong42
Offline Send Email
May 13, 2007
12:57 am
984
Hi, ... I am using clearsilver as the templating engine for ezmlm-web (https://systemausfall.org/toolforge/ezmlm-web/), which is written in perl. AFAICT there...
lars
joerg_karoll
Offline Send Email
May 14, 2007
2:03 am
986
This happens *every* time an HDF is freed. From within mod_python, it crashes the Apache child process entirely :-( lalo:/repo/www/newsite> python Python 2.5...
Lalo Martins
laloshu
Offline Send Email
May 16, 2007
4:36 am
987
Hi there. Are there any good tutorials about how one would go about making a CGI with C? Thanks. Tom...
thaynes13
Offline Send Email
May 16, 2007
9:53 pm
988
Which version of clearsilver? Do you have python2.4 installed that you could test? Is this some special feature of a new glibc to get a stack trace like that?...
Brandon Long
blong42
Offline Send Email
May 16, 2007
11:58 pm
989
... Nope, though there are some examples in the code base. In particular, see cgi/static.c and imd/imd.c Brandon -- "Easter is the day on which we celebrate...
Brandon Long
blong42
Offline Send Email
May 16, 2007
11:59 pm
991
d'oh, forgot half the useful information :-P Clearsilver is 0.10.3; glibc is 2.4. I don't know what gives me the stack trace. I do have python 2.4, but...
Lalo Martins
laloshu
Offline Send Email
May 17, 2007
4:16 am
992
Do you think it could be a problem in your build, or maybe a bug fixed in 0.10.4. I have clearsilver 0.10.4 running on Fedora Core 6 with Python 2.4.4, gcc...
Eric Brunson
ericbrunson
Offline Send Email
May 17, 2007
4:38 am
993
Actually, I have a stinging suspicion it's because of AMD64. I'll try in my laptop, which has the exact same versions of Python, Clearsilver and libc, but is...
Lalo Martins
laloshu
Offline Send Email
May 17, 2007
4:48 am
994
you were right, I was wrong. Testing on the laptop gave almost the same results, except no backtrace (?!?). Upgrading Clearsilver on the desktop solved the...
Lalo Martins
laloshu
Offline Send Email
May 17, 2007
5:28 am
995
Glad I could be a little help. If you figure out how you get that stacktrace, but sure to let us know. :-)...
Eric Brunson
ericbrunson
Offline Send Email
May 17, 2007
5:47 am
997
Hello, everyone! It seems I have found a bug in the _set_value function, and again, related to symlinks (yes, I know symlink usage isn't recommended, but...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
May 28, 2007
1:23 pm
998
... Oh, of course, you need to call: hdf_get_node(hdf_get_obj(hdf, "a"), "c.d", &node) Sorry. Sincerely, Nick...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
May 28, 2007
1:28 pm
1002
When compiling with -pedantic, gcc complains: util/neo_err.h:75:25: warning: ISO C does not permit named variadic macros util/neo_err.h:89:31: warning: ISO C...
raphael.huck
Offline Send Email
Jun 6, 2007
3:27 pm
1003
As Splint isn't able to parse macros with (...) parameters, it's even better to add defined (S_SPLINT_S) like this: #if defined (__STDC_VERSION__) &&...
Raphaƫl HUCK
raphael.huck
Offline Send Email
Jun 8, 2007
1:08 pm
1009
... Hash: SHA1 Hi all, I'm having with the RPM package on Fedora, but I've tried hand-compiling it on the same system and it gives the same message. It's when...
Paul Wayper
paulway.geo
Offline Send Email
Jun 19, 2007
12:13 pm
1010
Hmm, is it somehow not linking in the libneo_utl library into the .so? Brandon ... -- "He felt that his whole life was some kind of dream and he sometimes ...
Brandon Long
blong42
Offline Send Email
Jun 20, 2007
12:51 am
1011
Just in case someone needs this patch and wasn't subscribed to yahoo groups at the time of writing, I'm resending it in the body (yahoo groups won't store an...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Jun 20, 2007
7:27 am
1012
... OK, once again, this time without stupid folding, sorry. ... +++ util/neo_hdf.c (working copy) @@ -640,7 +640,24 @@ return nerr_raise(NERR_ASSERT,...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Jun 20, 2007
7:36 am
1013
diff -urN clearsilver-0.10.4/cgi/cgiwrap.c clearsilver-0.10.4.patched/ cgi/cgiwrap.c ... +++ clearsilver-0.10.4.patched/cgi/cgiwrap.c 2007-06-23 ...
Sovande Ulv
sovandeulv@...
Send Email
Jun 23, 2007
9:08 am
1014
Hi all: I am trying to compile manhattan virtual classroom but have a little problems when doing a test on ClearSilver. ~/Desktop/manhat-3.2.0/src$ make...
Daniel Benavides
dabenavidesd
Offline Send Email
Jun 25, 2007
10:45 pm
1015
I'm at least partially confused here... clearsilver doesn't have a libneo library. This article implies that you should add -fno-stack-protector to the ...
Brandon Long
blong42
Offline Send Email
Jun 25, 2007
11:53 pm
1020
Hi, I have an hdf tree and I want to traverse it and only show every two first childs of every node (and not more childs). how can I do this? (in a template) ...
zeegco
Offline Send Email
Jul 1, 2007
8:12 am
1021
There's no way to "break" out of an each/loop in ClearSilver. You can loop through everything and only choose to show the first two (maintaining a counter),...
Brandon Long
blong42
Offline Send Email
Jul 1, 2007
4:43 pm
1023
... If the children are numbered, i.e. menu.recentmsgs.0.subject = "What's up" menu.recentmsgs.0.body = "Hey man, what's going on" menu.recentmsgs.1.subject =...
David Terrell
dave_terrell
Offline Send Email
Jul 2, 2007
2:09 pm
Messages 976 - 1023 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