Re: g++
- From: Havoc Pennington <hp redhat com>
- To: xdufresne gmx fr
- Cc: gtk-app-devel-list gnome org
- Subject: Re: g++
- Date: 07 Jun 2001 14:14:48 -0400
xdufresne gmx fr writes:
I'm writing an app using gtk. I have to compile it with g++ because I also
use a C++ library, but gtk doesn't like it. A lot of compilation error appear
such as 'cannot convert void* to Gtk...'. All error are cast error.
Is there a special flag for g++ to avoid these problems ?
You don't need to build GTK with a C++ compiler in order to use C++.
GTK itself will not build with a C++ compiler.
However you should have no problem compiling your application with
g++, while using the GTK library.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]