You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Mark Gregory <mg...@gt.com.au> on 2009/05/21 06:22:44 UTC

XML-xerces

I have tried to compile XML-Xerces-2.6.0-2.tar.gz and get the following
error
I would appreciate ideas. Environment is ubuntu server and
build-essentials
xerces-c-src_2_6_0.tar.gz installed successfully

root@LINUXUBUNTUServer2009:/usr/local/src/XML-Xerces-2.6.0-2# more
make.log
make[1]: Entering directory `/usr/local/src/XML-Xerces-2.6.0-2/Handler'
make[1]: Leaving directory `/usr/local/src/XML-Xerces-2.6.0-2/Handler'
g++ -c  -I. -IHandler -I/usr/local/xerces/include -w
-DXML_USE_NATIVE_TRANSCODER
 -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS
-DXML_USE_NETACCESSOR_SOCKET -
D_REENTRANT -DDEBIAN -D_GNU_SOURCE -O   -DVERSION=\"2.6.0-2\"
-DXS_VERSION=\"2.6
.0-2\" -fPIC "-I/usr/lib/perl/5.10/CORE"   Xerces.cpp
Xerces.cpp:970: error: expected unqualified-id before string constant
Xerces.cpp:971: error: expected initializer before \u2018*\u2019 token
Xerces.cpp:976: error: \u2018SwigPerlWrapperPtr\u2019 does not name a
type
Xerces.cpp:77000: error: too many initializers for
\u2018swig_command_info\u2019
Xerces.cpp:77000: error: too many initializers for
\u2018swig_command_info\u2019


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


Re: XML-xerces

Posted by Jason Stewart <ja...@gmail.com>.
Hi Mark,

The p-dev list is for Xerces-Perl, you're likely to get more help there.

Just off the top of my head, it seems you are using Perl 5.10 and
there are still unresolved issues getting the Xerces code to compile
with Perl 5.10...

Cheers, jas.

On Thu, May 21, 2009 at 9:52 AM, Mark Gregory <mg...@gt.com.au> wrote:
> I have tried to compile XML-Xerces-2.6.0-2.tar.gz and get the following
> error
> I would appreciate ideas. Environment is ubuntu server and
> build-essentials
> xerces-c-src_2_6_0.tar.gz installed successfully
>
> root@LINUXUBUNTUServer2009:/usr/local/src/XML-Xerces-2.6.0-2# more
> make.log
> make[1]: Entering directory `/usr/local/src/XML-Xerces-2.6.0-2/Handler'
> make[1]: Leaving directory `/usr/local/src/XML-Xerces-2.6.0-2/Handler'
> g++ -c  -I. -IHandler -I/usr/local/xerces/include -w
> -DXML_USE_NATIVE_TRANSCODER
>  -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS
> -DXML_USE_NETACCESSOR_SOCKET -
> D_REENTRANT -DDEBIAN -D_GNU_SOURCE -O   -DVERSION=\"2.6.0-2\"
> -DXS_VERSION=\"2.6
> .0-2\" -fPIC "-I/usr/lib/perl/5.10/CORE"   Xerces.cpp
> Xerces.cpp:970: error: expected unqualified-id before string constant
> Xerces.cpp:971: error: expected initializer before \u2018*\u2019 token
> Xerces.cpp:976: error: \u2018SwigPerlWrapperPtr\u2019 does not name a
> type
> Xerces.cpp:77000: error: too many initializers for
> \u2018swig_command_info\u2019
> Xerces.cpp:77000: error: too many initializers for
> \u2018swig_command_info\u2019
>
>

Re: XML-xerces

Posted by Alberto Massari <am...@datadirect.com>.
 From what I understand, you are building the Perl wrapper for Xerces-C; 
you should ask this question on p-dev@xerces.apache.org.

Alberto


Mark Gregory ha scritto:
> I have tried to compile XML-Xerces-2.6.0-2.tar.gz and get the following
> error
> I would appreciate ideas. Environment is ubuntu server and
> build-essentials
> xerces-c-src_2_6_0.tar.gz installed successfully
>
> root@LINUXUBUNTUServer2009:/usr/local/src/XML-Xerces-2.6.0-2# more
> make.log
> make[1]: Entering directory `/usr/local/src/XML-Xerces-2.6.0-2/Handler'
> make[1]: Leaving directory `/usr/local/src/XML-Xerces-2.6.0-2/Handler'
> g++ -c  -I. -IHandler -I/usr/local/xerces/include -w
> -DXML_USE_NATIVE_TRANSCODER
>  -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS
> -DXML_USE_NETACCESSOR_SOCKET -
> D_REENTRANT -DDEBIAN -D_GNU_SOURCE -O   -DVERSION=\"2.6.0-2\"
> -DXS_VERSION=\"2.6
> .0-2\" -fPIC "-I/usr/lib/perl/5.10/CORE"   Xerces.cpp
> Xerces.cpp:970: error: expected unqualified-id before string constant
> Xerces.cpp:971: error: expected initializer before \u2018*\u2019 token
> Xerces.cpp:976: error: \u2018SwigPerlWrapperPtr\u2019 does not name a
> type
> Xerces.cpp:77000: error: too many initializers for
> \u2018swig_command_info\u2019
> Xerces.cpp:77000: error: too many initializers for
> \u2018swig_command_info\u2019
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


Re: XML-xerces

Posted by Jason Stewart <ja...@gmail.com>.
Hi Mark,

The p-dev list is for Xerces-Perl, you're likely to get more help there.

Just off the top of my head, it seems you are using Perl 5.10 and
there are still unresolved issues getting the Xerces code to compile
with Perl 5.10...

Cheers, jas.

On Thu, May 21, 2009 at 9:52 AM, Mark Gregory <mg...@gt.com.au> wrote:
> I have tried to compile XML-Xerces-2.6.0-2.tar.gz and get the following
> error
> I would appreciate ideas. Environment is ubuntu server and
> build-essentials
> xerces-c-src_2_6_0.tar.gz installed successfully
>
> root@LINUXUBUNTUServer2009:/usr/local/src/XML-Xerces-2.6.0-2# more
> make.log
> make[1]: Entering directory `/usr/local/src/XML-Xerces-2.6.0-2/Handler'
> make[1]: Leaving directory `/usr/local/src/XML-Xerces-2.6.0-2/Handler'
> g++ -c  -I. -IHandler -I/usr/local/xerces/include -w
> -DXML_USE_NATIVE_TRANSCODER
>  -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS
> -DXML_USE_NETACCESSOR_SOCKET -
> D_REENTRANT -DDEBIAN -D_GNU_SOURCE -O   -DVERSION=\"2.6.0-2\"
> -DXS_VERSION=\"2.6
> .0-2\" -fPIC "-I/usr/lib/perl/5.10/CORE"   Xerces.cpp
> Xerces.cpp:970: error: expected unqualified-id before string constant
> Xerces.cpp:971: error: expected initializer before \u2018*\u2019 token
> Xerces.cpp:976: error: \u2018SwigPerlWrapperPtr\u2019 does not name a
> type
> Xerces.cpp:77000: error: too many initializers for
> \u2018swig_command_info\u2019
> Xerces.cpp:77000: error: too many initializers for
> \u2018swig_command_info\u2019
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: p-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: p-dev-help@xerces.apache.org


Re: XML-xerces

Posted by Alberto Massari <am...@datadirect.com>.
 From what I understand, you are building the Perl wrapper for Xerces-C; 
you should ask this question on p-dev@xerces.apache.org.

Alberto


Mark Gregory ha scritto:
> I have tried to compile XML-Xerces-2.6.0-2.tar.gz and get the following
> error
> I would appreciate ideas. Environment is ubuntu server and
> build-essentials
> xerces-c-src_2_6_0.tar.gz installed successfully
>
> root@LINUXUBUNTUServer2009:/usr/local/src/XML-Xerces-2.6.0-2# more
> make.log
> make[1]: Entering directory `/usr/local/src/XML-Xerces-2.6.0-2/Handler'
> make[1]: Leaving directory `/usr/local/src/XML-Xerces-2.6.0-2/Handler'
> g++ -c  -I. -IHandler -I/usr/local/xerces/include -w
> -DXML_USE_NATIVE_TRANSCODER
>  -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS
> -DXML_USE_NETACCESSOR_SOCKET -
> D_REENTRANT -DDEBIAN -D_GNU_SOURCE -O   -DVERSION=\"2.6.0-2\"
> -DXS_VERSION=\"2.6
> .0-2\" -fPIC "-I/usr/lib/perl/5.10/CORE"   Xerces.cpp
> Xerces.cpp:970: error: expected unqualified-id before string constant
> Xerces.cpp:971: error: expected initializer before \u2018*\u2019 token
> Xerces.cpp:976: error: \u2018SwigPerlWrapperPtr\u2019 does not name a
> type
> Xerces.cpp:77000: error: too many initializers for
> \u2018swig_command_info\u2019
> Xerces.cpp:77000: error: too many initializers for
> \u2018swig_command_info\u2019
>
>
>