Hey, do you know when this started happening or has rbuild always had lines that are too long for ROS cmd? Should we just change CMDLINE_LENGTH to something else, because apparently CMDLINE_LENGTH is not really the max a line can be as rbuild works with MS cmd.
Brandon
ReactOS.Bugzilla@reactos.com wrote:
http://reactos.com/bugzilla/show_bug.cgi?id=708
------- Additional Comments From hartmut.birr@gmx.de 2005-12-08 16:14 ------- cmd.exe uses a fixed size command and batch line buffer. 512 characters are not enough for our current build system.
Brandon Turner wrote:
Hey, do you know when this started happening or has rbuild always had lines that are too long for ROS cmd? Should we just change CMDLINE_LENGTH to something else, because apparently CMDLINE_LENGTH is not really the max a line can be as rbuild works with MS cmd.
Brandon
Our makefile contains lines like this:
${gcc} -xc -E -DRC_INVOKED ${ntoskrnl_RCFLAGS} ntoskrnl\ntoskrnl.rc > $(TEMPORARY)ntoskrnl.ntoskrnl.rci.tmp
This line is between 500 and 600 characters long. Make creates for each line which contains redirections a batch file.
- Hartmut
Before dymatic alloc are in place we can change CMDLINE_LENGTH to 2048 instead for 512 that will keep rbuild happy, until dymatic alloc are in place for ros cmd command line.
Quoting Hartmut Birr hartmut.birr@gmx.de:
Brandon Turner wrote:
Hey, do you know when this started happening or has rbuild always had lines that are too long for ROS cmd? Should we just change CMDLINE_LENGTH to something else, because apparently CMDLINE_LENGTH is not really the max a line can be as rbuild works with MS cmd.
Brandon
Our makefile contains lines like this:
${gcc} -xc -E -DRC_INVOKED ${ntoskrnl_RCFLAGS} ntoskrnl\ntoskrnl.rc > $(TEMPORARY)ntoskrnl.ntoskrnl.rci.tmp
This line is between 500 and 600 characters long. Make creates for each line which contains redirections a batch file.
- Hartmut
Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev