Re: programs/winedbg/elf.c breaks non-Linux platforms

2004-02-07 Thread Gerald Pfeifer
Eric, I happily confirm that with your updates of elf.c, FreeBSD 4.x now compiles that code without problems. Thanks for your quick and effective response and the patch! Gerald -- Gerald Pfeifer (Jerry) [EMAIL PROTECTED] http://www.pfeifer.com/gerald/

Re: programs/winedbg/elf.c breaks non-Linux platforms

2004-02-03 Thread Gerald Pfeifer
On Tue, 3 Feb 2004, Eric Pouech wrote: >> elf.c: In function `DEBUG_ProcessElfFile': >> elf.c:344: error: `DT_NUM' undeclared (first use in this function) >> elf.c:344: error: (Each undeclared identifier is reported only once >> elf.c:344: error: for each function it appears in.) >> elf.c

Re: programs/winedbg/elf.c breaks non-Linux platforms

2004-02-03 Thread Robert Lunnon
On Wednesday 04 February 2004 06:26, Eric Pouech wrote: > > elf.c: In function `DEBUG_ProcessElfFile': > > elf.c:344: error: `DT_NUM' undeclared (first use in this function) > > elf.c:344: error: (Each undeclared identifier is reported only once > > elf.c:344: error: for each function it ap

Re: programs/winedbg/elf.c breaks non-Linux platforms

2004-02-03 Thread Eric Pouech
elf.c: In function `DEBUG_ProcessElfFile': elf.c:344: error: `DT_NUM' undeclared (first use in this function) elf.c:344: error: (Each undeclared identifier is reported only once elf.c:344: error: for each function it appears in.) elf.c:344: error: `DT_PROCNUM' undeclared (first use in thi

programs/winedbg/elf.c breaks non-Linux platforms

2004-02-03 Thread Gerald Pfeifer
Hi, I'm afraid the following patch which added programs/winedbg/elf.c date: 2004/02/03 00:14:12; author: julliard; state: Exp; Eric Pouech <[EMAIL PROTECTED]> - now detecting Dwarf debug information in ELF modules (but don't load it) - separated module management (pe.c, elf.c) from