This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: compile pango-1.2.0


>>pengyongchao wrote:
>> I want to compile gtk+-2.2.0 on cygwin. Thanks to Charles Wilson, I have
>> successfully compiled glib-2.2.0 and atk-1.2.0 . But when I compiled
>> pango-1.2.0, I got following error:
>>
>> /bin/bash ../mkinstalldirs /usr/local/etc/pango &&
>>  ../pango/pango-querymodules > /usr/local/etc/pango/pango.modules
>> make[2]: *** [install-data-local] Error 139
>> make[2]: Leaving directory `/home/administrator/pango-1.2.0/modules'
>> make[1]: *** [install-am] Error 2                      
>> make[1]: Leaving directory `/home/administrator/pango-1.2.0/modules'
>> make: *** [install-recursive] Error 1
>>
>> It seemed  that pango-querymodules.exe ended in 'Segment Fault(core
>>dumped)'.
>>
>>No idea.
I solved this problem by changing pango-1.2.0/modules/Makefile:
RUN_QUERY_IMMODULES_TEST = false
#RUN_QUERY_IMMODULES_TEST = test -z "$(DESTDIR)"
Is there a better way?

>> And I frequently got following warning  message:
>> libtool:link:warning: '/lib/libintl.la' seems to be moved
>> But '/lib/ligintl.la' is really there.
>>
>>This is harmless. It's just because /lib and /usr/lib are the same on
>>Cygwin, but libtool .la files have a path hardcoded in them - so libtool is
>>accessing the file via /lib, and noticing that its internal path is
>>/usr/lib.
>>
Thanks. 

When I compile gtk+-2.2.0, I got link error:
.libs/libgdk-x11-2.0.lax/libgdk-x11.al/gdkdrawable-x11.lo(.text+0xefd): In funcion `gdk_x11_draw_image':
/home/administrator/gtk+-2.2.0/gdk/x11/gdkdrawable-x11.c:849: undefined reference to `_XShmPutImage'

I can't find '_XShmPutImage' in /usr/X11R6/lib/libXext.a . What's wrong?





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]