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: gtkmm on Windows: Last steps

2008-10-21 Thread Armin Burgmeier
On Mon, 2008-10-20 at 12:02 +0200, Murray Cumming wrote:
 On Sun, 2008-10-19 at 19:49 +0200, Armin Burgmeier wrote:
  On Sun, 2008-10-19 at 16:36 +0200, Armin Burgmeier wrote:
4.
Would someone like to update this section in the gtkmm book (in the
gtkmm-documentation module in svn), and just refer to the live.gnome.org
page where appropriate, instead of repeating:
http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/sec-windows-installation.html
Otherwise we'll have to remove it.
   
   I'll have a look.
  
  I removed the Dev-C++ instructions since they were outdated, and the
  MinGW compiler shipped with Dev-C++ is 3.4.2, which we found to be
  incompatible to 3.4.5 with which the binaries are built. Since there
  were no news in Dev-C++ since 2005 it seems unlikely that this will
  change in future. Instead, I added links to the live.gnome.org pages.
  
  What about
  http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/chapter-msvc.html? I 
  updated two or three paragraphs, but it still seems good and valid 
  otherwise, although some of the content is already covered on the wiki 
  page. 
 
 Looking at what's left, I guess it should just be moved to a wiki page,
 please. And that should mention MS Visual Studio 2008 as well as 2005.

Done. I moved the instructions to
http://live.gnome.org/gtkmm/MSWindows/UsingMSVC.

 And the link here should point to your generic gtkmm Windows page on the
 wiki:
 http://gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/sec-packages-windows.html

Fixed as well.

Armin

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