X-From-Line: address@hidden Thu Jul 24 16:48:14 2003 Return-path: Envelope-to: address@hidden Delivery-date: Thu, 24 Jul 2003 22:54:47 +0200 Received: from hermes.epita.fr ([163.5.255.10] helo=epita.fr) by kualalumpur.lrde.epita.fr with esmtp (Exim 3.35 #1 (Debian)) id 19fn6t-0007da-00 for ; Thu, 24 Jul 2003 22:54:47 +0200 Received: from f7.net (consort.superb.net [209.61.216.22]) by epita.fr id h6OKsQI16869 for EPITA Paris France Thu, 24 Jul 2003 22:54:26 +0200 (CEST) Received: from monty-python.gnu.org (monty-python.gnu.org [199.232.76.173]) by f7.net (8.11.7/8.11.7) with ESMTP id h6OKsJS15322; Thu, 24 Jul 2003 16:54:22 -0400 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19fn2Q-0005SO-Do for address@hidden; Thu, 24 Jul 2003 16:50:10 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19fn1Y-0003ns-Vt for address@hidden; Thu, 24 Jul 2003 16:49:16 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19fn0s-00035l-0P for address@hidden; Thu, 24 Jul 2003 16:48:34 -0400 Received: from [198.140.4.205] (helo=mailhub4.ground.fedex.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19fn0k-0002tR-38 for address@hidden; Thu, 24 Jul 2003 16:48:26 -0400 Received: from pittx85.ground.fedex.com (pittx85.ground.fedex.com [10.72.27.33]) by mailhub4.ground.fedex.com (8.12.9/8.12.9) with ESMTP id h6OKmHYr024519 for ; Thu, 24 Jul 2003 16:48:17 -0400 To: address@hidden MIME-Version: 1.0 X-Mailer: Lotus Notes Build V65_M1_04032003NP April 03, 2003 X-Gnus-Mail-Source: pop:address@hidden Message-ID: From: address@hidden Date: Thu, 24 Jul 2003 16:48:14 -0400 X-MIMETrack: Serialize by Router on PITTX85/SERVER/FXG(Release 5.0.9a |January 7, 2002) at 07/24/2003 04:48:17 PM, Serialize complete at 07/24/2003 04:48:17 PM Content-Type: multipart/alternative; boundary="=_alternative 0072480085256D6D_=" Subject: compiling gnu common c++ library error with configure X-BeenThere: address@hidden X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for autoconf, the GNU build system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: address@hidden Errors-To: address@hidden X-Spam-Status: No, hits=0.6 required=5.0 tests=NO_REAL_NAME version=2.20 X-Spam-Level: Status: X-Content-Length: 5322 Lines: 109 Xref: nostromo.lrde.epita.fr autoconf.bug:2754 This is a multipart message in MIME format. --=_alternative 0072480085256D6D_= Content-Type: text/plain; charset="US-ASCII" configure: WARNING: netinet/ip.h: present but cannot be compiled configure: WARNING: netinet/ip.h: check for missing prerequisite headers? configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to address@hidden ## configure: WARNING: ## ------------------------------------ ## I got the error listed above while configuring (./configure --prevfix=...) on soloris 2.6 (SunOS pitt31 5.6 Generic_105181-33 sun4u sparc SUNW,Ultra-Enterprise). This happened in both version 1.0.12 and 1.0.13 of the Common C++ gnu library. The project pages says that the latest stable is 1.9.6, but the links to the source download end at version 1.0.13. both version that I tried to compile get the following error when making after a configure with the above error: source='network.cpp' object='network.lo' libtool=yes \ depfile='.deps/network.Plo' tmpdepfile='.deps/network.TPlo' \ depmode=gcc3 /bin/ksh ../config/depcomp \ /bin/ksh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -I/devl/gen/stat/dv2/gnu/include -D_GNU_SOURCE -D_REENTRANT -I../include -c -o network.lo `test -f 'network.cpp' || echo './'`network.cpp rm -f .libs/network.lo g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -I/devl/gen/stat/dv2/gnu/include -D_GNU_SOURCE -D_REENTRANT -I../include -c network.cpp -MT network.lo -MD -MP -MF .deps/network.TPlo -fPIC -DPIC -o .libs/network.lo network.cpp: In function `bool ost::enumNetworkDevices(std::vector >&)': network.cpp:134: error: 'struct ifreq' has no member named 'ifr_mtu' make: *** [network.lo] Error 1 Scott ----------------------------------------------------------------- "Vision without action is a daydream. Action without vision is a nightmare." Japanese Proverb --=_alternative 0072480085256D6D_= Content-Type: text/html; charset="US-ASCII"
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##

I got the error listed above while configuring (./configure --prevfix=...) on soloris 2.6 (SunOS pitt31 5.6 Generic_105181-33 sun4u sparc SUNW,Ultra-Enterprise).

This happened in both version 1.0.12 and 1.0.13 of the Common C++ gnu library.  The project pages says that the latest stable is 1.9.6, but the links to the source download  end at version 1.0.13.

both version that I tried to compile get the following error when making after a configure with the above error:

source='network.cpp' object='network.lo' libtool=yes \
depfile='.deps/network.Plo' tmpdepfile='.deps/network.TPlo' \
depmode=gcc3 /bin/ksh ../config/depcomp \
/bin/ksh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include     -I../src -DCCXX_EXPORT_LIBRARY  -I/devl/gen/stat/dv2/gnu/include -D_GNU_SOURCE -D_REENTRANT -I../include -c -o network.lo `test -f 'network.cpp' || echo './'`network.cpp
rm -f .libs/network.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -I/devl/gen/stat/dv2/gnu/include -D_GNU_SOURCE -D_REENTRANT -I../include -c network.cpp -MT network.lo -MD -MP -MF .deps/network.TPlo  -fPIC -DPIC -o .libs/network.lo
network.cpp: In function `bool
   ost::enumNetworkDevices(std::vector<ost::NetworkDeviceInfo,
   std::allocator<ost::NetworkDeviceInfo> >&)':
network.cpp:134: error: 'struct ifreq' has no member named 'ifr_mtu'
make: *** [network.lo] Error 1

Scott
-----------------------------------------------------------------
"Vision without action is a daydream.  Action without vision is a nightmare."
                   Japanese Proverb
--=_alternative 0072480085256D6D_=--