Re: tutorial for netbeans and code-blocks

2008-10-21 Thread José Alburquerque

On Tue, 2008-10-21 at 15:57:18 +0200 Martin (OPENGeoMap) wrote:

Murray Cumming escribió:

On Tue, 2008-10-21 at 18:47 +0200, Martin (OpenGeoMap) wrote:
 

Germán Diago escribió:
   

I read the netbeans tutorial and made a script to get the cflags from
gtkmm with the intention to
fill in the code assistance directories. It seems that with that
format does not work. I don't know if
I'm doing anything wrong. Could anyone tell me if there is a simpler
way than doing  every thing by
hand? Thanks in advance.




take care of the last space.

path;path2

after path2 we need have nothing.
regards.



I'm sorry, but I didn't understand any part of these last two emails.
Maybe you meant to attach some script that we should look at.

  

Yes.

Netbeans to codecompletion need you add the header files by hand. We 
have in netbeans a button to add header... This task every time to 
every header...

But we can add that headers like this:
C:/GTK/include/gtkmm-2.4;C:/GTK/lib/gtkmm-2.4/include;C:/GTK/include/glibmm-2.4;C:/GTK/lib/glibmm-2.4/include 


path;path;path;...


Also, if you already have a project with a configure script (or a 
Makefile), a lot of this is done for you automatically in the import 
process (Using the C/C++ Project from Existing Code option when 
creating a New Project).


--
José Alburquerque

___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: tutorial for netbeans and code-blocks

2008-10-20 Thread Murray Cumming
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.

-- 
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: tutorial for netbeans and code-blocks

2008-10-20 Thread Martin (OpenGeoMap)

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  


Regards.


___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: tutorial for netbeans and code-blocks

2008-10-20 Thread Armin Burgmeier
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.

Armin

___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: tutorial for netbeans and code-blocks

2008-10-20 Thread Martin (OPENGeoMap)

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?. 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


In my case:
PKG_CONFIG_PATH=c:\gtk\lib\pkgconfig



Armin



  


___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: tutorial for netbeans and code-blocks

2008-10-20 Thread Armin Burgmeier
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

___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: tutorial for netbeans and code-blocks

2008-10-20 Thread Martin (OPENGeoMap)




  
. 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.

  

oh. thank you. I will change the wiki info this night.
Regards.


Armin



  


___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: tutorial for netbeans and code-blocks

2008-10-19 Thread Sebastian Rose

WOW! Awesome!


Martin (OPENGeoMap) wrote:

Hi:

I hace added a little tutorial for GTKMM, netbeans and code-blocks with 
many pics ;-) ;-) .

http://wiki.netbeans.org/GTKMMApplicationInNetBeans

By now i only added instructions for windows but in linux is more easy 
and almost the same.


I have added a link here also:
http://live.gnome.org/gtkmm



Pd: Critics are welcome because my spanglish really sucks :-[ .

Regards.


___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list



___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list