ddd
[Top][All Lists]
Advanced

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

Is there a Windows port?


From: Graham
Subject: Is there a Windows port?
Date: Wed, 13 Feb 2008 16:55:17 +0800

I am sure that this is a FAQ, so please accept my apologies.  I googled and found nothing, though.

 

I download and tried to build in Cygwin, but got an error (below). For me, there is no better debugger, but my new company insists on development under Windows. Do you know of any Windows port?

 

Really sorry to disturb you with this.

 

~graham();

 

 

 

 

 

This information will be compiled into DDD.

If it is not correct, please edit USERINFO.txt and re-compile.

 

/bin/sh ./config-info ./USERINFO.txt USERINFO.txt > configinfo.C~ && \

        mv configinfo.C~ configinfo.C

if g++ -DHAVE_CONFIG_H -I. -I. -I.  -I./.. -isystem /usr/X11R6/include   -O2 -g

-Wall -W -Wwrite-strings -trigraphs  -MT configinfo.o -MD -MP -MF ".deps/configi

nfo.Tpo" -c -o configinfo.o configinfo.C; \

        then mv -f ".deps/configinfo.Tpo" ".deps/configinfo.Po"; else rm -f ".de

ps/configinfo.Tpo"; exit 1; fi

configinfo.C:7: error: missing terminating " character

configinfo.C:8: error: stray '\' in program

configinfo.C:8: error: expected primary-_expression_ before '.' token

configinfo.C:8: error: missing terminating " character

configinfo.C:9: error: expected `,' or `;' before "const"

configinfo.C:6: warning: 'config_sccs_info' defined but not used

make[2]: *** [configinfo.o] Error 1

make[2]: Leaving directory `/cygdrive/c/lotus/tools/ddd/ddd'

make[1]: *** [all] Error 2

make[1]: Leaving directory `/cygdrive/c/lotus/tools/ddd/ddd'

make: *** [all-recursive] Error 1

 

address@hidden /cygdrive/c/lotus/tools/ddd

 

 

 

 

 

 

 

 

 

// Generated automatically by `config-info' from `Makefile' and `config.h'.

// Do not edit.

 

#include "configinfo.h"

 

static const char *config_sccs_info =

"@(#)Built 2008-02-13 by graham <address@hidden>

.                \n";

const char *config_info = config_sccs_info + 4;

const char *config_dummy = "@(#)";

 

 

 

 

 


reply via email to

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