tutorial compiling

Hi,

When I compiled the Tutorial project, I got the following error
message:

Project : error PRJ0019: A tool returned an error code: "Generation string.qm..."

Please help!

Thanks,

Kevin

Danis's picture

Hi Kevin,

What system are you using?

Roman Lygin's picture

Hi Kevin,

Strictly speaking, it's a Qt issue (when compiling string resource file). Check your project/directory settings.

HTH.
Roman

dangee's picture

Hi Roman!

What I have to check in Project/directory?

In "BuildLog.htm" I met next text:
[code]
Creating temporary file "E:\Temp\BAT000001.bat" with contents
[
@echo off
"D:\Programs\OpenCASCADE5.2\3rdparty\win32\Qt\bin\msg2qm" "d:\Programs\OpenCASCADE5.2\samples\tutorial\src\string.po" "res\string.qm"

if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code: "Generation string.qm..."
exit 1
[/code]

So, in "D:\Programs\OpenCASCADE5.2\3rdparty\win32\Qt"
directory "bin" subcatalog, no "msg2qm" file. Is this error at installation?

Thanks for help.