www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/01/27/04:18:15

Date: Thu, 27 Jan 2000 09:32:47 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: "axlq.comp.os.msdos.djgpp" <axlq AT unicorn DOT us DOT com>
cc: djgpp AT delorie DOT com
Subject: Re: Adventures Compiling RHIDE on FreeBSD
In-Reply-To: <86nikc$dqr$1@samba.rahul.net>
Message-ID: <Pine.SUN.3.91.1000127092815.15566J-100000@is>
MIME-Version: 1.0
Reply-To: djgpp AT delorie DOT com
Errors-To: dj-admin AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

On 26 Jan 2000, axlq.comp.os.msdos.djgpp wrote:

> After a bout of frustration with gdb (having to step through too
> many iterations of a long loop and examine variables each time)

You might want to read the GDB manual where it describes how to automate 
those mundane tasks.  Put the commands you need on a .gdbinit file in the 
directory where you debug, and you will not need to type them more than 
once.

> I have longed for something like RHIDE in FreeBSD.

You have Emacs: it has a built-in support for debuggers, including GDB: 
just type "M-x gdb RET".

> 2. tvision/include/intl.h tries to include a file called <libintl.h>
> which doesn't exist.  I don't know what this is

This is a header file from the GNU gettext distribution.  You need to 
download and install gettext, and then you'll have that header.

> tflagent.cc:69: warning: passing `int' to argument 2 of `strcat(char *, const char *)' lacks a cast
> 
> All right.  Let me remove the -Werror option for now.

That's not really a solution: you should instead correct the problem which 
triggers the error message.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019