Jima,
CVS is no more used as the repository of the source code; if you want to try the latest (unstable) bits, install a SubVersion client and point to the repository https://svn.apache.org/repos/asf/xerces/c/branches/jberry/3.0-unstable

Alberto

At 11.05 08/06/2005 +0200, [EMAIL PROTECTED] wrote:
I have tried on top of an out of the box 2.6 version...

perhaps I should try with the cvs version,

I am doing

cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
anoncvs

cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co xml-xerces


will this get me to the branch Alberto mentioned?

I am eager to build the branch for mingw


jima


-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Enviado el: mi�rcoles, 08 de junio de 2005 10:23
Para: [email protected]
Asunto: RE: Xerces 2.6 on mingw


Apparently no compilation for me...

put the file Alberto send into the corresponding directory

run

./runConfigure -p mingw-msys -c gcc -x g++ -n socket
make

had error

****
g++ -DMINGW -fexceptions -D__GNUWIN32__ -DWIN32 -D_WINDOWS -DNDEBUG -DPLATFO
RM_WIN32 -c -I/c/users/jimarin/projects/own/xp/xerces/include -w -O -DPROJ_X
MLPARSER -DPROJ_XMLUTIL  -DPROJ_PARSERS  -DPROJ_SAX4C  -DPROJ_SAX2  -DPROJ_D
OM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS -DXML_USE_CYGWIN_TRANSCODER -DXML
_USE_INMEM_MESSAGELOADER -mthreads -DXML_USE_NETACCESSOR_SOCKET     -o
/c/users/jimarin/projects/own/xp/xerces/obj/MINGW/UnixHTTPURLInputStream.o

UnixHTTPURLInputStream.cpp
UnixHTTPURLInputStream.cpp:113:24: sys/socket.h: No such file or directory
UnixHTTPURLInputStream.cpp:115:26: netinet/in.h: No such file or directory
UnixHTTPURLInputStream.cpp:116:25: arpa/inet.h: No such file or directory
UnixHTTPURLInputStream.cpp:118:19: netdb.h: No such file or directory
****

from what I understand I should not be compiling Socket dir but instead
WinSock one

any hidden flag I should use?

I have

****

export TRANSCODER="Cygwin"
export MESSAGELOADER="INMEM"
export NETACCESSOR="Socket"
export THREADS="pthread"
export BITSTOBUILD="32"
export CC="gcc"
export CXX="g++"
export
CXXFLAGS=" -w -O -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4C
 -DPROJ_SAX2 -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS -DXML_USE_CY
GWIN_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -mthreads -DXML_USE_NETACCESSO
R_SOCKET "
export
CFLAGS=" -w -O -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4
C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS -DXML_USE_C
YGWIN_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -mthreads -DXML_USE_NETACCESS
OR_SOCKET "
export LDFLAGS=" "
export LIBS=" -mthreads "

****



jima


-----Mensaje original-----
De: Alberto Massari [mailto:[EMAIL PROTECTED]
Enviado el: martes, 07 de junio de 2005 21:29
Para: [email protected]
Asunto: Re: Xerces 2.6 on mingw


Hi,
if I remember correctly, I had problems compiling the winsock code, so
there is no support for network access at the moment. In the current
3.0-unstable branch it compiles (even if I didn't test it), so you can try
integrating this version (from
https://svn.apache.org/repos/asf/xerces/c/branches/jberry/3.0-unstable/src/x
ercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp)
and let us know.

Alberto

At 12.01 06/06/2005 +0200, [EMAIL PROTECTED] wrote:
>Hi all,
>
>I have downloaded and installed Xerces 2.6 on a mingw platform.
>
>My problem is that I do not seem to be able to have ways of dealing with
DTD
>other than have then in files. Library seems not to be able to solve
>references to DTDs on the internet.
>
>I suspect that some library or setting is lacking on the distro.
>
>Does anyone know what do I need to compile Xerces without this restriction
>on a mingw platform?
>
>Thanks in advance,
>
>jima
>---
>Outgoing mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.788 / Virus Database: 533 - Release Date: 2004/11/01
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 2004/11/01

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 2004/11/01


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 2004/11/01

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 2004/11/01


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to