Re: [GtkGLExt] GTKGLext 1.2.0 compilation problem on Windows



On Sat, 2006-11-11 at 15:01 -0500, Stéphane Brunet wrote:
> Hi,
> 
> I am trying to build GTKGLext 1.2.0 on Windows, using the following 
> configuration :
>   - GladeWin32 "gtk-dev-2.8.20" package
>   - MinGW and MSYS
> 
> When trying to configure ("./configure"), the following error appears :
> 
> checking for BASE_DEPENDENCIES... configure: error: Package requirements 
> (gtk+-2.0 >= 2.0.0 gdk-2.0 >= 2.0.0 pango >= 1.0.0 pangox >= 1.0.0 
> gmodule-2.0 >= 2.0.0 ) were not met:
> No package 'pangox' found
> 
> Pangox is the X-window font backend of the Pango library. Right ? I 
> guess it is totally normal not to have it on my Win32 GTK install. 
> Moreover, this backend is now deprecated as explained in the Pango 2.0 
> API manual.
> 
> So, what should I do to remove this configuration error ?

The tests for pangox were added to solve linking problems with GTK+ >=
2.8, but it's always bugged me that we're having to link with a backend
at all, I'd love it if someone came up with a way to get rid of pangox
altogether.

In the meantime, you can test against the "os_win32" flag in
configure.in to make pangox conditional on that platform.  In
particular, you want to see that it doesn't get added to
GDKGLEXT_PACKAGES on Win32.

Cheers,
Tim





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]