DDD making problem


 
Thread Tools Search this Thread
Top Forums Programming DDD making problem
# 1  
Old 03-10-2005
DDD making problem

Hi Everybody,

I am trying to make the ddd-3.3.9 debugger. I installed all dependencies.

this is what i get:

# make
Making all in themes
make[1]: Entering directory `/space/atoulan/ddd-3.3.9/themes'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/space/atoulan/ddd-3.3.9/themes'
Making all in vsllib
make[1]: Entering directory `/space/atoulan/ddd-3.3.9/vsllib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/space/atoulan/ddd-3.3.9/vsllib'
Making all in ddd
make[1]: Entering directory `/space/atoulan/ddd-3.3.9/ddd'
make all-am
make[2]: Entering directory `/space/atoulan/ddd-3.3.9/ddd'
cat ./host.h.in | \
/usr/bin/sed "s%@HOST_CANONICAL@%sparc-sun-solaris2.9%" | \
/usr/bin/sed "s%@TARGET_CANONICAL@%sparc-sun-solaris2.9%" | \
cat > host.h~ && mv host.h~ host.h
cat ./root.h.in | \
/usr/bin/sed "s%@ROOT@%/usr/local/share/ddd-3.3.9%" | \
/usr/bin/sed "s%@ALT_ROOT@%/usr/local/share/ddd%" | \
cat > root.h~ && mv root.h~ root.h
source='ddd.C' object='ddd.o' libtool=no \
depfile='.deps/ddd.Po' tmpdepfile='.deps/ddd.TPo' \
depmode=gcc /bin/bash ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -O2 -g -Wall -W -Wwrite-strings -trigraphs -c -o ddd.o ddd.C
In file included from ddd.h:32,
from ddd.C:135:
strclass.h:450: conflicting types for `struct string'
/opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/../../../../include/g++-3/string:9: previous declaration as `typedef class basic_string<char,string_char_traits<char>,__default_alloc_template<false,0> > string'
strclass.h: In method `class string & string:Smilieperator =(ostringstream &)':
strclass.h:1145: no matching function for call to `string::string (string)'
strclass.h:570: candidates are: string::string(int)
strclass.h:948: string::string()
strclass.h:955: string::string(const string &)
strclass.h:976: string::string(const subString &)
strclass.h:983: string::string(const constSubString &)
strclass.h:962: string::string(const char *)
strclass.h:969: string::string(const char *, int)
strclass.h:990: string::string(char)
strclass.h:581: string::string(ostringstream &)
strclass.h:1146: no matching function for call to `string::c_str () const'

make[2]: *** [ddd.o] Error 1
make[2]: Leaving directory `/space/atoulan/ddd-3.3.9/ddd'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/space/atoulan/ddd-3.3.9/ddd'
make: *** [all-recursive] Error 1
#

I really don't know what's the problem.

Thanx in advance
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem in making a list with awk

Hi bodies,I am doing a list from a .txt file with awk commands but something is wrong. The .txt file looks like: 32782 28 18 32783 02 18 32784 01 18 32785 29 18 32786 25 23 32787 25 18 32788 00 18 32789 25 26 32790 02 23 32791 29 26 ... (2 Replies)
Discussion started by: Behrouzx77
2 Replies

2. Programming

ddd/gdb debugger problem

I hope this is the right thread - not sure if it belongs in the Linux forum. Anyway, I'm having an issue with ddd and gdb. When using ddd to run gdb, there are extra parameters being appended, and my program is picking them up. I'm running on Ubuntu 11.04... Here's my command line entry - ... (1 Reply)
Discussion started by: jalburger
1 Replies

3. Shell Programming and Scripting

Problem in making itration

Hi, I have a file which keeps on appending the data continuously, i that i am looking for a particular pattern, if i dont find that pattern i want to wait for 30 seconds to check it again. can we use it like this ----------------------------- until do cat $line |... (1 Reply)
Discussion started by: Prateek007
1 Replies

4. Shell Programming and Scripting

[problem] making a backup files

Hi guys, I'm a little stuck on this problem, I've tried googling it and some trial and error but can't seem to get it working. Basically I need the script to: 1) create a directory called "mybackups", if it doesn't exist 2) go through all the .sh files in the current directory, and copy... (4 Replies)
Discussion started by: chazij
4 Replies

5. Shell Programming and Scripting

problem in making sftp script

Dear all I am bit new to shell scripting . I am implemented autossh between two sun solaris machines , so that when I use sftp it will not ask for the password. Now I need to make shell script in which I have to transfer files from one server to another server automatically through root... (8 Replies)
Discussion started by: girish.batra
8 Replies

6. UNIX for Dummies Questions & Answers

problem while making ftp of a large file

Hi Friends, I'mfacing a problem while doing ftp of a large file.The control session is getting closed after sometime.But data session transfers the file successfully even when the control seeion is lost.I need to make the control session available as long as data session is active. How can i... (1 Reply)
Discussion started by: rprajendran
1 Replies

7. UNIX for Advanced & Expert Users

problem in making autossh between windows and solaris

Dear all I am facing one problem which is related to enabling Autossh between windows and solaris machine. If suppose their are two servers, server A is having windows and server B is having Solaris.I install openssh server software for windows through sourceforge.net site. What my requirement... (7 Replies)
Discussion started by: girish.batra
7 Replies

8. Shell Programming and Scripting

problem in making file name from date command

Dear all I am bit new to programming. I have to redirect the output to a file which will be in the following format man ls> date +"hup-%m%d%y-%H%M" --------> this will show me the month,day,year,hours and minute in a file name whose name start from "hup-" kindly any correct my syntax (2 Replies)
Discussion started by: girish.batra
2 Replies

9. Shell Programming and Scripting

Problem in making shell script

Dear all Dear Brother I am bit new to programming or shell scripting. I have given one shell script which is regarding combining all the 240 or less files in a particular folderwhich is related to one hour of the day. There will be 24 these kind of folders related to a day . It means there... (4 Replies)
Discussion started by: girish.batra
4 Replies
Login or Register to Ask a Question