Re: some compile errors fo gdb-7.0.1

2010-03-02 Thread Joel Brobecker
> one more small patch for AIX in config/mh-ppc-aix in case $CC includes > spaces. for some reason in older gdb version we needed CC='gcc > -isystem /usr/include' shows that quoting problem. will test if this > still is needed (read: what's the real problem and a better fix, iff > still needed at

Re: some compile errors fo gdb-7.0.1

2010-02-24 Thread Harald Koenig
On Feb 23, Harald Koenig wrote: > right now I'm trying to build gdb on AIX 6.1 which right now fails here > > "gdb-CVS-20100222/gdb/aix-thread.c", line 352.46: 1506-280 (W) Function > argument assignment between types "int*" and "unsigned int*" is not allowed. > > where the source reads l

Re: some compile errors fo gdb-7.0.1

2010-02-23 Thread Harald Koenig
Hi, here is a problem report for break points on AIX 5.1 and 5.3. first AIX 5.3: if a program first runs in gdb without any break points and finished, then it's not possible to set break a break point for the next run (this is the same on AIX 5.1 too): # gdb a.out GNU gdb (GDB

Re: some compile errors fo gdb-7.0.1

2010-02-23 Thread Pedro Alves
On Tuesday 23 February 2010 15:22:33, Harald Koenig wrote: > Hi Pedro, > > On Feb 18, Pedro Alves wrote: > > > I encourage you to try building cvs head, or a recent > > snapshot with hp cc so catch other possible tweaks > > necessary, as gdb 7.1 is close to branching out. > > thanks for the hint

Re: some compile errors fo gdb-7.0.1

2010-02-23 Thread Harald Koenig
one more small patch for AIX in config/mh-ppc-aix in case $CC includes spaces. for some reason in older gdb version we needed CC='gcc -isystem /usr/include' shows that quoting problem. will test if this still is needed (read: what's the real problem and a better fix, iff still needed at alll).

Re: some compile errors fo gdb-7.0.1

2010-02-23 Thread Harald Koenig
Hi Pedro, On Feb 18, Pedro Alves wrote: > I encourage you to try building cvs head, or a recent > snapshot with hp cc so catch other possible tweaks > necessary, as gdb 7.1 is close to branching out. thanks for the hint! ok, so here are some more problems at least FYI, not sure if all of them

Re: some compile errors fo gdb-7.0.1

2010-02-18 Thread Pedro Alves
[moving from bug-gdb@gnu.org, patches go to gdb-patc...@] On Monday 15 February 2010 14:16:21, Harald Koenig wrote: > Hi, > > trying to compile gdb-7.0.1 on HP-UX, the hp cc complains about some problems > in > mi-main.c and breakpoint.c symfile.c > >cc: "/soft/os/gdb/gdb-7.0.1/gdb-7.0.

some compile errors fo gdb-7.0.1

2010-02-15 Thread Harald Koenig
Hi, trying to compile gdb-7.0.1 on HP-UX, the hp cc complains about some problems in mi-main.c and breakpoint.c symfile.c cc: "/soft/os/gdb/gdb-7.0.1/gdb-7.0.1/gdb/mi/mi-main.c", line 176: error 1610: Attempting to return value from function of type void. cc: "/soft/os/gdb/gdb-7.0.