Re: tutorial for netbeans and code-blocks
- From: Armin Burgmeier <armin arbur net>
- To: "Martin (OPENGeoMap)" <martin opengeomap org>
- Cc: Murray Cumming <murrayc murrayc com>, gtkmm-list gnome org
- Subject: Re: tutorial for netbeans and code-blocks
- Date: Mon, 20 Oct 2008 21:45:28 +0200
On Mon, 2008-10-20 at 17:40 +0200, Martin (OPENGeoMap) wrote:
> Armin Burgmeier escribió:
> > On Mon, 2008-10-20 at 11:29 +0200, Martin (OpenGeoMap) wrote:
> >
> >> Murray Cumming escribió:
> >>
> >>> On Sun, 2008-10-19 at 21:50 +0200, Martin (OPENGeoMap) wrote:
> >>>
> >>>
> >>>> Hi:
> >>>>
> >>>> I hace added a little tutorial for GTKMM, netbeans and code-blocks with
> >>>> many pics ;-) ;-) .
> >>>> http://wiki.netbeans.org/GTKMMApplicationInNetBeans
> >>>>
> >>>>
> >>> Thanks, that very clear.
> >>>
> >>> But people should not need to install the GTK+ installer. The gtkmm
> >>> installer contains all the dependencies.
> >>>
> >>>
> >> Ok. thanks murray. But the gtkmm installer what enviroment variables
> >> configure in Windows??
> >> c:\gtk\bin\ ????
> >> PKG_CONFIG_PATH ????
> >>
> >
> > I don't understand what the question is here. The gtkmm installer
> > includes pkg-config.exe so that it finds all the GTK and gtkmm libraries
> > without having to set PKG_CONFIG_PATH explicitely.
> >
> humm. Open the console in windows. can you call the pkg-config
> directly?
Yes, as long as the installer added the bin/ subdirectory to the PATH
environment variable (which it does by default, although this might
change in future).
> . this utility need the path of the pkg-config files. I can not
> exec that utility without register that path of the files. I don´t know
> but perhaps it´s the GTK version i was using.
> http://gladewin32.sourceforge.net/
>
> When i exec the pkg-config tell me that i need configure the
> PKG_CONFIG_PATH
You shouldn't need to do this if you are using the gtkmm development
Windows installer. If you need to, then it's a bug. But it works for me.
pkg-config on Windows has some magic built in, so that it automatically
looks in the ../lib/pkgconfig (relative to the path to pkg-config.exe)
directory when searching for .pc files. And this is where the gtkmm
installer installs them.
Armin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]