Trolltech Home | Qt4-preview-feedback Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt4-preview-feedback Archive, November 2007
Can't build Qt-4.4 - resource compiler problem


Message 1 in thread

Hi,

I can't complie qt-win-commercial-src-4.4.0-snapshot-20071125.
It seems that a resource file was not properly generated.
The configuration was made with the command:  configure.exe -direct3d


*nmake output*

         cd assistant\ && "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefile

Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

         cd lib\fulltextsearch\ && "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefile

Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

         "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefile.Debug all

Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

         rc -D_DEBUG -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_EDITION=QT_EDITION_DESKTOP -D_BUILD_FOR_QT_ -DLU
CENE_DISABLE_MEMTRACKING -D_CRT_SECURE_NO_DEPRECATE -D_MT -DQHELP_LIB -DQT_DLL -DQT_CORE_LIB -DQT_THREAD_SUPPORT -
fo tmp\obj\debug_shared\QtCLucened_resource.res QtCLucened_resource.rc

QtCLucened_resource.rc(8) : error RC2127 : version WORDs separated by commas expected
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\rc.EXE"' : return code '0x2'
Stop.


*c:\Qt\4.4.0\tools\assistant\lib\fulltextsearch\QtCLucened_resource.rc*

# if defined(UNDER_CE)
#  include <winbase.h>
# else
#  include <winver.h>
# endif

VS_VERSION_INFO VERSIONINFO
	FILEVERSION ,,,0
	PRODUCTVERSION ,,,0
	FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
	FILEFLAGS VS_FF_DEBUG
#else
	FILEFLAGS 0x0L
#endif
	FILEOS VOS__WINDOWS32
	FILETYPE VFT_DLL
	FILESUBTYPE 0x0L
	BEGIN
		BLOCK "StringFileInfo"
		BEGIN
			BLOCK "040904B0"
			BEGIN
				VALUE "CompanyName", "\0"
				VALUE "FileDescription", "QtCLucene full text search library wrapper.\0"
				VALUE "FileVersion", "...0\0"
				VALUE "LegalCopyright", "\0"
				VALUE "OriginalFilename", "QtCLucened.dll\0"
				VALUE "ProductName", "QtCLucene\0"
			END
		END
	END
/* End of Version info */


Any help would be appreciated.

Thanks,
Albert


To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx