[ros-bugs] [Bug 802] New: rbuild devcpp drops characters in
directories
ReactOS.Bugzilla at reactos.com
ReactOS.Bugzilla at reactos.com
Fri Sep 23 11:31:14 CEST 2005
http://reactos.com/bugzilla/show_bug.cgi?id=802
Summary: rbuild devcpp drops characters in directories
Product: ReactOS
Version: TRUNK
Platform: x86 Hardware
OS/Version: Microsoft Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: Setup
AssignedTo: ros-bugs at reactos.com
ReportedBy: sb009428 at tiscali.nl
QAContact: ros-bugs at reactos.com
executing:
output-i386\tools\rbuild\rbuild.exe devcpp
in de reactos-directory generates reactos.dev and a corrupted makefile.auto
Program rbuild.exe exits with:
...
Unpacking WINE resources...Processing failed: No such file or directory
Failed to execute 'output-i386\tools\bin2res\bin2res.exe -b lib\cabinet -f -x
b\cabinet\cabinet.rc' (exit code 1)
Note that in in the last line '-f -x b\cabinet\cabinet.rc' should read '-f -x
LIb\cabinet\cabinet.rc'
First two characters in the directory are missing!!
The same is true for some directories in the generated makefile.auto for devcpp
First line that differs (hundreds follow):
arp_OBJS = $(INTERMEDIATE)\ps\utils\net\arp\arp.o
which should be:
arp_OBJS = $(INTERMEDIATE)\apps\utils\net\arp\arp.o
Running 'rbuild mingw' generates correct makefile.auto
--
Configure bugmail: http://reactos.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Ros-bugs
mailing list