Hi all,
I am trying to compile Apache 2.2.16 with VS2008.I run this command successfullyperl srclib\apr\build\cvtdsp.pl -2005.
After building Apache.dsw in VS2008 (having 110 projects), i am getting 82 errors.
Error is like
1>------ Build started: Project: libhttpd, Configuration: Debug Win32 ------
1>Compiling resources...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
2>------ Build started: Project: libapriconv_ces_modules, Configuration: Debug Win32 ------
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>fatal error RC1107: invalid usage; use RC /? for Help
1>Project : error PRJ0002 : Error result 1 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\rc.exe'.
2>Performing Makefile project actions
1>Build log was saved at "file://c:\SVN\httpd-2.2.16\Debug\BuildLog.htm"
1>libhttpd - 1 error(s), 0 warning(s)
2>Build log was saved at "file://c:\SVN\httpd-2.2.16\srclib\apr-iconv\ces\BuildLog.htm"
2>libapriconv_ces_modules - 0 error(s), 0 warning(s)
3>------ Build started: Project: mod_dav, Configuration: Debug Win32 ------
3>Compiling...
3>std_liveprop.c
3>c1 : fatal error C1083: Cannot open source file: '.\std_liveprop.c': No such file or directory
4>------ Build started: Project: mod_dbd, Configuration: Debug Win32 ------
3>Build log was saved at "file://c:\SVN\httpd-2.2.16\modules\dav\main\Debug\BuildLog.htm"
3>mod_dav - 1 error(s), 0 warning(s)
4>Compiling resources...
5>------ Build started: Project: mod_cache, Configuration: Debug Win32 ------
4>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
4>Copyright (C) Microsoft Corporation. All rights reserved.
4>fatal error RC1107: invalid usage; use RC /? for Help
4>Project : error PRJ0002 : Error result 1 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\rc.exe'.
4>Build log was saved at "file://c:\SVN\httpd-2.2.16\modules\database\Debug\BuildLog.htm"
4>mod_dbd - 1 error(s), 0 warning(s)
5>Compiling resources...
5>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
5>Copyright (C) Microsoft Corporation. All rights reserved.
5>fatal error RC1107: invalid usage; use RC /? for Help
5>Project : error PRJ0002 : Error result 1 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\rc.exe'.
5>Build log was saved at "file://c:\SVN\httpd-2.2.16\modules\cache\Debug\BuildLog.htm"
5>mod_cache - 1 error(s), 0 warning(s)
6>------ Build started: Project: mod_auth_basic, Configuration: Debug Win32 ------
6>Compiling resources...
6>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
6>Copyright (C) Microsoft Corporation. All rights reserved.
6>fatal error RC1107: invalid usage; use RC /? for Help
6>Project : error PRJ0002 : Error result 1 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\rc.exe'.
main error-fatal error RC1107: invalid usage; use RC /? for Help
Please help me solving this problem. Is there any settings which i need to do for building Apache with VS2008.