Re: pangp

2008-06-24 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 d.henman wrote: | Regardless, make still prematurely terminates due to errors. | | Why is the pango build code trying to incorporate win32, when it is not in cairo? Did you ever delete the cairo-win32 headers and pkg-config file? Yaakov -BEGI

Re: pangp

2008-06-24 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 d.henman wrote: | Yes, Dave is right here. His idea gives a way to building a multi-capable pango. Pango is always multi-capable, but cairo (and hence PangoCairo) cannot be both Win32 and X11. Simple as that. | YO, the configuration result is: |

Re: pangp

2008-06-24 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 d.henman wrote: | What version of pango are you talking about? I've been building cairo since 1.0.x *at least*, and these options have not changed. | Doesn't using the configure option for cairo of "--with-x" build the X11 cairo? Actually you nee

Re: pangp

2008-06-24 Thread d.henman
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> wrote: > .. snipped > I can attest that there are no issues building pango with the X11 cairo. No I configured cairo with: ./configure --with-x --enable-win32-font=no --enable-win32=no --disable-ps --disable-pdf --disable-svg --prefix= cairo builds and

Re: pangp

2008-06-24 Thread d.henman
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> wrote: > Dave Korn wrote: > | So, they're in the DLL itself, but for some reason not marked as exports > | in the DEF file, and hence no available stubs for them in the import .a > | library. Yes, Dave is right here. His idea gives a way to building

Re: pangp

2008-06-23 Thread d.henman
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> wrote: > Dave Korn wrote: > | So, they're in the DLL itself, but for some reason not marked as exports > | in the DEF file, and hence no available stubs for them in the import .a > | library. > > It's because of the -export-symbols-regex "^pango_.*" fla

Re: pangp

2008-06-23 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave Korn wrote: | So, they're in the DLL itself, but for some reason not marked as exports | in the DEF file, and hence no available stubs for them in the import .a | library. It's because of the -export-symbols-regex "^pango_.*" flag, hence _pa

RE: pangp

2008-06-23 Thread Dave Korn
d.henman wrote on 23 June 2008 13:21: > Dave, thanks for your response. > > None of the symbols: > `__pango_win32_font_get_type', `__pango_win32_font_map_get_type', > `__pango_win32_fontmap_cache_remove', and > `__pango_win32_make_matching_logfontw' > > are not in: "libpa

RE: pangp

2008-06-23 Thread d.henman
Dave, thanks for your response. None of the symbols: `__pango_win32_font_get_type', `__pango_win32_font_map_get_type', `__pango_win32_fontmap_cache_remove', and `__pango_win32_make_matching_logfontw' are not in: "libpangowin32-1.0.dll.a" 's symbol table, or

RE: pangp

2008-06-23 Thread Dave Korn
d.henman wrote on 23 June 2008 09:32: Take a look in the output of "nm ./.libs/libpangowin32-1.0.dll.a" and see if those symbols are there? cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report