QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1441|回复: 1

關于apache 2.2.3編譯的問題RC資源編譯出錯```

[复制链接]
发表于 2006-10-11 02:46:49 | 显示全部楼层 |阅读模式
不好意思``是在win32用vs2003的``由于找不到什么地方能問```我區C/C++群里面問他們連apache是什么都不知道 沒有辦法````只好求助這里了``版主大人別刪我````

我看了一下他的工程rc資源的命令行參數是這樣的
[code:1]
/d "NDEBUG" /d "BIN_NAME="mod_authn_default.so"" /d "LONG_NAME="authn_default_module for Apache"" /l 0x409 /I "../../include" /I "../../srclib/apr/include" /fo"Release/mod_authn_default.res"[/code:1]

當我改成這樣的時候 手動就可以rc連接過去

[code:1]
/d "NDEBUG" /d "BIN_NAME=mod_authn_default.so" /d "LONG_NAME=authn_default_module for Apache" /l 0x409 /I "../../include" /I "../../srclib/apr/include" "Release/mod_authn_default.res"[/code:1]

但是工程里面的RC資源命令行窗口是只讀的...不知道有沒有高人指點一下```
 楼主| 发表于 2006-10-11 02:49:33 | 显示全部楼层
[code:1]

------ Build started: Project: mod_log_forensic, Configuration: Release Win32 ------

Compiling resources...
fatal error RC1107: invalid usage; use RC /? for Help
mod_log_forensic : error PRJ0002 : error result returned from 'rc.exe'.

Build log was saved at "file://d:\compiler\httpd-2.2.3-win32-src\httpd-2.2.3\modules\loggers\Release\BuildLog.htm"
mod_log_forensic - 1 error(s), 0 warning(s)


------ Build started: Project: mod_log_config, Configuration: Release Win32 ------

Compiling resources...
fatal error RC1107: invalid usage; use RC /? for Help
mod_log_config : error PRJ0002 : error result returned from 'rc.exe'.

Build log was saved at "file://d:\compiler\httpd-2.2.3-win32-src\httpd-2.2.3\modules\loggers\Release\BuildLog.htm"
mod_log_config - 1 error(s), 0 warning(s)


------ Build started: Project: mod_proxy_ftp, Configuration: Release Win32 ------

Compiling resources...
fatal error RC1107: invalid usage; use RC /? for Help
mod_proxy_ftp : error PRJ0002 : error result returned from 'rc.exe'.

Build log was saved at "file://d:\compiler\httpd-2.2.3-win32-src\httpd-2.2.3\modules\proxy\Release\BuildLog.htm"
mod_proxy_ftp - 1 error(s), 0 warning(s)


[/code:1]

這些就是rc出錯其中的一部分``````````基本上所有的模塊都會rc出錯`
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-5-22 05:32 , Processed in 0.102362 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表