I was able to build libclearsilver-jni.so, but I can't seem to get it to load under Tomcat. The README for ClearSilver says: "You must put the native library...
Matthew Hixson
hixson@...
Apr 2, 2007 4:54 pm
958
You can just rename it as .jnilib instead of .so This is one of the things in the patch I sent. Brandon ... -- "I suspect the 'no smoking no drinking' rules...
I tried that too and I'm getting the same error. Does it look like I have the library and the .jar in the correct places? -M@...
Matthew Hixson
hixson@...
Apr 2, 2007 5:55 pm
960
I'm worried that you ended up with a .so after applying my patch. There should have been code in java-jni/Makefile to do the right thing. You can also try...
I figured out how to get the jnilib to build, and its not pretty. $ tar xzf clearsilver-0.10.4.tar.gz $ patch -p0 < macosx.patch patching file...
Matthew Hixson
hixson@...
Apr 2, 2007 6:47 pm
962
The problem must be with some timestamps somewhere. As I said when I posted the patch, you need to re-run autogen.sh because configure.in has changed. Instead...
hi every body, Do we can use recursive macros in clearsilver? if yes, how? plz describe it. I saw macro manual, but I didn't find anything. (macro reference:...
Same problem, I guess I should really get 0.10.5 out to fix this. You need to delete the line #include <features.h> from cgi/cgiwrap.c Then recompile (make...
Yep, cheers Brandon. That fixed that problem and my 'make' completed ok. However when I ran 'make install' I got a load of errors saying something about not...
... Compiling works just fine, you have a linker problem. You have not installed zlib. I can't tell you how to do it, because you didn't name the linux ...
Allways answer to the mailing list, never to my private address! ... Yes, but this rpm only contains the shared libraries you need during runtime. You need to...
Hello, everybody. I've just found that the hdf_copy does copy links in a useless way. I.e. it does copy node value (link text), but does not copy the "link"...
I'm not sure what you mean, but for example: char *values[15]; // populate values PopulateValues(values); for (int x = 0; x < 15; x++) { hdf_set_valuef(hdf,...
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...
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 ...
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...