[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems when Make
From: |
Thierry Stagnitto |
Subject: |
Problems when Make |
Date: |
Fri, 3 Jan 2003 21:00:36 +0100 |
User-agent: |
KMail/1.4.3 |
Hi
After a system reinstall (Mandrake9.0), I can't use ddd anymore (I have tried
all the versions).
Here are the messages I receive when typing make ;
Making all in readline
make[1]: Entre dans le répertoire `/home/thierry/Documents/ddd-3.3/readline'
make[1]: Rien à faire pour `all'.
make[1]: Quitte le répertoire `/home/thierry/Documents/ddd-3.3/readline'
Making all in libiberty
make[1]: Entre dans le répertoire `/home/thierry/Documents/ddd-3.3/libiberty'
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr
strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid
bcmp bcopy bzero; do \
for g in mkstemps.o ; do \
case "$g" in \
*$f*) echo $g >> needed-list ;; \
esac; \
done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o
getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o objalloc.o
obstack.o partition.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o
xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
make[2]: Entre dans le répertoire
`/home/thierry/Documents/ddd-3.3/libiberty/testsuite'
make[2]: Rien à faire pour `all'.
make[2]: Quitte le répertoire
`/home/thierry/Documents/ddd-3.3/libiberty/testsuite'
make[1]: Quitte le répertoire `/home/thierry/Documents/ddd-3.3/libiberty'
Making all in vsllib
make[1]: Entre dans le répertoire `/home/thierry/Documents/ddd-3.3/vsllib'
make[1]: Rien à faire pour `all'.
make[1]: Quitte le répertoire `/home/thierry/Documents/ddd-3.3/vsllib'
Making all in themes
make[1]: Entre dans le répertoire `/home/thierry/Documents/ddd-3.3/themes'
make[1]: Rien à faire pour `all'.
make[1]: Quitte le répertoire `/home/thierry/Documents/ddd-3.3/themes'
Making all in ddd
make[1]: Entre dans le répertoire `/home/thierry/Documents/ddd-3.3/ddd'
cat ./host.h.in | \
sed "address@hidden@%i686-pc-linux-gnu%" | \
sed "address@hidden@%i686-pc-linux-gnu%" | \
cat > host.h~ && mv host.h~ host.h
cat ./root.h.in | \
sed "address@hidden@%/usr/local/share/ddd-3.3%" | \
sed "address@hidden@%/usr/local/share/ddd%" | \
cat > root.h~ && mv root.h~ root.h
cat Ddd | cat | \
sed -n -f ./ad2c.sed > Ddd.ad.h~ && mv Ddd.ad.h~ Ddd.ad.h
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isystem /usr/X11R6/include -DNDEBUG
-O2 -g -W -Wall -trigraphs -c ddd.C
In file included from /usr/include/c++/3.2/backward/iostream.h:31,
from strclass.h:412,
from ddd.h:36,
from ddd.C:138:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This
file includes at least one deprecated or antiquated header. Please consider
using one of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the <X> header for the <X.h> header for C++
includes, or <sstream> instead of the deprecated header <strstream.h>. To
disable this warning use -Wno-deprecated.
In file included from ddd.h:36,
from ddd.C:138:
strclass.h: In function `string operator+(const string&, const string&)':
strclass.h:1302: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const string&, const subString&)':
strclass.h:1307: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const string&, const char*)':
strclass.h:1312: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const string&, char*)':
strclass.h:1317: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const string&, char)':
strclass.h:1322: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const subString&, const string&)':
strclass.h:1327: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const subString&, const
subString&)':
strclass.h:1332: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const subString&, const char*)':
strclass.h:1337: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const subString&, char*)':
strclass.h:1342: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const subString&, char)':
strclass.h:1347: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const char*, const string&)':
strclass.h:1352: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const char*, const subString&)':
strclass.h:1357: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(char*, const string&)':
strclass.h:1362: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(char*, const subString&)':
strclass.h:1367: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(char, const string&)':
strclass.h:1372: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(char, const subString&)':
strclass.h:1377: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string reverse(const string&)':
strclass.h:1382: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string upcase(const string&)':
strclass.h:1387: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string downcase(const string&)':
strclass.h:1392: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string capitalize(const string&)':
strclass.h:1397: warning: the named return value extension is deprecated,
please see the documentation for details
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isystem /usr/X11R6/include -DNDEBUG
-O2 -g -W -Wall -trigraphs -c strclass.C
In file included from /usr/include/c++/3.2/backward/iostream.h:31,
from strclass.h:412,
from strclass.C:41:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This
file includes at least one deprecated or antiquated header. Please consider
using one of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the <X> header for the <X.h> header for C++
includes, or <sstream> instead of the deprecated header <strstream.h>. To
disable this warning use -Wno-deprecated.
In file included from strclass.C:41:
strclass.h: In function `string operator+(const string&, const string&)':
strclass.h:1302: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const string&, const subString&)':
strclass.h:1307: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const string&, const char*)':
strclass.h:1312: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const string&, char*)':
strclass.h:1317: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const string&, char)':
strclass.h:1322: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const subString&, const string&)':
strclass.h:1327: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const subString&, const
subString&)':
strclass.h:1332: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const subString&, const char*)':
strclass.h:1337: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const subString&, char*)':
strclass.h:1342: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const subString&, char)':
strclass.h:1347: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const char*, const string&)':
strclass.h:1352: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(const char*, const subString&)':
strclass.h:1357: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(char*, const string&)':
strclass.h:1362: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(char*, const subString&)':
strclass.h:1367: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(char, const string&)':
strclass.h:1372: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string operator+(char, const subString&)':
strclass.h:1377: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string reverse(const string&)':
strclass.h:1382: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string upcase(const string&)':
strclass.h:1387: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string downcase(const string&)':
strclass.h:1392: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.h: In function `string capitalize(const string&)':
strclass.h:1397: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.C: In function `string join(string*, int, const string&)':
strclass.C:1155: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.C: In function `string replicate(const string&, int)':
strclass.C:1282: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.C: In function `string common_prefix(const string&, const string&,
int)':
strclass.C:1294: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.C: In function `string common_suffix(const string&, const string&,
int)':
strclass.C:1312: warning: the named return value extension is deprecated,
please see the documentation for details
strclass.C: In function `std::istream& operator>>(std::istream&, string&)':
strclass.C:1439: invalid conversion from `int' to `std::_Ios_Iostate'
strclass.C:1439: initializing argument 1 of `void std::basic_ios<_CharT,
_Traits>::clear(std::_Ios_Iostate) [with _CharT = char, _Traits =
std::char_traits<char>]'
make[1]: *** [strclass.o] Erreur 1
make[1]: Quitte le répertoire `/home/thierry/Documents/ddd-3.3/ddd'
make: *** [all-recursive] Erreur 1
Can you help?
Thanks in advance
--
Thierry Stagnitto
+33 6 03 34 23 28
- Problems when Make,
Thierry Stagnitto <=