Re: [maemo-developers] Java jamvm

2005-12-26 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Clemens Eisserer wrote:
 Hello,
 
 If you search the list a bit, I reported this problem some time ago
 but sadly was not able to fix it or to figure out whose fault this
 problem is.
 
 The java-gtk peers create a pixmap with 24-bit depth (as suggested by
 gdkrgb) and a pixmap with this depth can be created but asking for a
 colomap fails.
 I already asked at the gtk-users and gtk-devel lists as well as on
 meamo-developers but no one thinks that this bug is his fault.

xfwm suffers from this bug as well, so I'm inclined to lart the gtk
people, but they are probably too busy breaking ABI/API right now :(

regards,

Koen


 
 The GTK-devs say that there should be a colormap available if GDKRGB
 returns this bit-depth as preferred value, Maemo-devs say that there
 is simply no colormap assigned (and how could I assign one?).
 
 There were other problems as well (no expose-events were sent to the
 windows if overwritten by hildon-menus) so I gave up trying to fix
 that. I also did not receive any useful help from the Nokia nore the
 GTK devs.
 
 I am not a really good coder, so I hope you get it done, good luck!
 
 lg Clemens
 
 2005/12/22, Andreas Langhoff [EMAIL PROTECTED]:
 
Hello to all,


I am interested in running a Java J2SE trading platform on the 770.


Jamvm as a virtual machine is installed, but at launch I get the following
fatal errors:

jamvm[1153]: GLIB CRITICAL ** Gdk - gdk_colormap_alloc_colors: assertion
`GDK_IS_COLORMAP (colormap)' failed
java.lang.InternalError: Gdk: gdk_colormap_alloc_colors: assertion
`GDK_IS_COLORMAP (colormap)' failed
   at gnu.java.awt.peer.gtk.GdkGraphics.setFGColor (Native Method)
   at gnu.java.awt.peer.gtk.GdkGraphics.setColor (GdkGraphics.java:372)
   at javax.swing.JComponent.getComponentGraphics (JComponent.java:890)


Will there be a fix in the future?


Best regards


Andreas Langhoff

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://maemo.org/mailman/listinfo/maemo-developers
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDsEV5MkyGM64RGpERAojBAKC0nPDX8cM3asaj+ZwI3rpDk4glgwCfU92J
QlP6Fe819HLJx6AfNVKlJo4=
=LLOQ
-END PGP SIGNATURE-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Re: gtkmm for Maemo

2005-12-26 Thread Vladislav Grinchenko
Murray,

On Wed, 2005-12-14 at 03:25, Murray Cumming wrote:
  On Mon, 2005-12-05 at 03:28, Murray Cumming wrote:
   Hi,
  
   has anyone attempted to build gtkmm in scratchbox for maemo?
 
  Yes, I did this so I could create the hildon-fmmm and hildon-widgetsmm
  projects. I built them from cvs, in a separate prefix. I had to
  installer
  newer automake and autoconf versions in the prefix too, but that should
  not be necessary when building from tarballs.
 
 
  The versions of my scratchbox' autotools are (default):
 
  automake (GNU automake) 1.8.5
  Autoconf version 2.13
  ltmain.sh (GNU libtool) 1.5.6
 
  and the versions of libraries I used are:
 
  glibmm-2.6.1.tar.bz2
  gtkmm-2.6.5.tar.bz2
 
  Should I try upgrading autconf to 2.59?
 
 Yes, that's worth trying. I am surprised that you could build gtkmm
 without it.
 

I finally got around building both hildon-fmmm and hildon-widgetsmm for 
SDK_ARM target.The trick was to set
sbox env vars:

export SBOX_DEFAULT_AUTOCONF=2.59
export SBOX_DEFAULT_AUTOMAKE=1.8
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

and from there straight ./configure  make  make install works.
I haven't tried --ignore-depricated, but next weekend will.

I also installed doxygen and attempted to generate documentation to no
avail (got some errors). 

There is a typo in hildon-widgetsmm.pc with 'hildon-widgets' being
listed as a dependency rather then 'hildon-libs'.

-Vlad

 
 Murray Cumming
 [EMAIL PROTECTED]
 www.murrayc.com
 www.openismus.com
 
 ___
 gtkmm-list mailing list
 gtkmm-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtkmm-list
-- 
_
Vladislav Grinchenko   http://home.comcast.net/~3rdshift/
 e-mail: [EMAIL PROTECTED]
   
  Focus on quality, and productivity will follow.
_

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers