ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems install ddd on Mandrake 9.0


From: Bruce A. Mallett
Subject: Re: problems install ddd on Mandrake 9.0
Date: Sun, 12 Jan 2003 12:11:48 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130

You got further than I! I found that neither the ddd rpm from MandrakeClub nor the ddd rpm in cooker would work correctly under 9.0. In both the down-arrow button of the vertical scroll bar in the source window will take you to the end of the file, rather than move the window down a single line.

So I decided to build my own.  My ./.configure command ends with:

======================================================
checking for Xm21InstallImage in -lXm... no
configure: error: The Motif library '-lXm' could not be found.
Please use the configure options '--with-motif-includes=DIR' and '--with-motif-libraries=DIR' to specify the Xm location.
                 See the files 'config.log' and 'ddd/config.log'
                 for further diagnostics.
======================================================


How did you get past that? Or rather, how is it that you did not get the above error?

Thanks,

            - Bruce




Thierry Stagnitto wrote:

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]