error: configure.bat using latest mingw/cvs
Steven Boothe
steven at poiema.org
Fri Feb 18 07:43:13 CET 2005
Steven Boothe wrote:
> ...
> OK, that output was the result of running:
> C:\source\qt-3> bin\configure.exe -debug -static
>
> However, by the instructions, I was also encouraged to run the following:
> C:\source\qt-3> bin\configure.exe -debug -static
>
> And this took me right into the "building qt.." process just fine. It's
> compiling right now even as I write this. :)
Just another update:
I finished compiling examples\hello, so I thought I would try to run it. What
I found was if I tried to run it by just "double clicking" on the file, I
would be presented with a error message box declaring:
"This application has failed to start because mingwm10.dll was not found..."
So what I did was open a command prompt to the source directory, ran my little
batch file to load the environment variables, then changed to the
examples\hello directory, and attempted to run it from the command prompt.
From there I received the following declaration:
"hello.exe has encountered a problem and needs to close. We are sorry for the
inconvenience."
With the invitation to send an error report to you-know-who.
Well there was at least a little bit that I could copy to the clipboard to
send, and that is this:
<?xml version="1.0" encoding="UTF-16"?>
<DATABASE>
<EXE NAME="hello.exe" FILTER="GRABMI_FILTER_PRIVACY">
<MATCHING_FILE NAME="hello.exe" SIZE="34423152" CHECKSUM="0xB91F8204"
MODULE_TYPE="WIN32" PE_CHECKSUM="0x20D4F79" LINKER_VERSION="0x10000"
LINK_DATE="02/18/2005 05:50:46" UPTO_LINK_DATE="02/18/2005 05:50:46" />
</EXE>
<EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
<MATCHING_FILE NAME="kernel32.dll" SIZE="930304" CHECKSUM="0xCBCCF8A9"
BIN_FILE_VERSION="5.1.2600.1106" BIN_PRODUCT_VERSION="5.1.2600.1106"
PRODUCT_VERSION="5.1.2600.1106" FILE_DESCRIPTION="Windows NT BASE API Client
DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows®
Operating System" FILE_VERSION="5.1.2600.1106 (xpsp1.020828-1920)"
ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="©
Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0"
VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32"
PE_CHECKSUM="0xE7ED3" LINKER_VERSION="0x50001"
UPTO_BIN_FILE_VERSION="5.1.2600.1106" UPTO_BIN_PRODUCT_VERSION="5.1.2600.1106"
LINK_DATE="08/29/2002 10:40:40" UPTO_LINK_DATE="08/29/2002 10:40:40"
VER_LANGUAGE="English (United States) [0x409]" />
</EXE>
</DATABASE>
Other than that they don't allow you to grab the dump of the error as best as
I can tell... :(
More information about the kde-cygwin
mailing list