Re: [Python-gtkextra-devel] build problems on MacOS X
Status: Beta
Brought to you by:
treeves
From: Toby D. R. <to...@so...> - 2004-05-04 12:22:43
|
The python wrappers for gtkextra you are trying to compile are for gtk2 and gtkextra2. The precompiled gtk+extra package downloaded and installed is for gtk version 1. Get gtkextra2 from its cvs repository and install that first. It sometimes requires tweaking to get it to work straight out of cvs. If you do not succeed, I can provide a tarball that is known to work. Toby > Dear list, > > > I am trying to build python-gtkextra on an Apple iBook with MacOS 10.3. > After installing the following gtk-extra packages (using fink) > > i gtk+extra17 0.99.17-11 Useful set of widgets for creating > GUI's u... > i gtk+extra17-... 0.99.17-11 Useful set of widgets for creating > GUI's u... > > > Unfortunately, my try to configure the python bindings ran into this > error: > > [...] > checking for python... /sw/bin/python > checking for version... 2.3 > checking for platform... darwin > checking for script directory... ${prefix}/lib/python2.3/site-packages > checking for extension module directory... > ${exec_prefix}/lib/python2.3/site-packages > checking for python >= 2.2... okay > checking for headers required to compile python extensions... found > checking for pkg-config... /sw/bin/pkg-config > checking for GTK+ - version >= 2.0.0... yes (version 2.2.4) > checking for gtkextra-2.0 >= 1.1.0... Package gtkextra-2.0 was not > found in the pkg-config search path. > Perhaps you should add the directory containing `gtkextra-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gtkextra-2.0' found > > configure: error: Library requirements (gtkextra-2.0 >= 1.1.0) not met; > consider adjusting the PKG_CONFIG_PATH environment variable if your > libraries are in a nonstandard prefix so pkg-config can find them. > > > I also tried to locate 'gtkextra' but apparently it does not exist on > my hard drive. I am little bit puzzled about the difference in the > package names (gtk+extra vs. gtkextra) does it have to be like this? > Does anyone know, what I did wrong? > > Any help will be apreceated. > > - harold fellermann - > > > -- > What is mind? -- Doesn't matter. > What is matter? -- Never mind! > -- > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Python-gtkextra-devel mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-gtkextra-devel |