[Tuxpaint-devel] Building Pango with MinGW/MSYS (Was plug-in API changes)
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: John P. <jo...@jo...> - 2008-06-15 14:28:54
|
Hi Lee, I checked my archives and TOYAMA Shin-ichi reported a problem building pango which may be related to your difficulties: > b) Installing Pango > > At the stage of building GTK+, I found that .pc file for Pango > had not been installed. So, I had to turn back to the installation > stage of Pango and edit modules/Makefile to disable some processes > which causes error related to the 'pango-querymodules' before > doing "make install". Did you do something like this? Reviewing my build instructions, I notice that I claim: "A couple of spurious error dialog boxes appear related to the 'pango-querymodules' wrapper script, but it seems that they can be safely ignored." So I may just have been 'lucky' or forgot to document that I copied the .pc file manually, I can't remember. By the time I got to trying to build GTK+ I was tearing my hair out and may have missed a couple of the steps required :-) Unfortunately, I didn't ask TOYAMA Shin-ichi what changes he made to the 'modules/Makefile' to get it to work for him. When I run make to build a clean pango, I get an error dialog: "sh.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created." I just waited for the build to complete, and then closed the dialog. Changing the RUN_QUERY_MODULES_TEST from true to false in modules/Makefile prevented this error. It would appear that running 'pango-querymodules' after make install is then required, and I notice that the instructions include that step before running the GTK+ tests. Hope that helps, good luck, regards, John. PS I build on a Win2K system which may explain this difference in behaviour. On Sun, Jun 15, 2008 at 07:14:20PM +0800, lee york wrote: > thanks! > my platform :windows-xp ,mingw+msys > yes,i forgot to install the freetype2 :P > After install the freetype->SDL_ttf->libxml->fontconfig,it's right now > except the building "pango" package :( > ./configure > make > error : > *Writing a pango.modules file to use with tests/examples. > make[3]: *** [pango.modules] Error 127 > make[3]: Leaving directory `/f/dev/pango-1.17.5/modules' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/f/dev/pango-1.17.5/modules' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/f/dev/pango-1.17.5' > make: *** [all] Error 2 > *I entered the /f/dev/pango-1.17.5/modules and make the directory's files > separately, > then i got the same errors! > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Tuxpaint-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxpaint-devel |