[Ace-users] Re: [ace-bugs] ACE Build Fails in
	ACE_wrappers/ACEXML/examples/SAXPrint/
    Johnny Willemsen 
    jwillemsen at remedy.nl
       
    Wed Aug 29 12:30:50 CDT 2007
    
    
  
Hi,
 
Thanks for using the PRF form. This is a known issue with FC6. Download the
TAO Programmers Guide from www.theaceorb.nl and check the FAQ chapter.
 
Regards,
 
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC  Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl 
*** Integrated compile and test statistics see
http://scoreboard.theaceorb.nl <http://scoreboard.theaceorb.nl/>  ***
*** Commercial service and support for ACE/TAO/CIAO             ***
*** See http://www.theaceorb.nl/en/support.html                 *** 
________________________________
	From: ace-bugs-bounces at cse.wustl.edu
[mailto:ace-bugs-bounces at cse.wustl.edu] On Behalf Of Hess, Richard T. Jr
	Sent: Wednesday, August 29, 2007 6:29 PM
	To: ace-bugs at cse.wustl.edu
	Subject: [ace-bugs] ACE Build Fails in
ACE_wrappers/ACEXML/examples/SAXPrint/
	
	
	Subject: ACE Build Fails in ACE_wrappers/ACEXML/examples/SAXPrint/
	 
	    ACE VERSION: 5.5.10
	----------------------------------
	HOST MACHINE and OPERATING SYSTEM:
	 
	Linux dragon 2.6.22.2-42.fc6 #1 SMP Wed Aug 15 11:32:12 
	EDT 2007 i686 i686 i386 GNU/Linux
	 
	RedHat Linux Version
	 
	Fedora Core release 6 (Zod)
	 
	Linux Kernel Version
	 
	Linux version 2.6.22.2-42.fc6
(brewbuilder at hs20-bc1-5.build.redhat.com)
	(gcc version 4.1.2 20070626 (Red Hat 4.1.2-13)) #1 SMP Wed Aug 15
	11:32:12 EDT 2007
	 
	-----------------------------------
	THE $ACE_ROOT/ace/config.h 
	 
	#include <ace/config-linux.h>
	#define ACE_NDEBUG 1
	#define ACE_NTRACE 1
	 
	------------------------------------
	THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE
	 
	exceptions=1
	inline=1
	ami=1
	rt_corba=1
	smart_proxies=1
	interceptors=1
	interface_repo=1
	corba_messaging=1
	probe=0
	profile=0
	fakesvcconf=0
	shared_libs_only=1
	debug=1
	optimize=0
	include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
	 
	 
	------------------------------------
	CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features
	(used by MPC when you generate your own makefiles):
	 
	Not Applicable
	 
	 
	------------------------------------
	Compiler Version
	 
	Using built-in specs.
	Target: i386-redhat-linux
	Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
	--infodir=/usr/share/info --enable-shared --enable-threads=posix
	--enable-checking=release --with-system-zlib --enable-__cxa_atexit
	--disable-libunwind-exceptions --enable-libgcj-multifile
	--enable-languages=c,c++,objc,obj-c++,java,fortran,ada
--enable-java-awt=gtk
	--disable-dssi --enable-plugin
	--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
--with-cpu=generic
	--host=i386-redhat-linux
	Thread model: posix
	gcc version 4.1.2 20070626 (Red Hat 4.1.2-13)
	 
	AREA/CLASS/EXAMPLE AFFECTED:
	[What example failed?  What module failed to compile?]
	 
	    DOES THE PROBLEM AFFECT:
	        COMPILATION?
	            No
	        LINKING?
	             yes
	            On Unix systems, did you run make realclean first?
	            YES!
	        EXECUTION?
	        OTHER (please specify)?
	[Please indicate whether ACE, your application, or both are
affected.]
	Just the building of an ACE example for SAXPrint.
	 
	    SYNOPSIS:
	[Building of ACEXML SAXPrint example failed]
	 
	    DESCRIPTION:
	make[1]: Entering directory
	`/home/hessri/ACE_wrappers/ACEXML/examples/SAXPrint'
	 
	GNUmakefile:
	
/home/hessri/ACE_wrappers/ACEXML/examples/SAXPrint/GNUmakefile.SAXPrint
	MAKEFLAGS=w
	 
	g++ -fvisibility=hidden -fvisibility-inlines-hidden -W -Wall
-Wpointer-arith
	-g -pipe   -pipe -D_REENTRANT -DACE_HAS_AIO_CALLS -D_GNU_SOURCE
	-I/home/hessri/ACE_wrappers -DACE_HAS_EXCEPTIONS -D__ACE_INLINE__
-I../../..
	-I../../../ACEXML/common  -Wl,-E -L/home/hessri/ACE_wrappers/ace
-L./
	-L/home/hessri/ACE_wrappers/lib -L. -L../../../lib -o SAXPrint
	.obj/SAXPrint_Handler.o .obj/Print_Handler.o .obj/main.o
-lACEXML_Parser
	-lACEXML -lACE -ldl -lpthread -lrt
	/home/hessri/ACE_wrappers/lib/libACEXML_Parser.so: undefined
reference to
	`ACE_Obstack_T<char>::~ACE_Obstack_T()'
	/home/hessri/ACE_wrappers/lib/libACEXML_Parser.so: undefined
reference to
	`ACE_Obstack_T<char>::ACE_Obstack_T(unsigned int, ACE_Allocator*)'
	/home/hessri/ACE_wrappers/lib/libACEXML_Parser.so: undefined
reference to
	`ACE_Obstack_T<char>::grow(char)'
	/home/hessri/ACE_wrappers/lib/libACEXML_Parser.so: undefined
reference to
	`ACE_Obstack_T<char>::unwind(void*)'
	/home/hessri/ACE_wrappers/lib/libACEXML_Parser.so: undefined
reference to
	`ACE_Obstack_T<char>::freeze()'
	/home/hessri/ACE_wrappers/lib/libACEXML_Parser.so: undefined
reference to
	`ACE_Obstack_T<char>::release()'
	collect2: ld returned 1 exit status
	make[1]: *** [SAXPrint] Error 1
	make[1]: Leaving directory
	`/home/hessri/ACE_wrappers/ACEXML/examples/SAXPrint'
	make: *** [SAXPrint] Error 2
	    REPEAT BY:
	The build failed in the general ACE_wrapper build - the build
succeeded 
	in the ACE_wrapper/ace directory.
	    SAMPLE FIX/WORKAROUND:
	[If available ]
	 
	
----------------------------------------------------------------------------
---------------------------------------------------------
	 
	Rick Hess
	 
	 
    
    
More information about the Ace-users
mailing list