libtool
[Top][All Lists]
Advanced

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

libtool HEAD doesn't build on cygwin


From: Charles Wilson
Subject: libtool HEAD doesn't build on cygwin
Date: Wed, 07 Jul 2004 02:03:54 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 MultiZilla/1.6.4.0b

loader-loadlibrary.c: In function `sys_wll_open':
loader-loadlibrary.c:98: error: dereferencing pointer to incomplete type
loader-loadlibrary.c:104: error: dereferencing pointer to incomplete type
loader-loadlibrary.c:109: error: dereferencing pointer to incomplete type


This is because the windows code accesses "cur->module" where cur is of **opaque** type lt_dlhandle. It appears, to me at least, that sys_wll_open() should be moved to somewhere on the "inside" so that it has access to these opaque definitions; but I'm not really sure where Gary is going with this refactoring. So I figured I'd just raise the issue on the list, and let Gary fix it. :-)

--
Chuck






reply via email to

[Prev in Thread] Current Thread [Next in Thread]