GTK-2.0 static linked application need minimal dependencies

2002-11-25 Thread Gansser, Martin
I tried to build a application (abiword) with gtk2. I figured out that there is a minimal requirement on gtk2: this files must be existing: # ls -lR /opt/gtk2 /opt/gtk2: insgesamt 0 drwxrwxrwx4 root sys96 11-22 11:17 etc /opt/gtk2/etc: insgesamt 0 drwxrwxrwx2 root

Re: GTK-2.0 static linked application need minimal dependencies

2002-11-25 Thread Arnaud Charlet
means this, that I should configure gtk2 with the flag '--sysconfdir' in pango and in gtk2? to place the config files f. e. in /abiword/etc to distribute it with the final executable?. Not necessarily. You can also set environment variables. What we do for GPS is to use a wrapper (shell

GTK+-2.0.9 does not find pango 1.0.5? (2nd)

2002-11-25 Thread jpiszcz
I've built GTK+2.0.x since the first stable 2.0.x with no problems. [war@war war]$ ls -ld /app/{atk*,glib*,gtk*,pango*} drwxr-xr-x5 war war 4.0k Nov 5 08:55 /app/atk-1.0.3/ drwxr-xr-x7 war war 4.0k Nov 5 07:57 /app/glib-2.0.7/ drwxr-xr-x8 war war

Re: GTK+-2.0.9 does not find pango 1.0.5? (2nd)

2002-11-25 Thread jpiszcz
GTK+-2.0.9 has a problem with freetype 2.1.2. Hadn't had an issue with building GTK until I upgraded to freetype 2.1.3. Perhaps GTK+-2.1.0 will support freetype 2.1.3? configure:16602: checking Pango flags configure:16608: result: -I/app/pango-1.0.5/include/pango-1.0

Re: gtkfb and debian-installer

2002-11-25 Thread Sven Neumann
Hi, Michael Cardenas [EMAIL PROTECTED] writes: what about using gtk+-directfb ? Does gtk+-directfb support as many graphics cards as gtkfb does/did? yes, it only needs a working frame buffer device just like linux-fb. Well, actually it even works w/o a frame buffer device thru SDL. This is

hate to bother again, gtk2 is causing errors that gtk1 didn't

2002-11-25 Thread Brandon McCombs
Hello, I'm still working on my lottery program. GTK2 doesn't seem to like something that GTK1 had no problem with. This code only works in GTK1.2.8 and is causing the errors below, along with a segfault. for (i=0; i3; i++) { pick3comp[i] = rand()%10; tmp =

Re: gtkfb and debian-installer

2002-11-25 Thread Owen Taylor
Michael Cardenas [EMAIL PROTECTED] writes: Hello all. I am trying to make udebs of gtkfb for the debian-installer, because I have written a gtk frontend for d-i, which will require gtk, and the debian-installer team thinks that gtkfb will be the best solution. I have been following