Re: gtk2

2008-06-19 Thread wynfield
I have "usr/bin/cyggtk-x11-2.0-0.dll" - /usr/bin/cyggtk-1-2-0.dll and - /usr/bin/cyggtk-x11-2.0-0.dll The Do you think the naming convention be a problem? Could that be the problem-- here is the script in the Makefile.pl file: %pkgcfg_gtk, %pkgcfg_pango); unless (eval { %pkgcfg_gtk =

Re: gtk2

2008-06-19 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 [EMAIL PROTECTED] wrote: | I'm working to install a perl package&application. | *** can not find package gtk+-2.0 >= 2.0.0 | *** check that it is properly installed and available in PKG_CONFIG_PATH | | | I suspect that the gtk+-

Re: GTK2-X11 / gtk+-2.0 is not found after it is installed?

2005-09-06 Thread Gerrit P. Haase
Bob Paddock wrote: I am trying to build the program PCB, http://pcb.sf.net/ that requires the GTK2 widget set, with some GTK version greater than 2.4.0. I have installed a fresh copy of Cygwin and installed all of the gtk2-x11 packages. When I run this test script: #! /bin/sh if pkg-config -

Re: GTK2-X11 / gtk+-2.0 is not found after it is installed?

2005-09-02 Thread Yaakov S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Paddock wrote: > No [No gtk+ >= 2.4.0 was found] > Package gobject-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gobject-2.0.pc' > to the PKG_CONFIG_PATH environment variable > Package 'gobject-

Re: gtk2-x11: Functions whose name started with '_'

2004-08-24 Thread Gerrit P. Haase
Yaakov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > Gerrit P. Haase wrote: > | Not too bad. Ported including building the libs with libtool? > Yes. Trying to get a complete autoreconf was too difficult, as > configure.in would have to be entirely rewritten. Instead I left the >

Re: gtk2-x11: Functions whose name started with '_'

2004-08-23 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerrit P. Haase wrote: | Not too bad. Ported including building the libs with libtool? Yes. Trying to get a complete autoreconf was too difficult, as configure.in would have to be entirely rewritten. Instead I left the autotools as-is, manually added

Re: gtk2-x11: Functions whose name started with '_'

2004-08-22 Thread Gerrit P. Haase
Hallo Yaakov, Am Montag, 23. August 2004 um 01:56 schriebst du: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > Gerrit P. Haase wrote: > | You may also apply the libtool.m4 patch I recently posted and > | reconfigure. > Could you give me a message ID on that, because I think I missed it.

Re: gtk2-x11: Functions whose name started with '_'

2004-08-22 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerrit P. Haase wrote: | You may also apply the libtool.m4 patch I recently posted and | reconfigure. Could you give me a message ID on that, because I think I missed it. | There may be symbols exported which are also exported by other | libraries (e.g.

Re: gtk2-x11: Functions whose name started with '_'

2004-08-20 Thread Gerrit P. Haase
Yaakov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > Gerrit P. Haase wrote: > | Anyway, currently I have a strange problem, I cannot rebuild gtk2 on > | the same machine where I compiled it two days before. The only thing > | I changed was to update gcc, i.e. getting an error now wh

Re: gtk2-x11: Functions whose name started with '_'

2004-08-19 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerrit P. Haase wrote: | Anyway, currently I have a strange problem, I cannot rebuild gtk2 on | the same machine where I compiled it two days before. The only thing | I changed was to update gcc, i.e. getting an error now when linking | gdk-pixbuf beca

Re: gtk2-x11: Functions whose name started with '_'

2004-08-15 Thread Gerrit P. Haase
Yaakov, > In theory you're 100% correct, but in practice it appears otherwise. I > admit that I have not investigated this issue myself, rather I'm > trusting Hansom Young on what he said. If it's indeed true that the big > linux distros don't "follow the rules", that's a pretty big precedent, >

Re: gtk2-x11: Functions whose name started with '_'

2004-08-15 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerrit P. Haase wrote: | Hello Yaakov, | | To remove the -export-symbols option and make the DLL to export all | symbols (also the private)? Hmmm, I'm no friend of using .def files | at all, but I'm not sure if is the right thing to simply export all |

Re: gtk2-x11: Functions whose name started with '_'

2004-08-12 Thread Gerrit P. Haase
Hello Yaakov, > Your ports of gtk2-x11 are also affected by the following problem, as I > found out while trying to build wxGTK2. Would you be able to rebuild > gtk2-x11 to fix this? Thanks! To remove the -export-symbols option and make the DLL to export all symbols (also the private)? Hmmm, I

Re: gtk2 on cygwin ( --with-gdktarget=win32, only )

2003-07-07 Thread Gerrit P. Haase
Hallo S, Am Montag, 7. Juli 2003 um 08:33 schriebst du: > Gerrit, > [...] >> I do always this before the build: >> $ autoreconf --install --force --verbose > [...] > A good trick (autotools method ?) to keep in mind. > Anyway, having the stuff working after over 2 months digging, now I turned >

Re: gtk2 on cygwin ( --with-gdktarget=win32, only )

2003-07-06 Thread S . L .
Gerrit, [...] > I do always this before the build: > $ autoreconf --install --force --verbose [...] A good trick (autotools method ?) to keep in mind. Anyway, having the stuff working after over 2 months digging, now I turned to test some apps :)) (which, by the way, are just a few -- most of gtk2

Re: gtk2 on cygwin ( --with-gdktarget=win32, only )

2003-07-05 Thread Gerrit P. Haase
Hallo S, Am Freitag, 4. Juli 2003 um 08:29 schriebst du: > (After my -- much too enthusiastic ? -- intrusion over a thread in this mail > list, and an appropriate meeting of the meannes (SIC!), here it is.) > Actually, the patches for having this done are present around since some > time, some a