This is the mail archive of the cygwin 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: Installing dillo


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

jwzumwalt wrote, On 17.12.2010 7:19:
> 
> I am attempting to install dillo
> I successfully installed fltk-2.0.x-r7725 and Fluid runs OK.
> When I attempt to install Dillo, the ./configure and make run OK
> after quite a bit of opperation make install reports
> 
> /usr/local/lib/libfltk2.a(run.o):run.cxx:(.text$_ZN12FlDropTarget14QueryInterfac
> eERK5_GUIDPPv+0x15): undefined reference to `_IID_IUnknown'
_IID_IDropSource looks like it is trying also use Windows OLE/COM. Is that
even supported by Cygwin/X applications? Are you sure that you are trying to
compile Cygwin application and not Windows/Mingw application? You try to get
support from Dillo guys, not Cygwin, I think. Either way, you should provide
enough information, like how you have configured it.

Adding -lole32 at the end of the command that is linking it might fix it.


> /usr/local/lib/libfltk2.a(run.o):run.cxx:(.text$_ZN12FlDropTarget14QueryInterfac
> eERK5_GUIDPPv+0x44): undefined reference to `_IID_IDropTarget'
> /usr/local/lib/libfltk2.a(dnd.o):dnd.cxx:(.text$_ZN12FLDataObject14QueryInterfac
> eERK5_GUIDPPv+0x15): undefined reference to `_IID_IUnknown'
> /usr/local/lib/libfltk2.a(dnd.o):dnd.cxx:(.text$_ZN12FLDataObject14QueryInterfac
> eERK5_GUIDPPv+0x44): undefined reference to `_IID_IDataObject'
> /usr/local/lib/libfltk2.a(dnd.o):dnd.cxx:(.text$_ZN12FLDropSource14QueryInterfac
> eERK5_GUIDPPv+0x15): undefined reference to `_IID_IUnknown'
> /usr/local/lib/libfltk2.a(dnd.o):dnd.cxx:(.text$_ZN12FLDropSource14QueryInterfac
> eERK5_GUIDPPv+0x44): undefined reference to `_IID_IDropSource'

>[...]

- -- 
VH
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iF4EAREIAAYFAk0LC3EACgkQeqrf2dJjGj62JwEAoll4zDhIj+4f9IOvgtF2hQun
DWBrNODatUforhhHyX0BAMCmZHo3/2yPD/MSTmixcIdWCNEdwIAhpIwzgZN5LHOk
=3wfI
-----END PGP SIGNATURE-----

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


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