Skip to content
bonanza edited this page Jun 14, 2011 · 67 revisions

This page presents the current gtk-fortran status.

#Wrapper statistics ##GTK+ 2.24.4 April 26, 2011

  • nb_files scanned = 538
  • nb_generated_interfaces = 8803
  • nb_type_errors = 197
  • nb_errors (others) = 315
  • nb_lines treated = 23781
  • nb_variadic functions = 85

See also the list of Tested functions

##GTK+ 3.0.8 April 26, 2011

  • nb_files scanned = 545
  • nb_generated_interfaces = 8466
  • nb_type_errors = 187
  • nb_errors (others) = 261
  • nb_lines treated = 21913
  • nb_variadic functions = 86

#Tests under various systems All examples available at the indicated date have been tested using CMake or the test.sh or test.bat scripts.

##Windows 7 - 32 bits gfortran 4.6.0 20110209, GTK+ 2.24.0, Glib 2.28.1

  • julia_pixbuf.f90: g_usleep is not available under windows ? Use SLEEP(1) instead (gfortran extension). But strings libglib-2.0-0.dll|grep -C 5 sleep find g_usleep...

April 28, 2011. vmagnin

##Windows XP - 32 bits GNU Fortran (GCC) 4.7.0 20110419, GTK+ 2.24.0, Glib 2.28.1

  • julia_pixbuf.f90: g_usleep is not available under windows ? Use SLEEP(1) instead (gfortran extension).
  • cairo-tests.f90: is crashing (without message) before drawing the Mandelbrot set.

April 29, 2011. vmagnin.

##Linux Ubuntu 11.04 - 32 bits GNU Fortran (GCC) 4.6.0 20110107

  • GTK+ 2.24.4: no problem.
  • GTK+ 3.0.8: 'menu_proxy_module_load' messages for some programs. But this message is known to disappear in GNOME 3.0 (GTK+ 3 is not fully integrated in Ubuntu 11.04 desktop). See also Gtk3.

April 29, 2011. vmagnin

##Linux Ubuntu 11.04 - 64 bits GCC 4.6.0 20110318

  • GTK+ 3.0.8: 'menu_proxy_module_load' messages for: menu.f90, julia_pixbuf.f90, hl_menu.f90, hl_combo.f90, hl_choosers.f90 and bazaar.f90, which disappear after installation of appmenu-gtk3 0.3.0

June 14, 2011. bonanza

##Linux Fedora 15 - 32 bits GNU Fortran (GCC) 4.6.0 20110428 (Red Hat 4.6.0-6)

  • GNOME 3.0, GTK+ 3.0.9: no problem. CMake is perfectly working.

June 5, 2011. vmagnin

##Mac OS X 10.6.7 (Darwin 10.7.0 on x86_64) on a MacBook Pro with a Core2Duo gtk 2.24.4 quartz version as well as gfortran 4.6 using macports.

April 18, 2011. Paul F.

##Linux Pardus 2011 - 32 bits.

  • gtk 2.22.1: GTK_STOCK_QUESTION icon is incorrectly displayed (probable Gtk/KDE conflict). (Also seen in Kubuntu 11.04 64 bits with 2.24)
  • gtk_combo_box_text* routines in julia_pixbuf.f90 are not found (need gtk+ >= 2.24)

May 11, 2011. James T

##Linux Debian (Sid) - PowerPc 32 Bits

  • Gtk 2.24.4: No problems
  • Gtk 3.0.8: No problems

May 8, 2011. James T

Clone this wiki locally