Re: [gtk-osx-users] cannot build core libraries

2019-03-06 Thread John Ralls
ild.. > > reason: > Mac OS X 10.14 has stopped placing the include libraries in their usual > location, /usr/include, keeping them only inside the XCode directory. > > https://silvae86.github.io/sysadmin/mac/osx/mojave/beta/libxml2/2018/07/05/fixing-missing-headers-for-homebrew-

Re: [gtk-osx-users] cannot build core libraries

2019-03-05 Thread v...@myridia.com
module i could go on go on with jhbuild build.. reason: Mac OS X 10.14 has stopped placing the include libraries in their usual location, /usr/include, keeping them only inside the XCode directory. https://silvae86.github.io/sysadmin/mac/osx/mojave/beta/libxml2/2018/07/05/fixing-missing-headers

Re: [gtk-osx-users] cannot build core libraries

2019-03-05 Thread v...@myridia.com
', > 'LIPO_32BIT_FLAGS': '', > 'LLVM_PROF_ERR': 'no', > 'LLVM_PROF_FILE': 'LLVM_PROFILE_FILE="code-%p.profclangr"', > > > The issue being that -stack_size is only for executables, not for shared > libraries. > > Regards, > John Ralls > > > >> On Mar 5,

Re: [gtk-osx-users] cannot build core libraries

2019-03-05 Thread John Ralls
What was the actual error? Regards, John Ralls > On Mar 5, 2019, at 8:34 AM, v...@myridia.com wrote: > > thanks i could go on. > > but now i hang with the jhbuild libxml2 > something seems missing: > > clang: error: linker command failed with exit code 1 (use -v to see > invocation) >

Re: [gtk-osx-users] cannot build core libraries

2019-03-05 Thread v...@myridia.com
thanks i could go on. but now i hang with the jhbuild libxml2 something seems missing: clang: error: linker command failed with exit code 1 (use -v to see invocation) make[4]: *** [Makefile:597: libxml2mod.la] Error 1 make[4]: Leaving directory '/Users/veto/gtk/source/libxml2-2.9.8/python'

[gtk-osx-users] cannot build core libraries

2019-02-20 Thread v...@myridia.com
hi, im right now with my second clean mojave installation, and i follow the instruction on this site: https://wiki.gnome.org/action/show/Projects/GTK/OSX/Building?action=show=Projects%2FGTK%2B%2FOSX%2FBuilding i could again build all except: meta-gtk-osx-core and meta-gtk-osx-gtk3 on

Re: Number of dynamically linked libraries (Was: Re: Gtk+4.0)

2016-06-23 Thread Simon McVittie
On 23/06/16 11:22, Sébastien Wilmet wrote: > On Wed, Jun 22, 2016 at 05:19:19PM +0100, Simon McVittie wrote: >> If there is a compelling advantage to splitting up libraries, of course, >> by all means do so. > > I have an example: gspell: > https://wiki.gnome.org/Projects/

Re: Number of dynamically linked libraries (Was: Re: Gtk+4.0)

2016-06-23 Thread Sébastien Wilmet
On Wed, Jun 22, 2016 at 05:19:19PM +0100, Simon McVittie wrote: > If there is a compelling advantage to splitting up libraries, of course, > by all means do so. I have an example: gspell: https://wiki.gnome.org/Projects/gspell The non-GUI parts could be implemented in GIO, with an ext

Re: Number of dynamically linked libraries (Was: Re: Gtk+4.0)

2016-06-23 Thread Sébastien Wilmet
On Wed, Jun 22, 2016 at 08:47:02PM +0200, Bastien Nocera wrote: > Link it against gtk-3.0-wayland instead of both the x11 and wayland > versions, and try again? My nautilus links against 25 X libraries, both > the old-school versions and the xcb async versions. And to wayland libs

Re: Number of dynamically linked libraries (Was: Re: Gtk+4.0)

2016-06-23 Thread Sébastien Wilmet
On Wed, Jun 22, 2016 at 05:19:19PM +0100, Simon McVittie wrote: > On 22/06/16 13:14, Sébastien Wilmet wrote: > > Time for another Project Ridley? > > Maybe; or maybe the benefit of those 30 extra libraries outweighs their > cost (CPUs are faster now than in the GNOME 2 days

Re: Number of dynamically linked libraries (Was: Re: Gtk+4.0)

2016-06-22 Thread Bastien Nocera
On Wed, 2016-06-22 at 14:14 +0200, Sébastien Wilmet wrote: > On Tue, Jun 21, 2016 at 05:07:46PM +0100, Simon McVittie wrote: > > > 2. Add experimental features through external libraries (libsexy > > > and so > > > on?) > > > > > and linking a la

Re: Number of dynamically linked libraries (Was: Re: Gtk+4.0)

2016-06-22 Thread Simon McVittie
On 22/06/16 13:14, Sébastien Wilmet wrote: > Time for another Project Ridley? Maybe; or maybe the benefit of those 30 extra libraries outweighs their cost (CPUs are faster now than in the GNOME 2 days after all), but we still shouldn't introduce more without good reas

Number of dynamically linked libraries (Was: Re: Gtk+4.0)

2016-06-22 Thread Sébastien Wilmet
On Tue, Jun 21, 2016 at 05:07:46PM +0100, Simon McVittie wrote: > > 2. Add experimental features through external libraries (libsexy and so > > on?) > and linking a large number of tiny libraries has a measurable startup > cost for applications. https://blogs.gnome.org/alexl/

GObjectIntrospection: Makefile.introspection missing dependencies definition for libraries and programs?

2012-09-04 Thread Yang Zhao
for convenience, below: # Only dependencies we know are actually filenames goes into _FILES, make # sure these are built before running the scanner. Libraries and programs # needs to be added manually. $(1): $$($(_gir_name)_FILES) @ $(MKDIR_P) $(dir $(1)) $(_gir_silent_scanner_prefix

Re: GObjectIntrospection: Makefile.introspection missing dependencies definition for libraries and programs?

2012-09-04 Thread Colin Walters
On Thu, 2012-08-23 at 22:23 -0700, Yang Zhao wrote: My automake is rusty, but it seems to me Makefile.introspection does not take the value of *_gir_PROGRAMS or *_gir_LIBS into the dependency list, which appears to the root of the problem. I can see no other way to inject the proper file

Re: Build a static libraries for glib 2.24 on windows using mingw32

2011-05-26 Thread Carl Perfect
Thanks for your answer ! On Thu, May 26, 2011 at 2:44 AM, Lothar Scholz llot...@web.de wrote: Hello Carl, I don't know to but you have to compile without DLL_EXPORT for sure. Indeed :) And this can be done by precising special options when launching configure. (I found out recently) The

Build a static libraries for glib 2.24 on windows using mingw32

2011-05-25 Thread Carl Perfect
Hello, I'm trying to compile glib 2.24 as a big static library, with one .a file for each module (gobject, gmodule, gthreads, etc...). So I built all the dependencies and with the help of mingw (I don't have VS on my Windows XP box), start to build the whole glib thing. It went well, but what I

Re: Build a static libraries for glib 2.24 on windows using mingw32

2011-05-25 Thread Lothar Scholz
Title: Re: Build a static libraries for glib 2.24 on windows using mingw32 Hello Carl, Thursday, May 26, 2011, 4:56:14 AM, you wrote: Hello, And in the build I keep seeing -DDLL_EXPORT everywhere. This means that a macro is expanded into a declspec(dllexport) statement telling

Re: [gobject-introspection] Multiple libraries in the 'shared-library' parameter

2010-12-15 Thread Colin Walters
On Wed, Dec 8, 2010 at 7:20 PM, Alan alan.mcgov...@gmail.com wrote: Hey, I'm just looking at generating bindings for .NET and I've hit an issue. For the .NET bindings you need to supply the native library name along with the function to invoke. I've noticed that the gir format likes to

[gobject-introspection] Multiple libraries in the 'shared-library' parameter

2010-12-08 Thread Alan
Hey, I'm just looking at generating bindings for .NET and I've hit an issue. For the .NET bindings you need to supply the native library name along with the function to invoke. I've noticed that the gir format likes to specify multiple library names in the shared-library parameter, for example in

gnome: deprecated libraries

2010-10-06 Thread Mario Kemper
Hi, there are several libraries that are marked as deprecated for Gnome 3.0: LibBonobo LibGnome LibGnomeUi LibGnomeCanvas LibArtLgpl LibGnomeVfs LibGnomePrint Esound Orbit LibGlade GConf My question is, what will happen with the existing bindings? How long will they stay usable. I using

Re: gnome: deprecated libraries

2010-10-06 Thread Torsten Schoenfeld
On 06.10.2010 16:34, Mario Kemper wrote: My question is, what will happen with the existing bindings? How long will they stay usable. I using GnomeCanvas and GnomeVfs in one of my programs. Do I need to switch as soon as possible? Well, the existing bindings won't just go away. And I'm also

Re: Lots of libraries ...

2010-06-03 Thread Hiroyuki Ikezoe
with the whole idea of having fewer libraries but at least would make it possible to have parallel graphical libraries not depend on (and page in) GTK+ itself. I've heard ideas about turning GdkPixbuf into an image loader for Cairo, rather than the current GdkPixbuf struct, which does

Lots of libraries ...

2010-06-02 Thread Michael Meeks
Hi there, On Thu, 2009-11-26 at 14:35 +0100, Alexander Larsson wrote: I think that we are now at a place where its used widely enough and is important enough that we need to be able to rely on the basic threading primitives in our libraries and plugins by default. It would be nice to be able

Re: Lots of libraries ...

2010-06-02 Thread Emmanuele Bassi
On Wed, 2010-06-02 at 12:28 +0100, Michael Meeks wrote: Could we -statically- link libgthread + libgmodule into libglib and libgdk + libgdk-pixbuf into libgtk libraries respectively[4] ugh. that would make Clutter depend on libgtk. bad, very bad. I'd rather have libgdk-pixbuf

Re: Lots of libraries ...

2010-06-02 Thread Bastien Nocera
On Wed, 2010-06-02 at 13:41 +0100, Emmanuele Bassi wrote: On Wed, 2010-06-02 at 12:28 +0100, Michael Meeks wrote: Could we -statically- link libgthread + libgmodule into libglib and libgdk + libgdk-pixbuf into libgtk libraries respectively[4] ugh. that would make Clutter depend

Re: Lots of libraries ...

2010-06-02 Thread Emmanuele Bassi
On Wed, 2010-06-02 at 13:47 +0100, Bastien Nocera wrote: I'd rather have libgdk-pixbuf be definitely split out from GTK+ (and fixed with the API breaking fury of an angry god of old while we're at it) instead - which would collide with the whole idea of having fewer libraries but at least

Re: Valgrind and GTK libraries

2010-01-04 Thread Bill C
, but GTK is well tested. In my case, suspected errors in linux library code have always been errors in my own code which surface as Gnu libraries are improved. I should add that my suggested problem has always been resolved within a few hours (even at weekends) , by competent polite experts

Re: Valgrind and GTK libraries

2010-01-04 Thread Dan Kegel
On Sat, Jan 2, 2010 at 4:20 AM, jcup...@gmail.com wrote: 2010/1/1 Erik de Castro Lopo mle+...@mega-nerd.com:  - How does one go about teasing out the difference between my memory   leaks and GTK stuff I have no control over? I usually run my app twice: once with just startup/shutdown and

Re: Valgrind and GTK libraries

2010-01-04 Thread Erik de Castro Lopo
errors in my own code which surface as Gnu libraries are improved. I am a library author myself and my goal in library design has always been to make the library difficult to mis-use. Above all I did this to reduce the amount of work I would have to do supporting my libraries. Admittedly my

Re: Valgrind and GTK libraries

2010-01-04 Thread Dan Kegel
Erik de Castro Lopo mle+...@mega-nerd.com wrote:  ==12528== 27,300 bytes in 175 blocks are still reachable in loss record 11,194 of 11,196  ==12528==    at 0x4024C1C: malloc (vg_replace_malloc.c:195)  ==12528==    by 0x4B342E3: g_malloc (gmem.c:131)  ==12528==    by 0x4B4A418: g_slice_alloc

Re: Valgrind and GTK libraries

2010-01-04 Thread Erik de Castro Lopo
Dan Kegel wrote: Erik de Castro Lopo mle+...@mega-nerd.com wrote:  ==12528== 27,300 bytes in 175 blocks are still reachable in loss record 11,194 of 11,196  ==12528==    at 0x4024C1C: malloc (vg_replace_malloc.c:195)  ==12528==    by 0x4B342E3: g_malloc (gmem.c:131)  ==12528==    by

Re: Valgrind and GTK libraries

2010-01-04 Thread David Nečas
On Tue, Jan 05, 2010 at 09:39:48AM +1100, Erik de Castro Lopo wrote: ==12528== 27,300 bytes in 175 blocks are still reachable in loss record 11,194 of 11,196 ==12528==at 0x4024C1C: malloc (vg_replace_malloc.c:195) ==12528==by 0x4B342E3: g_malloc (gmem.c:131) ==12528==by

Re: Valgrind and GTK libraries

2010-01-04 Thread David Nečas
On Mon, Jan 04, 2010 at 02:56:44PM -0800, Dan Kegel wrote: Erik de Castro Lopo mle+...@mega-nerd.com wrote:  ==12528== 27,300 bytes in 175 blocks are still reachable in loss record 11,194 of 11,196  ==12528==    at 0x4024C1C: malloc (vg_replace_malloc.c:195)  ==12528==    by 0x4B342E3:

Re: Compiling gtk libraries and gcc

2009-09-19 Thread Marco Vittorini Orgeas
On Sat, September 19, 2009 1:06 am, Matthew Talbert wrote: On Fri, Sep 18, 2009 at 6:07 PM, Marco Vittorini Orgeas ma...@mavior.eu wrote: Marco Vittorini Orgeas marco at mavior.eu writes: I don't know how to explain...its gtk interface doesn't look the same as the others gtk programs that

Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
http://library.gnome.org/devel/gtk/unstable/gtk-building.html I am compiling all the code under /opt (/opt/gtk /opt/glib). When I try to compile the software which need those libraries I seem to be just not able to tell gcc that it needs to compile against libraries under /opt and not against

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
wish is to keep things well contained, so as suggested here http://library.gnome.org/devel/gtk/unstable/gtk-building.html I am compiling all the code under /opt (/opt/gtk /opt/glib). When I try to compile the software which need those libraries I seem to be just not able to tell gcc that it needs

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Javier Jardón
2009/9/18 Marco Vittorini Orgeas ma...@mavior.eu: I need to install in parallel to my system gtk old libraries a newer version of gtk libraries, because I need to compile against it a software: how can I proceed to let only that software using the newer libraries without messing all

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
On Fri, September 18, 2009 4:54 pm, Javier Jardón wrote: Hello Marco, I'm not a expert, so maybe there is a better ways to do this. I have this in my .bashrc: (I install the programs/libraries in ~/local) export PATH=~/local/bin:~/bin:${PATH} export PKG_CONFIG_PATH=~/local/lib/pkgconfig

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Marco Vittorini Orgeas marco at mavior.eu writes: Result: the software is running but its look and feel is all but not GTK...it seems like the x11 xterm,like if was not able to dinamically load the right libraries... On this, I got this message after installing gtk: Libraries have been

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Matthew Talbert
On Fri, Sep 18, 2009 at 6:07 PM, Marco Vittorini Orgeas ma...@mavior.eu wrote: Marco Vittorini Orgeas marco at mavior.eu writes: I don't know how to explain...its gtk interface doesn't look the same as the others gtk programs that links to the system gtk library...it seems like a bit more

Re: How can you ship with new libraries?

2009-08-03 Thread Daniel Elstner
be either. This is more a matter of accumulated experience and understanding the motivation behind fundamental design decisions. I want to ship an application with recent versions of pango and cairo, but it's important to me not to be dependent on platforms that include those libraries

Re: [Fwd: gstreamer mingw cross development libraries?]

2009-03-30 Thread Stefan Kost
John Stebbins schrieb: Oops, sent private message instead of to the list again. Redirecting to list. Tor, I wanted to thank you again for your help. I've successfully ported my app (handbrake video transcoder). There's only one missing feature, live preview, and for that I need working

Re: Fun with ExtUtils::MakeMaker and Windows import libraries

2009-01-18 Thread Torsten Schoenfeld
Ari Jolma wrote: 1. Patch lib/ExtUtils/Liblist/Kid.pm with the attached patch (the patch needs to be offered to guys maintaining ExtUtils::MakeMaker I guess) 2. When building Glib and Cairo, there are the extra steps before make install: using spicy jack's method: dlltool --input-def

Re: [Vala] gobject-introspection and gtkmmproc (Re: Auto mm(C++) binding for libraries written in Vala?)

2008-10-16 Thread Martin (OPENGeoMap)
. Yu On Tue, 2008-10-14 at 09:48 -0700, Michael Lawrence wrote: On Tue, Oct 14, 2008 at 9:04 AM, Yu Feng [EMAIL PROTECTED] wrote: Hi all, Will it be useful to make VALA capable of producing mm(C++) bindings for the libraries? Do you mean generating C

Re: gobject-introspection and gtkmmproc (Re: [Vala] Auto mm(C++) binding for libraries written in Vala?)

2008-10-15 Thread Murray Cumming
On Tue, 2008-10-14 at 14:31 -0400, Yu Feng wrote: Hi, there is a link at http://live.gnome.org/GObjectIntrospection/ saying that gtkmm 'can' use gobject-introspection. Is anyone working on this No. / when will it likely to be done? Not soon unless someone decides that they would enjoy

gobject-introspection and gtkmmproc (Re: [Vala] Auto mm(C++) binding for libraries written in Vala?)

2008-10-14 Thread Yu Feng
PROTECTED] wrote: Hi all, Will it be useful to make VALA capable of producing mm(C++) bindings for the libraries? Do you mean generating C++ bindings to libraries implemented in Vala (C)? I think there's a VAPI-GIR translator in the works. So perhaps

Re: Fun with ExtUtils::MakeMaker and Windows import libraries

2008-09-10 Thread Ari Jolma
Torsten Schoenfeld kirjoitti: Elegance shouldn't be the primary concern. If you have a patch that makes linking work on MinGW, just post it. Somehow this detection should be propagated to EU::LibList::Kid to look for import libraries liblibrary.dll.a -- or the Makefile.PL's may also alter

Re: [semi-OT] dependencies libraries

2008-09-07 Thread Stefan Kost
-depscan does not recognize conditional code :/ If someone has a great idea + patch, that would be awesome. Stefan Andrea Zagli schrieb: how can i do to know the exact libraries versions which my applications depends on? for example: if i develop with gtk 2.12 (but i can do the same reasoning

Re: Fun with ExtUtils::MakeMaker and Windows import libraries

2008-09-06 Thread Torsten Schoenfeld
should be propagated to EU::LibList::Kid to look for import libraries liblibrary.dll.a -- or the Makefile.PL's may also alter the liblist by adding .dll.a before calling set_libs(). I'd prefer a solution that doesn't involve changing every Makefile.PL. -Torsten

Re: [semi-OT] dependencies libraries

2008-09-01 Thread Gabriele Greco
On Sun, Aug 31, 2008 at 10:46 AM, Brian J. Tarricone [EMAIL PROTECTED]wrote: for example: if i develop with gtk 2.12 (but i can do the same reasoning with any other library) how can i do to know if i used (or not) new functions/classes introduced on that version? (of course without look

[semi-OT] dependencies libraries

2008-08-31 Thread Andrea Zagli
how can i do to know the exact libraries versions which my applications depends on? for example: if i develop with gtk 2.12 (but i can do the same reasoning with any other library) how can i do to know if i used (or not) new functions/classes introduced on that version? (of course

Re: [semi-OT] dependencies libraries

2008-08-31 Thread Brian J. Tarricone
On Sun, 31 Aug 2008 10:41:42 +0200 Andrea Zagli wrote: how can i do to know the exact libraries versions which my applications depends on? for example: if i develop with gtk 2.12 (but i can do the same reasoning with any other library) how can i do to know if i used (or not) new

Re: Fun with ExtUtils::MakeMaker and Windows import libraries

2008-08-27 Thread rahed
/post/274396/ActivePerl_5.8.7.815_released.html). Somehow this detection should be propagated to EU::LibList::Kid to look for import libraries liblibrary.dll.a -- or the Makefile.PL's may also alter the liblist by adding .dll.a before calling set_libs(). I also follow your approach on Windows

RE: Question regarding the dependency of GDK on other libraries

2008-08-20 Thread Kumar Siddharth
, 2008 4:46 AM To: gtk-app-devel-list@gnome.org Subject: Question regarding the dependency of GDK on other libraries Hi, My application uses GTK and GDK (Layer isolating GTK from the details of the windowing system). I am using Ubuntu 8.04. When I run pkg-config --libs gdk-x11-2.0 on it I get

Re: Question regarding the dependency of GDK on other libraries

2008-08-20 Thread Ruchi Lohani
. This affect the applications using gdk as the application fails to load these X libraries during run time. I am not very clear about the pkg-config fields. Should there be a unique .pc file for a package like gdk and if so then what all should be its dependencies? Thanks Ruchi On Wed, Aug 20, 2008 at 12

Question regarding the dependency of GDK on other libraries

2008-08-19 Thread Ruchi Lohani
-2.0 -ldl -lglib-2.0 whereas when i run the same command on another ubuntu machine I get some extra dependencies on libXcomposite, libXdamage etc. Can somebody please explain me this discrepancy. Does my application need to link to these libraries? Thanks

Re: Fun with ExtUtils::MakeMaker and Windows import libraries

2008-08-18 Thread Ari Jolma
for import libraries liblibrary.dll.a -- or the Makefile.PL's may also alter the liblist by adding .dll.a before calling set_libs(). Ari -- Prof. Ari Jolma Geoinformatiikka / Geoinformatics Teknillinen Korkeakoulu / Helsinki University of Technology tel: +358 9 451 3886 address: POBox 1200, 02015 TKK

Re: Fun with ExtUtils::MakeMaker and Windows import libraries

2008-08-17 Thread Torsten Schoenfeld
Ari Jolma wrote: My approach works but all this feels as a mixture between MS compilers and cygwin, I'm not sure what should be fixed - at least I'd like to change Glib et al Makefile.PL's so that I didn't need to hand-edit Makefile. I don't have any experience with MinGW, so I can't help

Re: Fun with ExtUtils::MakeMaker and Windows import libraries

2008-08-10 Thread Ari Jolma
Torsten Schoenfeld kirjoitti: spicy jack wrote: I've been working on getting the Gtk2-Perl stack to compile under MSWin32 without as much pain as there is now. Windows has something called 'import libraries' [1], which currently I have to create by hand when I compile Cairo and Glib

Re: Fun with ExtUtils::MakeMaker and Windows import libraries

2008-08-03 Thread Torsten Schoenfeld
spicy jack wrote: I've been working on getting the Gtk2-Perl stack to compile under MSWin32 without as much pain as there is now. Windows has something called 'import libraries' [1], which currently I have to create by hand when I compile Cairo and Glib in order to get Gtk2 to compile. I

Fun with ExtUtils::MakeMaker and Windows import libraries

2008-07-22 Thread spicy jack
I've been working on getting the Gtk2-Perl stack to compile under MSWin32 without as much pain as there is now. Windows has something called 'import libraries' [1], which currently I have to create by hand when I compile Cairo and Glib in order to get Gtk2 to compile. I create these import

32-bit/64-bit Gtk+ libraries

2007-10-23 Thread Stefan Bellon
Hi all, I have a few questions regarding building 64-bit Gtk+ libraries on sparc64. First of all, I'd like to know whether sparc64 is a configuration that is supported (or rather known to work) at all. Then I'd like to know whether there is any recommended way of installing 32-bit and 64-bit

gtk installation problems configure: error: X development libraries not found

2007-02-15 Thread arthy geraldin
... yes checking compiler support for MMX... yes checking for X... no configure: error: X development libraries not found From the link http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html I found that libraries from the X window system are needed to build GTK+. But where to download

Porting GTK libraries

2007-01-23 Thread Roberto Mantovani - AL
Hi to all, I'm trying to port the gtk libs on a PPC 6xx system with a SM501 graphic chipset. I've been able to port the microwindows (nano-x) libs using the framebuffer interface, but I would like to use Gtk. I'm having trouble with the absence of the perl subsystem, makefiles and some kind of

RE: Porting GTK libraries

2007-01-23 Thread David Moffatt
] [mailto:[EMAIL PROTECTED] On Behalf Of Roberto Mantovani - AL Sent: Tuesday, January 23, 2007 1:19 AM To: gtk-devel-list@gnome.org Subject: Porting GTK libraries Hi to all, I'm trying to port the gtk libs on a PPC 6xx system with a SM501 graphic chipset. I've been able to port the microwindows

gdk_pixbuf_save crash saving JPEG when linking against gtkmozembed libraries

2007-01-12 Thread Mr antback
Hi all, I'm developing an application that embeds gecko, but crash on the function gtk_save_pixbuf. Only crash when linking with the gecko libraries and when saving JPEG. PNG's works. I have isolated the problem. This is the code: sample.c: #include gtk/gtk.h int main(int argc, char

Re: gdk_pixbuf_save crash saving JPEG when linking against gtkmozembed libraries

2007-01-12 Thread Andreas Stricker
something wrong on the code? Maybe the symbols of the both libraries conflicts. I once linked a library two times (by mistake) and got very strange errors. Cheers, Andy ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org

GTK Themes, and theme libraries : how do they fit (get plugged) into GTK ?

2006-12-13 Thread Philippe Bertin
understand the code) at most explain some differences in colors, but not at all any difference in widget drawing method. So how(/where in the code) are these theme libraries coming in the game ? How can e.g. a GtkToggleButton possibly be drawn another way, e.g. with more rounding, or with another

Re: GTK Themes, and theme libraries : how do they fit (get plugged) into GTK ?

2006-12-13 Thread Yeti
On Wed, Dec 13, 2006 at 04:01:48PM +0100, Philippe Bertin wrote: So how(/where in the code) are these theme libraries coming in the game ? How can e.g. a GtkToggleButton possibly be drawn another way, e.g. with more rounding, or with another kind of shading (as I said, I'm explicitly

Books for Cross compile Libraries

2006-08-17 Thread harshavardhanreddy mandeepala
HI, Is there any book or document on How to crosscompile Libraries. I want to cross compile Libraries from i386 to ARM11(Which are Needed for Gtk Application). Thanks in advance, Regards, Harsha ___ gtk-list mailing list gtk-list@gnome.org http

Re: Books for Cross compile Libraries

2006-08-17 Thread Baurzhan Ismagulov
Hello Harsha, On Thu, Aug 17, 2006 at 07:33:21PM +0530, harshavardhanreddy mandeepala wrote: Is there any book or document on How to crosscompile Libraries. I want to cross compile Libraries from i386 to ARM11(Which are Needed for Gtk Application). Googling for cross compile libraries finds

Re: Mac OS X: error: X development libraries not found

2006-08-10 Thread Calvin Ellis
, etc all installed ok ). But when I go to configure gtk, I get the error: X development libraries not found. I removed all X11 packages to try building a vanilla native Mac devel env. An update to this problem. I was able to compile and get the GTK devel env built on MAC OS X Tiger. And IT WORKS

Mac OS X: error: X development libraries not found

2006-08-07 Thread Calvin Ellis
, cairo, atk, etc all installed ok ). But when I go to configure gtk, I get the error: X development libraries not found. I removed all X11 packages to try building a vanilla native Mac devel env. Looking at configure.in I see: else have_base_x_pc=false AC_PATH_XTRA if test x$no_x = xyes

compile error: X development libraries not found

2006-05-02 Thread jay_gtk
Hello, I am trying to compile gtk+-2.8.9 on Debian Linux. I have a mix of stable and testing packages installed. I have successfully compiled glib, atk, pango, cairo, etc. When I try to configure gtk+-2.8.9, I get this error: checking for X... no configure: error: X development libraries

Re: rpm of GTK libraries for Red hat 4

2006-04-18 Thread Michael L Torrie
On Mon, 2006-04-17 at 14:20 -0600, Michael L Torrie wrote: On Mon, 2006-04-17 at 13:02 -0700, [EMAIL PROTECTED] wrote: Hi, Can you please tell me where can I find rpm of GTK libraries for Red hat 4? as root, run /usr/sbin/up2date -u gtk2-devel Actually that is up2date -i

Re: rpm of GTK libraries for Red hat 4

2006-04-17 Thread Michael L Torrie
On Mon, 2006-04-17 at 13:02 -0700, [EMAIL PROTECTED] wrote: Hi, Can you please tell me where can I find rpm of GTK libraries for Red hat 4? as root, run /usr/sbin/up2date -u gtk2-devel That will automatically install all the proper rpms. Thank you

Re: Block-diagram libraries?

2005-12-19 Thread Luca Cavalli
On Tue, 2005-12-20 at 00:08 +0100, Emanuele wrote: I need to develop an application that dump a config file (an ASCII file) for a simulation framework. The user drag drop the component (cpu, memory, comunication channel, etc) from a library into a work-area and link the component (like a

List of static libraries for glade application

2005-09-17 Thread sadhees kumar
Dear friends, I would like to have a list of STATIC LIBRARIES needed to compile and run a normal glade application, which you may probably get by the command ldd. If anyone has experienced this plz let me know. regards, sadhees kumar ___ gtk-app

RE: List of static libraries for glade application

2005-09-17 Thread Albert Veli
) with the libraries above in it? /Albert -Original Message- From: [EMAIL PROTECTED] on behalf of sadhees kumar Sent: Sat 9/17/2005 12:21 PM To: gtk-app-devel-list@gnome.org Subject: List of static libraries for glade application Dear friends, I would like to have a list of STATIC LIBRARIES

RE: List of static libraries for glade application

2005-09-17 Thread Albert Veli
Tor Lillqvist wrote: You certainly need to drop in other things also. Just copying the DLLs around is not a good idea. Pango won't work without finding its pango.modules file in a specific place relative to the pango DLL, and then at least the pango-basic-win32.dll module in its specific place

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
Hello, I am cross-compiling gtk+ for mips processor. That's why I have to compile fontconfig also. Expat and freetype are there, they compiled using mipsel-linux-gcc smoothly. But now these libraries are not found during linking of fontconfig. Version: fontconfig-2.2.99 freetype-2.1.9

Re: getting pango make to find new glib libraries before old

2005-08-01 Thread Jan M
I guess this isnt the group for this question. I'll move it to [EMAIL PROTECTED]. Jan - Original Message - From: Jan M To: gtk-list@gnome.org Sent: Friday, July 29, 2005 6:14 PM Subject: getting pango make to find new glib libraries before old Hi, How do

getting pango make to find new glib libraries before old

2005-07-29 Thread Jan M
Hi, How do I get the pango makefiles tosearch the glib directory /opt/gtk-2.6/lib/before /usr/lib/ (where it finds the old library) when linking? Thanks, Jan ___ gtk-list mailing list gtk-list@gnome.org

Re: Eclipse cannot find GTK+ libraries

2005-06-13 Thread Yann Normand
ed nothing, but pkg-config --libs gtk+ returned: -L/usr/X11R6/lib -lgtk -lgdk -lXi -lXext -lX11 -lm -lglib You want gtk+-2.0 not gtk+. I really would not suggest manually adding include paths and libraries to a Managed Make project; it's possible to get work, but it's painfu

Re: Eclipse cannot find GTK+ libraries

2005-06-12 Thread polat
I have checked the makefile and the project (a Standard Make Project) compiled. Thanks a lot everyone, Polat ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Eclipse cannot find GTK+ libraries

2005-06-11 Thread polat
GTK+ development libraries and compiled the following libraries, pkg-config-0.15.0, Glib-2.6.4, Atk-1.9.0, Pango-1.8.1, Gtk+-2.6.7, JPEG-6b, Libpng-1.2.8, tiff-v3.6.1. But it didn't compile -again-. I am stuck at the beginning. Any help will be great. Polat Source: #include config.h

Re: Eclipse cannot find GTK+ libraries

2005-06-11 Thread Owen Taylor
On Sat, 2005-06-11 at 16:21 +, [EMAIL PROTECTED] wrote: Hi, I'm using Fedora Core 3 and trying to compile a simple Hello World program by using GTK+ and Eclipse 3.0.2. But Eclipse cannot find either config.h or gtk/gtk.h (the source is given below and taken from

Re: Eclipse cannot find GTK+ libraries

2005-06-11 Thread polat
Rpm of Gtk+2.0 requested too many other packages, so I compiled all of them. After I have installed gtk+-devel-1.2.10-33.i386.rpm, pkg-config gtk+ --cflags returned: -I/usr/include/gtk-1.2 -I/usr/X11R6/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include pkg-config gtk+ -- libs returned

Re: Eclipse cannot find GTK+ libraries

2005-06-11 Thread Afonso Costa
Hi, You must install Gtk+ 2.0 not Gtk+ 1.2. Take a look at http://www.gtk.org/ for more information about Gtk+ 2.0 and its dependencies. If you want to use Gtk+ 1.2 you need to change your Makefile adding your Gtk+ 1.2 flags. BR, Afonso On 6/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: Eclipse cannot find GTK+ libraries

2005-06-11 Thread Owen Taylor
/X11R6/lib -lgtk -lgdk -lXi -lXext -lX11 -lm -lglib You want gtk+-2.0 not gtk+. I really would not suggest manually adding include paths and libraries to a Managed Make project; it's possible to get work, but it's painful and you are encoding many internal details of GTK+ into your project

using gtk_init from libraries

2005-05-10 Thread Britton Kerin
Is it safe to call gtk_init (0, NULL) multiple times from a library, or do I need to add some state to test if t has already been called? Is there a way build a libtool-style library (call it library foo) such that the linked against version of gtk/glib functions will always be called by an app

Fwd: help needed in including more than 2 libraries in application

2005-05-07 Thread poonam chokshi
is the way that i can included more than 1 external libraries in my application Thanks. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Fwd: help needed in including more than 2 libraries in application

2005-05-07 Thread Olivier
Hello, Here is part of my code: -- SG_buffer = gtk_text_buffer_new(NULL); SG_text_view = gtk_text_view_new_with_buffer(SG_buffer); gtk_text_view_set_wrap_mode( GTK_TEXT_VIEW(SG_text_view), GTK_WRAP_NONE); SG_scrolled_window =

Re: help needed in including more than 2 libraries in application

2005-05-07 Thread Antonio Gomes
..I have already included one of my library in the application but when i try to include the other library along with that library it kind of doesn't include the second library Which is the way that i can included more than 1 external libraries in my application Thanks

Bundling gtk application. How to make them execute without need for gtk libraries.?.

2005-04-30 Thread mohan kumar
/lib/libgmodule-2.0.so.0 libmp.so.2 =/usr/lib/libmp.so.2 libaio.so.1 = /usr/lib/libaio.so.1 libthread.so.1 = /usr/lib/libthread.so.1 /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1 I have packed all the gtk dependent libraries with my executable

Bundling gtk application. How to make them execute without need for gtk libraries.?.

2005-04-29 Thread mohan kumar
__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

I can not install libraries.

2005-04-15 Thread Román Posadas López
Good Day My name is Roman Posadas and I am from Mexico City. I have been trying to install some software that needs gtk. I have been trying to install gtk but I am never successful. I always get one message. The last try was next.. I installed glib-2.6.4. and everything was right. Then I tryed

  1   2   >