Re: Error: Gtk+ cross compiled

2005-09-28 Thread albrecht ellinger
Am Montag, den 12.09.2005, 16:40 +0200 schrieb albrecht ellinger: Hello, I successfully compiled the gtk+ libraries and dependencies for mips. __ Error: # ./simple (simple:926): Gtk-WARNING **: cannot open display: It ist OK, I did not start the X-Server... but even with nano-X

Error: Gtk+ cross compiled

2005-09-12 Thread albrecht ellinger
Hello, I successfully compiled the gtk+ libraries and dependencies for mips. __ configure: $ CC=/opt/emlix/netdcu6/bin/mipsel-linux-gcc -g -fPIC ./configure --prefix=/home/albrecht.ellinger/gtkTest --cache-file=mipsel.cache --host=mipsel-linux --build=i686-pc-linux-gnu

AW: Error: cross compile libtiff

2005-09-09 Thread Albrecht Ellinger
Please try libtiff-3.7.3, it would be better slightly. I could compile aslike: $ env CC=arm-cats-linuxelf-gcc \ ./configure \ --host=i386-pc-linux-gnu \ --target=arm-cats-linuxelf \ --disable-cxx $ make Regards,

Error: cross compile libtiff

2005-09-07 Thread albrecht ellinger
Hello, I still try to cross compile GTK+. GTK+ needs tiff, png and jpeg support. I have a problem with libtiff. I am configuring with these options: config.log... ... Running ./configure with arguments: --prefix=/home/albrecht.ellinger/gtkTest

AW: Error Occured during cross compiling atk and pango..

2005-09-02 Thread Albrecht Ellinger
Hello, I would suggest to make a symlink in the lib directory of your cross-toolchain to gobject.so (and perhaps to the other shared libs also) . Then this shared library from glib has to be found. I had the same error building my shared libraries for mipsel-linux either. And that

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-18 Thread Albrecht Ellinger
Hello , I have a similar bargain, cross-compiling gtk+ for mips and using framebuffer. It still does not work , though. Betreff: Compiling pkgconfig with arm-linux-gcc Hi All, a)I tried to cofigure pkconfig with arm-linux-gcc but it is giving some problem. Can

DirectFB and Gtk+

2005-08-18 Thread Albrecht Ellinger
Hello, Do I need to install DirectFB to my embedded device when I want to avoid installing X11? Please send the answer back to this newsgroup, because I do not have email available all the time. Thanke you, Albrecht Ellinger

mips gtk+ minimo

2005-08-16 Thread Albrecht Ellinger
to build Xfree86? Please consider, that I would like to build for linux-fb, as framebuffer support is already on the target system. I do not understand, how I tell Xfree86 to use framebuffer and not X. I appreciate any hint. Thank You Albrecht Ellinger

AW: fontconfig: make does not find libraries expat and freetype

2005-08-09 Thread Albrecht Ellinger
used. Bye Albrecht Ellinger -Ursprüngliche Nachricht- Von: Albrecht Ellinger [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. August 2005 14:18 An: gtk-list@gnome.org Cc: [EMAIL PROTECTED] Betreff: fontconfig: make does not find libraries expat and freetype Hello, I am cross

fontconfig: make does not find libraries expat and freetype

2005-08-04 Thread Albrecht Ellinger
is missing for the linker to find these libraries? Thank you Albrecht Ellinger ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

crosscompile Gtk+ Glib atk pango for MIPS

2005-06-22 Thread Albrecht Ellinger
Hello! I tried to mipsel-linux-gcc glib but with a _SSIZE_MAX define error in the file giounix.c . What do I have to do to avoid this error? I tried to #include some .h files but with no luck. I think there is something POSIX specific missing on my system. Thank you for