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 xe...@xml.apache.org on 2004/08/20 17:31:21 UTC

[jira] Created: (XERCESC-1258) Problems with configure for v2.5.0 and Solaris 9

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1258

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1258
    Summary: Problems with configure for v2.5.0 and Solaris 9
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Xerces-C++
 Components: 
             Build
   Versions:
             2.5.0

   Assignee: 
   Reporter: Thomas Boyda

    Created: Fri, 20 Aug 2004 8:30 AM
    Updated: Fri, 20 Aug 2004 8:30 AM
Environment: Solaris 2.9, GCC/G++ 3.3, GNU sed 4.1.1

Description:
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


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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