ddd
[Top][All Lists]
Advanced

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

Re: Missing header files in ddd-3.3.8 tarball


From: Andrew Gaylard
Subject: Re: Missing header files in ddd-3.3.8 tarball
Date: Sun, 23 May 2004 21:08:58 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030

[ Amir, and everyone else:  please do not reply to the poster (me in
  this case).  Reply to the LIST.  That way everyone can see what's
  being said.  Thanks. ]

Amir Hardon wrote:
On Sunday 23 May 2004 13:44, you wrote:

Amir Hardon wrote:

xregex.h and safe-ctype.h are missing in the ddd-3.3.8 tarball, is this
deliberately?
I downloaded them (and xregex2.h)from cvs and added them to the source
directory, and still make failed(I guess the versions I downloaded are
incorrect).

This was a mistake; these files are now part of 3.3.9-testX.

Andrew.


Thanks!
You should put some notes about it in the web, this is what I had to do in order to compile ddd-3.3.8:

1. Replace/Add the following header files with the ones from 3.3.9-test2: xregex.h xregex2.h safe-ctype.h demangle.h dyn-string.h md5.h libiberty.h ansidecl.h fibheap.h sort.h splay-tree.h ternary.h

2. Edit libiberty.h, at line 257 :
extern const unsigned char _hex_value[_hex_array_size];
to:
extern const char _hex_value[_hex_array_size];

3. Replace the file ddd/rxscan.C with the one from 3.3.9-test2

        -Amir.








reply via email to

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