This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 0/1] Build GDB as a C++ program by default


On 04/20/2016 08:56 PM, Pedro Alves wrote:
> On 04/19/2016 04:20 PM, Walfred Tedeschi wrote:
>> Am 4/19/2016 um 4:39 PM schrieb Pedro Alves:
>>> On 04/19/2016 03:36 PM, Walfred Tedeschi wrote:

>>>>
>>>> Do you have some data about building GDB on OsX with
>>>> --enable-build-with-cxx?

> 
> I managed to build a linux x darwin cross compiler here, using the
> osxcross tool.
> 

...

> 
> So, compiling with:
> 
> $ make -k WERROR_CFLAGS="-Wno-deprecated-declarations" 2>diagnostics.txt 1>/dev/null
> 
> I see just a few warnings / errors, and they all look easily fixable:
> 
...

> 
> I'll send patches later.
> 

All fixed now.  Turned out all but one trigger in C-mode as well, and, 
the one that triggers in C++-mode only, was actually a GDB bug.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]