So you want to make Visual C++ building support a reality. Good. Do you have Visual Studio, Visual C++ Express or any flavor of the DDK? Do you have trunk checked out and updated? Even better. Do the following from a RosBE prompt: * del makefile.auto * set ROS_RBUILDFLAGS=-Mmicrosoft * make rbuild
and reply to this message with: * what version of Visual Studio, Visual C++ Express or the DDK you installed * the output of the "[RBUILD] makefile.auto" phase
To clean up and resume building as usual: * del makefile.auto * set ROS_RBUILDFLAGS=
Thank you
* what version of Visual Studio, Visual C++ Express or the DDK you installed
Microsoft Visual C++ 2008 Express Edition (SP1) Version 9.0.30729.1 SP
* the output of the "[RBUILD] makefile.auto" phase
Reading build files...done Detecting compiler...not detected Detecting binutils...not detected Detecting netwide assembler...detected (nasm 2.05.01) Detecting compiler pre-compiled header support...disabled Processing modules...done Creating directories...done Generating test support code...done Generating compilation unit support code...done Generating syssetup.inf...done Generating proxy makefiles...done Checking automatic dependencies...done
Regards, Amine.
- what version of Visual Studio, Visual C++ Express or the DDK you
installed
Visual Studio 2008 Professional, Version 9.0.30729.1 SP Windows Driver Kit 2008 Server SP1 6001.18002
- the output of the "[RBUILD] makefile.auto" phase
[RBUILD] makefile.auto Reading build files...done Detecting compiler...detected (cl 15.0.30729.1) Detecting binutils...detected (link 9.0.30729.1) Detecting netwide assembler...detected (nasm 2.05.01) Detecting compiler pre-compiled header support...disabled Processing modules...done Creating directories...done Generating test support code...done Generating compilation unit support code...done Generating syssetup.inf...done Generating proxy makefiles...done Checking automatic dependencies...done mingw32-make: Nothing to be done for `rbuild'.
-----Original Message----- From: ros-dev-bounces@reactos.org [mailto:ros-dev-bounces@reactos.org] On Behalf Of KJK::Hyperion Sent: 08 June 2009 13:32 To: ReactOS Development List Subject: [ros-dev] Help me test Visual C++ support
So you want to make Visual C++ building support a reality. Good. Do you have Visual Studio, Visual C++ Express or any flavor of the DDK? Do you have trunk checked out and updated? Even better. Do the following from a RosBE prompt: * del makefile.auto * set ROS_RBUILDFLAGS=-Mmicrosoft * make rbuild
and reply to this message with: * what version of Visual Studio, Visual C++ Express or the DDK you installed * the output of the "[RBUILD] makefile.auto" phase
To clean up and resume building as usual: * del makefile.auto * set ROS_RBUILDFLAGS=
Thank you _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
KJK::Hyperion schrieb:
- what version of Visual Studio, Visual C++ Express or the DDK you
installed
Visual Studio 2008 Professional, Version 9.0.21022.8 RTM
Windows 7 Beta WDK(7000.0.081212-1400_WDK-GB1WDK_EN_DVD.iso) Vista RTM Build 6000 WDK(WDK_6000.16386.061101-2205.iso)
- the output of the "[RBUILD] makefile.auto" phase
Reading build files...done Detecting compiler...detected (cl 15.0.21022.8) Detecting binutils...detected (link 9.0.21022.8) Detecting netwide assembler...detected (nasm 2.05.01) Detecting compiler pre-compiled header support...disabled Processing modules...done Creating directories...done Generating test support code...done Generating compilation unit support code...done Generating syssetup.inf...done Generating proxy makefiles...done Checking automatic dependencies...done
[RBUILD] makefile.auto Reading build files...done Detecting compiler...detected (cl 15.0.30729.1) Detecting binutils...detected (link 9.0.30729.1) Detecting netwide assembler...detected (nasm 2.05.01) Detecting compiler pre-compiled header support...disabled Processing modules...done Creating directories...done Generating test support code...done Generating compilation unit support code...done Generating syssetup.inf...done Generating proxy makefiles...done Checking automatic dependencies...done mingw32-make: Nothing to be done for `rbuild'.
MSVS 2008, WDK 6001, Windows XP SP3.
On Jun 8, 2009, at 4:31 PM, KJK::Hyperion wrote:
So you want to make Visual C++ building support a reality. Good.
Vista x64 (SP2) Microsoft Visual Studio 2005 Version 8.0.50727.867 (vsvista.050727-8600) Microsoft .NET Framework Version 2.0.50727 SP2
[RBUILD] makefile.auto Reading build files...done Detecting compiler...detected (cl 14.0.50727.762) Detecting binutils...detected (link 8.0.50727.762) Detecting netwide assembler...detected (nasm 2.05.01) Detecting compiler pre-compiled header support...disabled Processing modules...done Creating directories...done Generating test support code...done Generating compilation unit support code...done Generating syssetup.inf...done Generating proxy makefiles...done Checking automatic dependencies...done
________________________________________________________________________ AOL eMail auf Ihrem Handy! Ab sofort können Sie auch unterwegs Ihre AOL email abrufen. Registrieren Sie sich jetzt kostenlos.
OK, it seems we have a problem with Visual C++ Express. This will be enough guys, thanks everyone. Expect commits