Hi, the files "config.guess" and "config.sub" shipped with clearsilver seem to be quite old. And at least "config.guess" causes a problem when compiling ...
Yeah, probably. I probably copied them from my rh9 box, so they're a bit dated. I'll include a later version in the next release. Brandon ... -- "Support...
Hi, there is an error in configure or in the makefiles of 0.10.3. During build and installation of the perl modules the --prefix flag from configure is ...
Gerald Dachs
gda@...
Jul 11, 2006 1:49 pm
778
... +++ clearsilver-0.10.3/Makefile 2006-07-11 16:01:53.000000000 +0200 @@ -29,7 +29,7 @@ @for mdir in $(SUBDIRS); do \ if test -d $$mdir; then \ if test -f...
Gerald Dachs
gda@...
Jul 11, 2006 2:29 pm
779
Thanks. This is fixed in the repository, but I haven't made a new release yet. Brandon ... -- Windows NT crashed. I am the Blue Screen of Death. No one hears...
... Before you make a new release could you please check that all the lines in the Makefiles that look similar to this $(LD) $@ $(CSTEST_OBJ) $(LIBS) get...
Sure, I'll make that change. Brandon ... -- "What a relief. I can continue ignoring the national pastime uninterrupted." -- Huey on the missed Baseball...
Sure, I'll include it in the next release. Brandon ... -- "WARNING: The following program contains facts that will challenge the self-centered fantasies &...
setup.py is used to build the binary. And yes, some of the parsing of values from the Makefile don't quite work, though the bugs don't stop it from working. ...
Thanks for the recommendation! Did you have a project you wanted listed on the projects page? If speed is important, fastcgi is definitely something you...
Though I was able to read HTML Form Variables from "GET" method, I followed clearsilver document and the image server example, but I just can't get anything...
... In theory, sure. In practice, building shared libraries cross platform is difficult, so the way to do it is usually to switch to using libtools/etc. I'm...
Hi, I think there's a "cgi_destroy(&cgi);" missing at the end of "imd/ imd.c" in order to free the stuff initialized at the beginning by "cgi_init". It would...
Can #include cs_config.h be removed from the ClearSilver.h interface files please? If clearsilver is used together with another package which also uses...
Sovande Ulv
sovandeulv@...
Aug 20, 2006 6:24 pm
794
Except if we don't include it in ClearSilver.h, anyone who uses ClearSilver would have to include both... which would lead to the same problem. I don't know...
... These macros should be of no interest or consequence to clients of the clearsilver library, in fact it is dangerous to include them, to see why, read on....
Sovande Ulv
sovandeulv@...
Aug 23, 2006 8:24 am
796
... Except you'd expect that the standard autoconf defines would be the same across libraries on the same platform, otherwise weird things can happen anyways....
Starting in the base directory and having already run ./configure I attempted to simply run make and see what went wrong. Instead of it actually building the...
In a sort of break with tradition, autoconf for ClearSilver is set up to compile the rules.mk file, not the actual Makefile. This allows you to type make...
In templates, macros specifically, <?cs name:x ?> and <?cs var:name(x) ?> yield only the current node name (as in an each loop), but is there a way to get the...
There isn't anything currently exposed to CS that does that, no. Brandon ... -- "WARNING: The following program contains facts that will challenge the ...
a.b = 1 c = 2 This works: <?cs var:a['b'] ?> ==> 1 What about something like (reference c, which is at the top): <?cs var:['c'] ?> In other words, how to get a...
Not that I'm aware of. I don't know anyone using it for apache 1.3.x either, for that matter. Some people have had luck getting fcgi working, however, which...
Hi All, I've been googling around for 2 days now without getting to a solution. My question is how does on insert raw html into a clearsilver template. <?cs...