Displaying 1 result from an estimated 1 matches for "dnpsimple_exports".
2011 Feb 13
1
no comdef.h while compiling ff-activex-host with winelib
Dear all,
While trying to port ff-activex-host to Linux with winelib, I got an
error as below:
$ make
wineg++ -c -O0 -W -mno-cygwin -I/home/fracting/wine-git/dlls/atl
-DWIN32 -D_WINDOWS -DXP_WIN32 -DMOZILLA_STRICT_API -DXPCOM_GLUE
-DXP_WIN -D_X86_ -DNPSIMPLE_EXPORTS -o GenericNPObject.o
GenericNPObject.cpp
In file included from GenericNPObject.cpp:36:
GenericNPObject.h:39: fatal error: comdef.h: No such file or directory
compilation terminated.
winegcc: i686-linux-gnu-g++ failed
make: *** [GenericNPObject.o] Error 2
ff-activex-host is a plugin to make firef...