Comment 1 for bug 874402

Revision history for this message
WhisperingChaos (junk-bethz) wrote :

After running a debugging session to figure out the format of the scons command: "scons -c flavor=dbg static=0", I ran this command in the simulator's root directory, in my case: "~/myOpenWNS", as suggested by the SDK documentation and it successfully removed the"dbg" object/binary files. Although the process warned about not finding a SConstruct in each of the project directories with the message "scons: warning: Ignoring missing SConstruct", it found the SConstruct file located in the root directory. I plan to examine how the "install" command works, as it also reads the SConstruct file from the root director in order to compile the source project files and place them into the object directories.