ddd
[Top][All Lists]
Advanced

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

DDD 3.2.92 problems on Solaris 2.6


From: Christian Stolte
Subject: DDD 3.2.92 problems on Solaris 2.6
Date: Wed, 06 Dec 2000 16:36:28 +0900

Dear All,

I have a problem after building DDD 3.2.92 on Solaris 2.6 SC4.2 with

     setenv CC cc
     setenv CXX CC

My problems are (ok with 3.2.1):

   cannot attach with DBX:  DBX status indicator is busy and nothing happens
   [can attach with GDB 5.0]

   double click mouse button does NOT any longer
   for print variables, set breakpoints, and step down into subroutines




I had this `make' failure

Warning (Anachronism): Formal argument 2 of type extern "C" void(*)(int) in 
call to std::signal(int, extern "C" void(*)(int)) is being passed void(*)(int).
"AgentM.h", line 83: Warning (Anachronism): Formal argument 2 of type extern 
"C" void(*)(int) in call to std::signal(int, extern "C" void(*)(int)) is being 
passed void(*)(int).
"HandlerL.h", line 68: Warning (Anachronism): Cannot cast from 
void(*const)(void*,void*,void*) to void*.
"HandlerL.h", line 68: Warning (Anachronism): Cannot cast from 
void(*const)(void*,void*,void*) to void*.
"MString.h", line 55: Warning: String literal converted to char* in 
initialization.
"charsets.h", line 90: Warning: String literal converted to char* in formal
argument charset in call to MString::MString(const string&, char*)



But the make check does not complain too much:

make check
Making check in readline
Making check in libiberty
echo 'int prepends_underscore = 0;' > test-us.c
cc -DHAVE_CONFIG_H -g -I.. -I./../../include  -o test-filter -DMAIN 
-DVERSION='"none"' -DHAVE_CONFIG_H \
        ./../cplus-dem.c test-us.c -L.. -liberty
./../cplus-dem.c:
"./../cplus-dem.c", line 2543: warning: non-constant initializer: op "++"
test-us.c:
/bin/sh ./regress-demangle ./demangle-expected
All 620 tests passed
Making check in vsllib
Making check in themes
Making check in ddd
DDD_HOME=./.. XUSERFILESEARCHPATH=%N XAPPLRESDIR=. \
./ddd  cxxtest

   

And `make unistall' fails:

make uninstall
Making uninstall in readline
test -n "/users/ipl/bhs/common/unsupport/include" && cd 
/users/ipl/bhs/common/unsupport/include/readline && \
        rm -f readline.h chardefs.h keymaps.h history.h tilde.h  rlstdc.h 
rlconf.h
sh: /users/ipl/bhs/common/unsupport/include/readline: does not exist
*** Error code 1 (ignored)
test -n "/users/ipl/bhs/common/unsupport/lib" && cd 
/users/ipl/bhs/common/unsupport/lib && \
        rm -f libreadline.a libreadline.old libhistory.a libhistory.old 
Making uninstall in libiberty
make: Fatal error: Don't know how to make target `uninstall'
Current working directory /users/ipl/bhs/common/unsupport/ddd-3.2.92/libiberty
*** Error code 1
make: Fatal error: Command failed for target `uninstall-recursive'


I was very impressed by 3.2.1, my first DDD. It is the best UNIX debugger
interface I have seen. Thanks a lot.


Rgds

Christian from Japan



reply via email to

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