Unable to build Xalan-c

2008-01-18 Thread logancillo
hi everybody, i trying to compile Xalan-C and xerces-c to be able to use and integrating them in my java project via jni bridge. My exact problem is that when i type make make, it gives me some errors. this is ./runConfigure script output: [EMAIL PROTECTED]:~/curro/librerias/XalanC/xml-xalan/c$

Unable to build Xalan-c

2008-01-18 Thread logancillo
hi everybody, i trying to compile Xalan-C and xerces-c to be able to use and integrating them in my java project via jni bridge. My exact problem is that when i type make make, it gives me some errors. this is ./runConfigure script output: [EMAIL PROTECTED]:~/curro/librerias/XalanC/xml-xalan/c$

Re: Unable to build Xalan-c

2008-01-21 Thread logancillo
hi Dmitry, and thx for your response! I already solved the problem, it wasnt XERCESCROOT settings! when i build again xerces it builds perfectly. Now i have to build a java jni bridge class, and I do not have idea great of like making it, especially i dont know how to add to my java project the

building a jni bridge between java and xalan-c

2008-01-23 Thread logancillo
hi people, i need some help! i m trying to build in c++ a litle project with xalan-c. The idea is to include the functionality of xalanC in my project java, for it, i download the last sources of xalan and xerces and form a project in netbeans 6.0. main.c #include #include #include "WraperXal

Re: building a jni bridge between java and xalan-c

2008-01-23 Thread logancillo
hi again Dave, i solved last compilation error and now it gives me new errors: netbeans output console Running "/usr/bin/make -f Makefile CONF=Debug clean" in /home/alonso/curro/pruebaXalanC /usr/bin/make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .clean-conf make[1]: se ingresa al directori

Re: building a jni bridge between java and xalan-c

2008-01-24 Thread logancillo
ven a chain of characters returns me the precompiled object in order that I could save it in a hashmap java object and could be invoked at any time. I dont know if its possible I hope to have explained well, as you can see, i have some doubts! logancillo wrote: > > hi again Dave, i

c++ style

2008-01-30 Thread logancillo
hi people! is it possible to build a litle project in c++ style? iĺl try to explain better, with private attributes to level of class, like XalanTransformer object. i know that javah tool produces .h file in c style and i need to build in c++ style. thx in advance! Alonso -- View this messag

Re: building a jni bridge between java and xalan-c

2008-01-30 Thread logancillo
hi again Dave! thx for your tips! then , what i need is to build my jni bridge in c++, isnt it? i wrote a preliminar c++ app: // // File: es_yell_frontlite_servlets_ContenedorRecursivoWidgets.h // Author: alonso // // Created on 30 de enero de 2008, 12:02 // #ifndef _ES_YELL_FRONTLITE_SERV

problems loading library

2008-01-31 Thread logancillo
hi everybody, can anybody explain me what is the significant of this error?: Exception UnsatisfiedLinkError al inicializar el servlet Controlador: /home/alonso/curro/XalanC_Engine/dist/Debug/GNU-Linux-x86/libXalanC_Engine.so: /home/alonso/curro/XalanC_Engine/dist/Debug/GNU-Linux-x86/libXalanC_En

Re: problems loading library

2008-01-31 Thread logancillo
jdk 1.6.04 pls help!! logancillo wrote: > > hi everybody, > > can anybody explain me what is the significant of this error?: > > Exception UnsatisfiedLinkError al inicializar el servlet Controlador: > /home/alonso/curro/XalanC_Engine/dist/Debug/GNU-Linux-x86/libXala

Re: problems loading library

2008-02-01 Thread logancillo
hi Dave, thx for your response! i build again xalan-c and xerces-c from sources generating libxalanc.so and libxercesc.so, copied into /usr/lib and linked in my c project, and it worked! well, almost! ;) this is implementation code: JNIEXPORT void JNICALL Java_es_yell_frontlite_mvc_View_Renderi

which is the best way to returning generated html?

2008-02-05 Thread logancillo
-- View this message in context: http://www.nabble.com/which-is-the-best-way-to-returning-generated-html--tp15287776p15287776.html Sent from the Xalan - C - Users mailing list archive at Nabble.com.

problem extracting output to screen

2008-02-07 Thread logancillo
hi everybody, i have this code #include "../../es_yell_frontlite_mvc_View_RenderizarVistaXalanC.h" #include #if defined(XALAN_CLASSIC_IOSTREAMS) #include #include #include #else #include #include #include #endif #include #include JNIEXPORT jstring JNICALL Java_es_yell_frontlite_mvc_Vi