Hi Ariel,
addition:
I have set
--disable-activex \
Does that matter?
Kind regards
Regina
Ariel Constenla-Haile schrieb:
On Sun, Sep 23, 2012 at 04:04:23PM +0200, Regina Henschel wrote:
Hi Ariel,
should there be "ATL_LIB=" line in winenv.set.sh now?
I ask, because there are still none of the four, but they are listed
in part "unset".
If ATL/MFC is detected, they should be set right after DIRECTXSDK_LIB:
DIRECTXSDK_LIB="C:/ARCHIV~1/MI599E~1/lib/x86"
ATL_LIB="C:/ARCHIV~1/MICROS~1.0/VC/atlmfc/lib"
ATL_INCLUDE="C:/ARCHIV~1/MICROS~1.0/VC/atlmfc/include"
HAVE_ATLTHUNK="NO"
MFC_LIB="C:/ARCHIV~1/MICROS~1.0/VC/atlmfc/lib"
MFC_INCLUDE="C:/ARCHIV~1/MICROS~1.0/VC/atlmfc/include"
Is ATL/MFC detected at all? Please post the output of configure after
checking for DirectX SDK files... found
checking for ATL and MFC... configure: testing ATL/MFC libs and includes
In case you see a
configure: looking for atlbase.h in
"/cygdrive/c/ARCHIV~1/MICROS~1.0/VC/atlmfc/include
it will test if this header exists in this folder, and so on.
Regards