You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by ji...@apache.org on 2004/04/22 10:57:53 UTC

[jira] Created: (AXISCPP-52) Problem installing source distribution

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-52

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-52
    Summary: Problem installing source distribution
       Type: Bug

     Status: Unassigned
   Priority: Blocker

    Project: Axis-C++
   Versions:
             1.1 Final

   Assignee: 
   Reporter: jmf

    Created: Thu, 22 Apr 2004 1:57 AM
    Updated: Thu, 22 Apr 2004 1:57 AM
Environment: host: Linux 2.6.3 i686 GNU/Linux
compiler: g++ (GCC) 3.3.3 20040110 (prerelease) (Debian)

Description:
I have a problem trying to install the source distribution. I am trying to use the xerces parser.
This are the steps i have tried:

...
$cp -f /usr/local/apache2/include/* $AXISCPP_HOME/include/apache1_3/
$cp /usr/include/expat.h $AXISCPP_HOME/include/expat/
$cd $AXISCPP_HOME
$cp -rf $XERCESC_HOME/include/xercesc/* $AXISCPP_HOME/include/xercesc/
$cp -rf $XERCES_HOME/include/xercesc/* $AXISCPP_HOME/include/xercesc/
$cd $AXISCPP_HOME/src/soap
$cp -f Makefile.am_xercesc Makefile.am
$cd $AXISCPP_HOME/src/wsdd
$cp -f Makefile.am_xercesc Makefile.am
$vi $AXISCPP_HOME/configure.ac   (xerces)
$vi $AXISCPP_HOME/samples/client/configure.ac (xerces)
$cd $AXISCPP_HOME/
$sh autogen.sh
- libtoolize.
- aclocal.
- autoconf.
- autoheader.
- automake.
automake: Makefile.am: required file `./NEWS' not found
automake: Makefile.am: required file `./README' not found
automake: Makefile.am: required file `./AUTHORS' not found
automake: Makefile.am: required file `./ChangeLog' not found
src/common/Makefile.am:8: variable `LDFLAGS' not defined
src/soap/Makefile.am:25: variable `LDFLAGS' not defined
src/wsdd/Makefile.am:10: variable `LDFLAGS' not defined
src/engine/server/Makefile.am:16: variable `LDFLAGS' not defined
automake: src/engine/server/Makefile.am: not supported: source file `../Axis.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../AxisEngine.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../HandlerChain.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../HandlerLoader.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../HandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../AppScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../DeserializerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../RequestScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../SerializerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../SessionScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../SharedObject.cpp' is in subdirectory
src/engine/client/Makefile.am:17: variable `LDFLAGS' not defined
automake: src/engine/client/Makefile.am: not supported: source file `../Axis.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../AxisEngine.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../HandlerChain.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../HandlerLoader.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../HandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../AppScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../DeserializerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../RequestScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../SerializerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../SessionScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../SharedObject.cpp' is in subdirectory
src/server/apache2/Makefile.am:5: variable `LDFLAGS' not defined
src/server/simple_axis_server/Makefile.am:6: variable `LDFLAGS' not defined
src/server/adminservice/Makefile.am:4: variable `LDFLAGS' not defined
src/server/adminservice/Makefile.am:4: variable `LDFLAGS' not defined
src/client/adminclient/Makefile.am:6: variable `LDFLAGS' not defined
...
$sh runconfig
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.


Thanks and best regards...



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


[jira] Resolved: (AXISCPP-52) Problem installing source distribution

Posted by ax...@ws.apache.org.
Message:

   The following issue has been resolved as FIXED.

   Resolver: John Hawkins
       Date: Mon, 6 Sep 2004 9:53 AM

These issues are not being seen. The make system has substantially changed since 1.2. I'm closing this as resolved with the recommendation of trying a later version (1.3 soon)
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-52

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-52
    Summary: Problem installing source distribution
       Type: Bug

     Status: Resolved
   Priority: Blocker
 Resolution: FIXED

    Project: Axis-C++
   Fix Fors:
             1.2 Final
   Versions:
             1.1 Final

   Assignee: 
   Reporter: jmf

    Created: Thu, 22 Apr 2004 1:57 AM
    Updated: Mon, 6 Sep 2004 9:53 AM
Environment: host: Linux 2.6.3 i686 GNU/Linux
compiler: g++ (GCC) 3.3.3 20040110 (prerelease) (Debian)

Description:
I have a problem trying to install the source distribution. I am trying to use the xerces parser.
This are the steps i have tried:

...
$cp -f /usr/local/apache2/include/* $AXISCPP_HOME/include/apache1_3/
$cp /usr/include/expat.h $AXISCPP_HOME/include/expat/
$cd $AXISCPP_HOME
$cp -rf $XERCESC_HOME/include/xercesc/* $AXISCPP_HOME/include/xercesc/
$cp -rf $XERCES_HOME/include/xercesc/* $AXISCPP_HOME/include/xercesc/
$cd $AXISCPP_HOME/src/soap
$cp -f Makefile.am_xercesc Makefile.am
$cd $AXISCPP_HOME/src/wsdd
$cp -f Makefile.am_xercesc Makefile.am
$vi $AXISCPP_HOME/configure.ac   (xerces)
$vi $AXISCPP_HOME/samples/client/configure.ac (xerces)
$cd $AXISCPP_HOME/
$sh autogen.sh
- libtoolize.
- aclocal.
- autoconf.
- autoheader.
- automake.
automake: Makefile.am: required file `./NEWS' not found
automake: Makefile.am: required file `./README' not found
automake: Makefile.am: required file `./AUTHORS' not found
automake: Makefile.am: required file `./ChangeLog' not found
src/common/Makefile.am:8: variable `LDFLAGS' not defined
src/soap/Makefile.am:25: variable `LDFLAGS' not defined
src/wsdd/Makefile.am:10: variable `LDFLAGS' not defined
src/engine/server/Makefile.am:16: variable `LDFLAGS' not defined
automake: src/engine/server/Makefile.am: not supported: source file `../Axis.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../AxisEngine.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../HandlerChain.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../HandlerLoader.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../HandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../AppScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../DeserializerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../RequestScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../SerializerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../SessionScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../SharedObject.cpp' is in subdirectory
src/engine/client/Makefile.am:17: variable `LDFLAGS' not defined
automake: src/engine/client/Makefile.am: not supported: source file `../Axis.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../AxisEngine.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../HandlerChain.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../HandlerLoader.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../HandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../AppScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../DeserializerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../RequestScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../SerializerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../SessionScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../SharedObject.cpp' is in subdirectory
src/server/apache2/Makefile.am:5: variable `LDFLAGS' not defined
src/server/simple_axis_server/Makefile.am:6: variable `LDFLAGS' not defined
src/server/adminservice/Makefile.am:4: variable `LDFLAGS' not defined
src/server/adminservice/Makefile.am:4: variable `LDFLAGS' not defined
src/client/adminclient/Makefile.am:6: variable `LDFLAGS' not defined
...
$sh runconfig
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.


Thanks and best regards...



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


[jira] Closed: (AXISCPP-52) Problem installing source distribution

Posted by ax...@ws.apache.org.
Message:

   The following issue has been closed.

   Resolver: John Hawkins
       Date: Fri, 15 Oct 2004 3:04 AM

Assuming fixed as the make system has changed substantially
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-52

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-52
    Summary: Problem installing source distribution
       Type: Bug

     Status: Closed
   Priority: Blocker
 Resolution: FIXED

    Project: Axis-C++
   Fix Fors:
             1.2 Final
   Versions:
             1.1 Final

   Assignee: 
   Reporter: jmf

    Created: Thu, 22 Apr 2004 1:57 AM
    Updated: Fri, 15 Oct 2004 3:04 AM
Environment: host: Linux 2.6.3 i686 GNU/Linux
compiler: g++ (GCC) 3.3.3 20040110 (prerelease) (Debian)

Description:
I have a problem trying to install the source distribution. I am trying to use the xerces parser.
This are the steps i have tried:

...
$cp -f /usr/local/apache2/include/* $AXISCPP_HOME/include/apache1_3/
$cp /usr/include/expat.h $AXISCPP_HOME/include/expat/
$cd $AXISCPP_HOME
$cp -rf $XERCESC_HOME/include/xercesc/* $AXISCPP_HOME/include/xercesc/
$cp -rf $XERCES_HOME/include/xercesc/* $AXISCPP_HOME/include/xercesc/
$cd $AXISCPP_HOME/src/soap
$cp -f Makefile.am_xercesc Makefile.am
$cd $AXISCPP_HOME/src/wsdd
$cp -f Makefile.am_xercesc Makefile.am
$vi $AXISCPP_HOME/configure.ac   (xerces)
$vi $AXISCPP_HOME/samples/client/configure.ac (xerces)
$cd $AXISCPP_HOME/
$sh autogen.sh
- libtoolize.
- aclocal.
- autoconf.
- autoheader.
- automake.
automake: Makefile.am: required file `./NEWS' not found
automake: Makefile.am: required file `./README' not found
automake: Makefile.am: required file `./AUTHORS' not found
automake: Makefile.am: required file `./ChangeLog' not found
src/common/Makefile.am:8: variable `LDFLAGS' not defined
src/soap/Makefile.am:25: variable `LDFLAGS' not defined
src/wsdd/Makefile.am:10: variable `LDFLAGS' not defined
src/engine/server/Makefile.am:16: variable `LDFLAGS' not defined
automake: src/engine/server/Makefile.am: not supported: source file `../Axis.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../AxisEngine.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../HandlerChain.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../HandlerLoader.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../HandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../AppScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../DeserializerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../RequestScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../SerializerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../SessionScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/server/Makefile.am: not supported: source file `../SharedObject.cpp' is in subdirectory
src/engine/client/Makefile.am:17: variable `LDFLAGS' not defined
automake: src/engine/client/Makefile.am: not supported: source file `../Axis.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../AxisEngine.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../HandlerChain.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../HandlerLoader.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../HandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../AppScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../DeserializerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../RequestScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../SerializerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../SessionScopeHandlerPool.cpp' is in subdirectory
automake: src/engine/client/Makefile.am: not supported: source file `../SharedObject.cpp' is in subdirectory
src/server/apache2/Makefile.am:5: variable `LDFLAGS' not defined
src/server/simple_axis_server/Makefile.am:6: variable `LDFLAGS' not defined
src/server/adminservice/Makefile.am:4: variable `LDFLAGS' not defined
src/server/adminservice/Makefile.am:4: variable `LDFLAGS' not defined
src/client/adminclient/Makefile.am:6: variable `LDFLAGS' not defined
...
$sh runconfig
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.


Thanks and best regards...



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