bug-ddd
[Top][All Lists]
Advanced

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

Compilation problem in ddd-3.3.7, xconfig.C


From: Andreas Zeller
Subject: Compilation problem in ddd-3.3.7, xconfig.C
Date: Fri, 19 Sep 2003 12:26:06 +0200

--- Begin Message --- Subject: Compilation problem in ddd-3.3.7, xconfig.C Date: Fri, 19 Sep 2003 11:56:01 +0200
Hi,

The following lines must be modified in xconfig.C of ddd-3.3.7
to compile with gcc-3.3.1:

line 275: insert cast to (String) (Xlib type):
        ret = (String) dir.chars();

line 331: cast of string to const char * does not work as
 noted in strclass.h line 370, so use:
        putenv(env.chars());

line 357: same as 331.

Regards,

 Albert

-- 
Albert Fluegel                  science + computing ag
IT Services                     Ingolstaedter Straße 22
phone +49 89 356386 51          80807 Muenchen, Germany
fax   +49 89 356386 37          www.science-computing.de
________________________________at Infineon
tdsc.af@infineon.com            phone +49 89 234 27690

--- End Message ---
-- 
Andreas Zeller    Universitaet des Saarlandes, Saarbruecken, Germany
                  http://www.st.cs.uni-sb.de/~zeller/

reply via email to

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