Your message dated Tue, 06 Dec 2011 01:12:57 +0100
with message-id <[email protected]>
and subject line Bug#456100: mpqc: gcc warnings: #define redefined
has caused the Debian Bug report #456100,
regarding mpqc: gcc warnings: #define redefined
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
456100: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456100
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpqc
Version: 2.3.1-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  GCC 4.3 has converted a number
of warnings into errors.  With GCC 4.3, you're no longer to
just redefine a previous #define.  You need to either avoid
redefinitions directly or to use #ifndef to make sure that something
has not been defined already.  See
http://www.cyrius.com/journal/gcc/gcc-4.3-pedwarn.html

You can reproduce this problem with gcc-snapshot from unstable.  Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere.  I suggest you talk to your upstream.

> Automatic build of mpqc_2.3.1-1 on em64t by sbuild/amd64 0.53
...
> g++ -M -c -DHAVE_CONFIG_H -D_REENTRANT  -I../../../src/lib 
> -I/build/tbm/mpqc-2.3.1/include -I/build/tbm/mpqc-2.3.1/src/lib  -I. 
> -I/build/tbm/mpqc-2.3.1/src/bin/mpqc -O2  
> /build/tbm/mpqc-2.3.1/src/bin/mpqc/mpqcin.cc | sed 's/^mpqcin.o/mpqcin.lo 
> mpqcin.d/g' > mpqcin.d
> g++ -M -c -DHAVE_CONFIG_H -D_REENTRANT  -I../../../src/lib 
> -I/build/tbm/mpqc-2.3.1/include -I/build/tbm/mpqc-2.3.1/src/lib  -I. 
> -I/build/tbm/mpqc-2.3.1/src/bin/mpqc -O2  
> /build/tbm/mpqc-2.3.1/src/bin/mpqc/mpqc.cc | sed 's/^mpqc.o/mpqc.lo mpqc.d/g' 
> > mpqc.d
> In file included from /build/tbm/mpqc-2.3.1/src/bin/mpqc/mpqc.cc:42:
> ../../../src/lib/scdirlist.h:45:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:44:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:46:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:45:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:47:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:46:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:48:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:47:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:49:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:48:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:50:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:49:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:51:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:50:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:52:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:51:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:53:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:52:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:54:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:53:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:55:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:54:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:56:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:55:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:57:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:56:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:58:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:57:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:59:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:58:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:60:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:59:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:61:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:60:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:62:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:61:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:63:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:62:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:64:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:63:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:65:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:64:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:66:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:65:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:67:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:66:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:68:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:67:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:69:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:68:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:70:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:69:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:71:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:70:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:72:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:71:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:73:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:72:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:74:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:73:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:75:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:74:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:76:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:75:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:77:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:76:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:78:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:77:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:79:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:78:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:80:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:79:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:81:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:80:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:82:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:81:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:83:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:82:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:84:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:83:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:85:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:84:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:86:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:85:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:87:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:86:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:88:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:87:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:89:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:88:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:90:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:89:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:91:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:90:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:92:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:91:1: error: this is the location of the 
> previous definition
> make[4]: Leaving directory `/build/tbm/mpqc-2.3.1/build-shared/src/bin/mpqc'
> make[4]: Entering directory `/build/tbm/mpqc-2.3.1/build-shared/src/bin/mpqc'
> /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -D_REENTRANT  
> -I../../../src/lib -I/build/tbm/mpqc-2.3.1/include 
> -I/build/tbm/mpqc-2.3.1/src/lib  -I. -I/build/tbm/mpqc-2.3.1/src/bin/mpqc -O2 
>  -c /build/tbm/mpqc-2.3.1/src/bin/mpqc/mpqc.cc -o mpqc.lo
> mkdir .libs
>  g++ -DHAVE_CONFIG_H -D_REENTRANT -I../../../src/lib 
> -I/build/tbm/mpqc-2.3.1/include -I/build/tbm/mpqc-2.3.1/src/lib -I. 
> -I/build/tbm/mpqc-2.3.1/src/bin/mpqc -O2 -c 
> /build/tbm/mpqc-2.3.1/src/bin/mpqc/mpqc.cc  -fPIC -DPIC -o .libs/mpqc.o
> In file included from /build/tbm/mpqc-2.3.1/src/bin/mpqc/mpqc.cc:42:
> ../../../src/lib/scdirlist.h:44:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:45:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:45:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:44:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:46:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:46:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:45:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:47:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:47:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:46:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:48:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:48:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:47:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:49:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:49:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:48:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:50:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:50:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:49:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:51:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:51:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:50:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:52:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:52:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:51:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:53:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:53:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:52:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:54:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:54:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:53:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:55:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:55:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:54:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:56:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:56:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:55:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:57:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:57:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:56:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:58:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:58:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:57:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:59:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:59:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:58:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:60:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:60:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:59:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:61:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:61:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:60:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:62:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:62:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:61:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:63:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:63:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:62:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:64:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:64:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:63:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:65:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:65:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:64:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:66:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:66:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:65:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:67:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:67:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:66:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:68:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:68:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:67:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:69:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:69:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:68:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:70:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:70:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:69:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:71:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:71:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:70:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:72:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:72:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:71:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:73:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:73:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:72:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:74:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:74:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:73:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:75:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:75:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:74:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:76:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:76:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:75:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:77:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:77:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:76:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:78:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:78:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:77:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:79:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:79:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:78:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:80:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:80:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:79:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:81:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:81:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:80:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:82:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:82:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:81:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:83:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:83:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:82:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:84:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:84:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:83:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:85:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:85:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:84:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:86:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:86:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:85:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:87:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:87:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:86:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:88:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:88:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:87:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:89:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:89:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:88:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:90:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:90:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:89:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:91:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:91:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:90:1: error: this is the location of the 
> previous definition
> ../../../src/lib/scdirlist.h:92:22: warning: missing whitespace after the 
> macro name
> ../../../src/lib/scdirlist.h:92:1: error: "HAVE_SC_BUILD" redefined
> ../../../src/lib/scdirlist.h:91:1: error: this is the location of the 
> previous definition
> make[4]: *** [mpqc.lo] Error 1
> make[4]: Leaving directory `/build/tbm/mpqc-2.3.1/build-shared/src/bin/mpqc'
> make[3]: *** [default] Error 1
> make[3]: Leaving directory `/build/tbm/mpqc-2.3.1/build-shared/src/bin'

-- 
Martin Michlmayr
http://www.cyrius.com/



--- End Message ---
--- Begin Message ---
I'll close this report. There haven't been any warnings recently. So
there is nothing to fix :)

Regards, Daniel



--- End Message ---

Reply via email to