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 1045 - 1082 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1045
Hello, I'm having trouble compiling clearsilver on i386 FreeBSD. What can I do to fix the pthread errors I'm seeing? Also, is this line of the ./configure...
kazez_ultralingua
kazez_ultral...
Offline Send Email
Aug 1, 2007
4:19 pm
1046
I've made a simple example to try and understand where these leaks come from: void fcgi_begin(void) { NEOERR *err; err = cgi_init(&cgi, NULL); ...
Raphaël HUCK
raphael.huck
Offline Send Email
Aug 2, 2007
1:48 pm
1047
Is this the latest version? Much older versions used to use a FreeList for NEOERR's instead of always allocating new ones... but that still seems odd. Hmm,...
Brandon Long
blong42
Offline Send Email
Aug 2, 2007
11:14 pm
1048
... Yes, I'm using the latest version (0.10.5). At the beginning of neo_err.c, there is this line: static int UseFreeList = 0; So I guess the FreeList is not...
Raphaël HUCK
raphael.huck
Offline Send Email
Aug 3, 2007
8:23 am
1049
... I've found more information. I'm using the following wrappers for FastCGI: /* FCGI_fread wrapper for ClearSilver CGI */ int read_cb(void *ptr, char *data,...
Raphaël HUCK
raphael.huck
Offline Send Email
Aug 3, 2007
9:48 am
1050
Hello, All. It looks like I've stumbled upon one more links-related _set_value bug. When using hdf_set_symlink(hdf, NULL, target) to make node itself a link,...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Aug 3, 2007
11:11 am
1053
Hello, all! I'm not sure whether it is a bug or just design inconsistency, but hdf_dump_cb (used, for example, by hdf_write_file) ignores nodes without both...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Aug 22, 2007
11:33 am
1054
... On the second thought that extra space, may contribute to extra readability, sorry if it was intentional. Sincerely, Nick...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Aug 22, 2007
2:59 pm
1055
Hello, I have a project website using Trac that I am working on, which uses Python and Clearsilver. In my Python code I have a string that contains the HTML...
Jeremy Carey
lsd_puppy
Offline Send Email
Aug 23, 2007
10:12 am
1056
... ClearSilver was made almost specifically for avoiding this exact technique. This technique greatly reduces maintainability of your code. However you ...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Aug 23, 2007
10:43 am
1057
... So, something is escaping the variable. It could be that you're set up to use the default escaping mechanism in more recent clearsilver releases, in which...
Brandon Long
blong42
Offline Send Email
Aug 23, 2007
11:54 pm
1058
Thanks. Probably just didn't think about nodes without values or sub-nodes as that important, but seems no reason not to include them. I'll put this in the...
Brandon Long
blong42
Offline Send Email
Aug 24, 2007
12:25 am
1059
I had python 2.4 + clearsilver 0.9.4 + apache 2.2.4 installed on a Windows box. it works pretty well until i tried to add some non-ascii in display. I tried to...
luweiy123
Online Now Send Email
Aug 27, 2007
5:45 pm
1060
Basically, the problem is that i got a black diamond question mark at the end of utf-8 strings in browser. do you think it's a bug Clearsilver doesn't take...
luweiy123
Online Now Send Email
Aug 27, 2007
9:52 pm
1061
So, clearsilver doesn't explicitly know anything about charsets, and should work with any charset that doesn't have embedded nulls. I've used it extensively...
Brandon Long
blong42
Offline Send Email
Aug 27, 2007
11:39 pm
1062
Thanks very much. Your answer really opens my eyes. Yes. I didn't intend to copy those unicode character entities in my post. The forum converted it for me. I...
luweiy123
Online Now Send Email
Aug 28, 2007
12:24 am
1063
You could try sending the ex1.hdf file to the list, to see if we can find anything in the end of lines on the file. My example is on python2.2 on linux-rh9...
Brandon Long
blong42
Offline Send Email
Aug 28, 2007
2:11 am
1064
hi there, i have downloaded clearsilver 0.10.5 and installed them. every thing is fine when ich configure and install it on my machine. but if i change after...
mandy_roemer
Offline Send Email
Aug 29, 2007
7:56 am
1065
Thanks for your input. The issue is gone after I setup clearsilver on Linux. You might be right on MinGW complier on Windows. I tried to use MinGW to compile a...
luweiy123
Online Now Send Email
Aug 29, 2007
5:38 pm
1066
*sigh* Ok, so this is caused by incompatibilities between how the clearsilver libraries are built, and how python was originally built. ... I think you need to...
Brandon Long
blong42
Offline Send Email
Aug 30, 2007
6:49 am
1067
... clearsilver ... Maybe its about gcc 4.1 on SuSE. I wrote this: GCC 4.1, GCC 4.2: There is a known incompatibility between Python and GCC, where GCC 4.1 and...
mandy_roemer
Offline Send Email
Aug 30, 2007
12:58 pm
1068
... Yeah, I don't think that matters. Brandon -- "If you do have a computer and e-mail, you probably have already been taken to the cleaners by Microsoft." ...
Brandon Long
blong42
Offline Send Email
Aug 30, 2007
10:09 pm
1069
... Brandon i found it out: I downloaded now Python 2.2.3 to my SuSE 10.2 machine, compiled and installed them. GCC is the normaly installed by SuSE (4.2.1). ...
mandy_roemer
Offline Send Email
Sep 4, 2007
1:43 pm
1070
Hi all my name is Ruben. Im trying to setup a Linux Centos distro with Trac but now im having problems with ClearSilver installation. My linux is setup from 0...
rubenorus
Offline Send Email
Sep 6, 2007
11:30 am
1072
... Hi Ruben, It looks like you don't have the "diff" utility installed. This is a bit odd, because it's a pretty ubiquitous tool. I have a Centos box and it...
Eric Brunson
ericbrunson
Offline Send Email
Sep 6, 2007
3:36 pm
1074
hi all, I built ClearSilver 0.10.5 on Linux and found that neo_cgi wouldn't load... producing this error message at runtime: neo_cgi.so: undefined symbol:...
jhmark0
Offline Send Email
Sep 29, 2007
5:51 am
1076
Thanks for the thorough bug report. Its possible we could look for -lz in LIBRARIES and either fix LIBRARIES order, or do the extra_link_args trick if its...
Brandon Long
blong42
Offline Send Email
Sep 29, 2007
10:19 am
1080
Does anybody get a crc test failure when compiling 0.10.5 clearsilver with a 64bits gcc? Regards, Sylvain...
Sylvain Bertrand
sylvain.bertrand@...
Send Email
Nov 5, 2007
6:48 pm
1081
I have not seen this. Which 64bit gcc? Brandon ... -- "In the political sphere, long-range bombing has proven an effective means of resolving...
Brandon Long
blong42
Offline Send Email
Nov 5, 2007
10:00 pm
1082
... gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.1) If nobody is able to reproduce the bug on a 64bits system with this compiler version, that would be linked to the...
Sylvain Bertrand
sylvain.bertrand@...
Send Email
Nov 6, 2007
9:59 am
Messages 1045 - 1082 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