Regarding newer version of GTK php software

2009-11-08 Thread bhagyashri
Dear Sir / Madam,

 

I have used your GTK+ version for desktop application of PHP. Here you are
using PHP version 5.1.4.Is there any provision to do serial communication in
GTK+ with PHP 5.1.4?

 

I have dll file for serial communication but it is working on PHP 5.2.0 or
higher.

So please help me in this matter.

--

Bhagyashri Ajagare

 

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Regarding newer version of GTK php software

2009-11-08 Thread Michael Torrie
bhagyashri wrote:
 I have used your GTK+ version for desktop application of PHP. Here you are
 using PHP version 5.1.4.Is there any provision to do serial communication in
 GTK+ with PHP 5.1.4?
 
 I have dll file for serial communication but it is working on PHP 5.2.0 or
 higher.
 
 So please help me in this matter.

This question does not have much to do with GTK itself, so you won't
find any answers on this list.  You'll have to ask this question of the
PHP folks on one of the PHP lists.  But if you do find information on
PHP and serial communications maybe the PHP-GTK community can help you
integrate them.

My guess, though, is that you're unlikely to find anything useful
anywhere.

PHP is simply the wrong language for this kind of stuff.  PHP is
intended for generating HTML web pages and as such has no intrinsic
low-level stuff, except what is hacked in crudely through extensions,
such as your DLL.

Python or Perl would be much more appropriate choices for a GTK
application that needs serial port access.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


gtk-directfb crash

2009-11-08 Thread Moutusi De

Hi All,
I have built gtk with target directfb.
I have installed following pacakages:
1.gtk+-2.12.9
2.atk-1.13.2
3.cairo-1.6.4
4.glib-2.22.2
5.pango-1.20.2
6.pixman-0.12.0
7.DirectFB-1.2.0

I have built webkit-1.1.1 based on this gtk-directfb.Then I have bulit 
one browser called Midori  that is based on webkit.

When I am running midori , it is crashing in some of gtk call.

Could any one please let  me know how to solve this issue?

Below is back trace for this crash

(gdb) bt
#0  0x00110416 in __kernel_vsyscall ()
#1  0x076c2660 in raise () from /lib/libc.so.6
#2  0x076c4028 in abort () from /lib/libc.so.6
#3  0x0060c093 in signal_handler () from 
/usr/gtkdirectfb//lib/libdirect-1.2.so.0

#4  signal handler called
#5  0x00379f33 in IA__gdk_screen_get_system_colormap (screen=0x9416010) 
at gdkcolor-directfb.c:240
#6  0x0037c48b in IA__gdk_display_open (display_name=0x0) at 
gdkdisplay-directfb.c:193

#7  0x0035a4f5 in IA__gdk_display_open_default_libgtk_only () at gdk.c:288
#8  0x00769788 in post_parse_hook (context=0x93fc228, group=0x93fc040, 
data=0x0, error=0xbfe5e44c) at gtkmain.c:725
#9  0x002659c3 in IA__g_option_context_parse (context=0x93fc228, 
argc=0xbfe5e490, argv=0xbfe5e494, error=0xbfe5e44c)

   at goption.c:1947
#10 0x00769599 in IA__gtk_init_with_args (argc=0xbfe5e490, 
argv=0xbfe5e494, parameter_string=0x80a9f6f [Addresses],
   entries=0xbfe5e388, translation_domain=0x80a9f44 midori, 
error=0xbfe5e44c) at gtkmain.c:830

#11 0x0805d97b in main (argc=1, argv=0xbfe5e514) at ../midori/main.c:1662



___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list