Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#81 closed defect (fixed)

Error

Reported by: Tellie Owned by:
Priority: trivial Milestone: Qt Enhanced
Component: General Version: 4.5.1 Beta 2
Severity: Keywords:
Cc:

Description

Some programs give me this output.
g++ -Zomf -Zstack 0x2000 -Zmap -Zlinker "DISABLE 1121" -s -o release\blubbels.exe @release\OBJECTS.blubbels.Release.rsp -Lu:\qt-4.5.1\lib -lQtGui4 -lQtCore4
n -x2 release\app_icon.res release\blubbels.exe
SYS1041: The name n is not recognized as an
internal or external command, operable program or batch file.

I see in the makefile that it's calling this line:
$(RC) -n -x2 $(RES_FILE) $(DESTDIR_TARGET)
Whats (RC) for a program, the only program i see is
Operating System/2 Resource Compiler
Version 3.00.011 May 30 1995
But when i look for the -n and the x2 i see only for -n
-n - Don't show logo

No option for -x2
So i believe i have wrong program, what program must i use..

Change History (2)

comment:1 Changed 15 years ago by Silvan Scherrer

Priority: majortrivial
Resolution: fixed
Status: newclosed

You should use either wrc from watcom or rc v5. i use rc v5.00.007 Jan. 30. 2003

afaik it's on all ecs systems. if you can't find it tell me. and i hand it over to you.

comment:2 Changed 15 years ago by Dmitry A. Kuminov

BTW, #83.

Note: See TracTickets for help on using tickets.