View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003493 | unreal | ircd | public | 2007-07-31 14:02 | 2007-08-01 10:27 |
| Reporter | T-rexke | Assigned To | Dan | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| OS | Windows | OS Version | XP home | ||
| Product Version | 3.2.8 | ||||
| Summary | 0003493: Visual Studio Compiler | ||||
| Description | hey maybe you can add the future that it will compile with Visual Studio 2005 so to make a long story short : make it so that it wil compile with Visual Studio 2005 thx @ advance | ||||
| 3rd party modules | |||||
|
|
I believe unreal4 will be able to be compiled with visual studio 2005, need someone else to confirm though. |
|
|
In the Visual Studio solution file there are 3 projects. The first two are the configure application which does the same thing as the ./configure script in *nix and the second is the actual Unreal server. These two both compile and link just fine however the third project - m_spanningtree - compiles fine but fails to link. I receive the following linker error: LINK : fatal error LNK1181: cannot open input file 'cmd_whois.lib' |
|
|
The source of the problem is that when the compiler attempted to build commands & modules, if the folders "../bin/release/lib" and "../bin/release/modules" don't exist then it couldn't write to that directory and the build will fail. The post-build event has now been updated (revision 133) to create those directories if they don't exist. Some windows compile bugs in m_rping and m_whoismodes have been fixed also. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-07-31 14:02 | T-rexke | New Issue | |
| 2007-07-31 14:16 | dmb | Note Added: 0014642 | |
| 2007-07-31 14:24 | Dan | Note Added: 0014643 | |
| 2007-07-31 14:24 | Dan | Assigned To | => Dan |
| 2007-07-31 14:24 | Dan | Status | new => confirmed |
| 2007-08-01 10:27 | Dan | QA | => Fixed by developer, needs QA testing |
| 2007-08-01 10:27 | Dan | U4: Need for upstream patch | => Upstream patch needed |
| 2007-08-01 10:27 | Dan | Status | confirmed => resolved |
| 2007-08-01 10:27 | Dan | Resolution | open => fixed |
| 2007-08-01 10:27 | Dan | Note Added: 0014647 |