[classad-users] Fwd: compiling


Date: Mon, 11 Mar 2002 10:36:19 -0600 (CST)
From: Erik Paulson <epaulson@xxxxxxxxxxx>
Subject: [classad-users] Fwd: compiling
----- Forwarded message from owner-classad-users@xxxxxxxxxxx -----

Date: Mon, 11 Mar 2002 10:20:22 -0600 (CST)
From: owner-classad-users@xxxxxxxxxxx
X-Authentication-Warning: jeeves.cs.wisc.edu: majordom set sender to owner-classad-users@xxxxxxxxxxx using -f
To: classad-users-approval@xxxxxxxxxxx
Subject: BOUNCE classad-users@xxxxxxxxxxx:    Non-member submission from [John Bethencourt <bethenco@xxxxxxxxxxx>]   

>From epaulson  Mon Mar 11 10:20:20 2002
Received: from lucy.cs.wisc.edu (lucy.cs.wisc.edu [128.105.6.15])
	by jeeves.cs.wisc.edu (8.9.2/8.9.2) with ESMTP id KAA26360
	for <classad-users@xxxxxxxxxxxxxxxxxx>; Mon, 11 Mar 2002 10:20:20 -0600 (CST)
Received: from data.upl.cs.wisc.edu (IDENT:root@xxxxxxxxxxxxxxxxxxxx [128.105.45.42])
	by lucy.cs.wisc.edu (8.11.3/8.11.3) with ESMTP id g2BGKJV05527
	for <classad-users@xxxxxxxxxxx>; Mon, 11 Mar 2002 10:20:19 -0600
Received: (from bethenco@localhost)
	by data.upl.cs.wisc.edu (8.10.2/8.10.2) id g2BGKJK26638
	for classad-users@xxxxxxxxxxx; Mon, 11 Mar 2002 10:20:19 -0600
Date: Mon, 11 Mar 2002 10:20:19 -0600
From: John Bethencourt <bethenco@xxxxxxxxxxx>
To: classad-users@xxxxxxxxxxx
Subject: compiling
Message-ID: <20020311102019.A25443@xxxxxxxxxxxxxxx>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/)

Hi, I'm working on getting my code to use the new ClassAd libraries and compile, and I'm having a problem with a lot of duplicate definitions. Here is the output from g++ (the g++ command line looks mangled because it came out of make). Any tips on solving this would be appreciated.


g++ -I../h -I../condor_includes                  -I../condor_c++_util   -DI386=I386              -DLINUX=LINUX    -I/unsup/SSLeay-0.9.0b/include/                  -DWANT_NETMAN -g  -m486  -DGLIBC=GLIBC -DGLIBC21=GLIBC21 -fno-implicit-templates -c transaction_server.C
In file included from ../classads_0.9.2/common.h:42,
                 from ../classads_0.9.2/classad_distribution.h:30,
                 from transaction_server.C:7:
../classads_0.9.2/debug.h:33: warning: `EXCEPT' redefined
../condor_includes/condor_debug.h:101: warning: this is the location of the previous definition
In file included from ../classads_0.9.2/classad_distribution.h:30,
                 from transaction_server.C:7:
../classads_0.9.2/common.h:81: redefinition of `const char ATTR_REQUIREMENTS[]'
../condor_includes/condor_attributes.h:204: `const char ATTR_REQUIREMENTS[13]' previously defined here
../classads_0.9.2/common.h:82: redefinition of `const char ATTR_RANK[]'
../condor_includes/condor_attributes.h:195: `const char ATTR_RANK[5]' previously defined here
In file included from /s/gcc-2.95.3/i386_rh62/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/../../../../include/g++-3/string:6,
                 from ../classads_0.9.2/common.h:86,
                 from ../classads_0.9.2/classad_distribution.h:30,
                 from transaction_server.C:7:
/s/gcc-2.95.3/i386_rh62/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/../../../../include/g++-3/std/bastring.h:65: parse error before `>'
/s/gcc-2.95.3/i386_rh62/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/../../../../include/g++-3/std/bastring.h:71: confused by earlier errors, bailing out
make: *** [transaction_server.o] Error 1



----- End forwarded message -----
Condor Classads Info:
http://www.cs.wisc.edu/condor/classad/




[← Prev in Thread] Current Thread [Next in Thread→]
  • [classad-users] Fwd: compiling, Erik Paulson <=