[ 
https://issues.apache.org/jira/browse/XERCESC-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Kolpackov closed XERCESC-1258.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.1

Presumably fixed in 3.0.1.

> Problems with configure for v2.5.0 and Solaris 9
> ------------------------------------------------
>
>                 Key: XERCESC-1258
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1258
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.5.0
>         Environment: Solaris 2.9, GCC/G++ 3.3, GNU sed 4.1.1
>            Reporter: Thomas Boyda
>             Fix For: 3.0.1
>
>
> It appears that there is an error in the configure script.
> I run the following shell script:
> export TRANSCODER="NATIVE"
> export MESSAGELOADER="INMEM"
> export NETACCESSOR="Socket"
> export THREADS="pthread"
> export BITSTOBUILD="32"
> export CC="gcc"
> export CXX="g++"
> export CXXFLAGS=" -w -O4 -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS 
> -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_VALIDATORS 
> -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS 
> -DXML_USE_NETACCESSOR_SOCKET "
> export CFLAGS=" -w -O4 -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS 
> -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_VALIDATORS 
> -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS 
> -DXML_USE_NETACCESSOR_SOCKET "
> export LDFLAGS=" "
> export LIBS=" -lpthread -lnsl -lsocket"
> ./configure
> Here is the output from configure:
> creating cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc  -w -O4 -DPROJ_XMLPARSER -DPROJ_XMLUTIL 
> -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_VALIDATORS 
> -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS 
> -DXML_USE_NETACCESSOR_SOCKET   ) works... yes
> checking whether the C compiler (gcc  -w -O4 -DPROJ_XMLPARSER -DPROJ_XMLUTIL 
> -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_VALIDATORS 
> -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS 
> -DXML_USE_NETACCESSOR_SOCKET   ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for c++... g++
> checking whether the C++ compiler (g++  -w -O4 -DPROJ_XMLPARSER 
> -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM 
> -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER 
> -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET   ) works... yes
> checking whether the C++ compiler (g++  -w -O4 -DPROJ_XMLPARSER 
> -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM 
> -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER 
> -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET   ) is a cross-compiler... no
> checking whether we are using GNU C++... yes
> checking whether g++ accepts -g... yes
> checking for a BSD compatible install... ./install-sh -c
> checking for autoconf... true
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for XMLByte... no
> checking host system type... sparc-sun-solaris2.9
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> sed: couldn't flush stdout: Broken pipe
> creating util/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> sed: couldn't write 47 items to stdout: Broken pipe
> creating util/Transcoders/Cygwin/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Transcoders/ICU/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Transcoders/Iconv/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Transcoders/Iconv390/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Transcoders/Uniconv390/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Transcoders/Iconv400/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Transcoders/IconvFBSD/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Transcoders/IconvGNU/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Transcoders/MacOSUnicodeConverter/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/Solaris/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/AIX/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/BeOS/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/QNX/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/Interix/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/Linux/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/FreeBSD/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/NetBSD/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/HPUX/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/OS390/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/OS400/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/IRIX/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/PTX/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/OpenServer/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/UnixWare/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/Tru64/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/MacOS/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Platforms/Win32/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/Compilers/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/MsgLoaders/InMemory/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/MsgLoaders/ICU/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/MsgLoaders/ICU/resources/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/MsgLoaders/MsgCatalog/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/MsgLoaders/MsgFile/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/NetAccessors/Socket/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/NetAccessors/libWWW/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/NetAccessors/MacOSURLAccessCF/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating util/regx/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating validators/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating validators/common/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating validators/datatype/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating validators/DTD/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating validators/schema/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating validators/schema/identity/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating framework/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating framework/psvi/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating dom/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating dom/impl/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating dom/deprecated/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating parsers/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating internal/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating sax/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating sax2/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> creating ../../obj/Makefile
> sed: file conftest.s1 line 8: unterminated `s' command
> Having build problems?
> Read instructions at http://xml.apache.org/xerces-c/build.html
> Still cannot resolve it?
> Find out if someone else had the same problem before.
> Go to http://marc.theaimsgroup.com/?l=xerces-c-dev
> All of the makefiles are empty

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to