Jump to content

[MangosZero] TBB and ACE fail to build


Guest Atlanis

Recommended Posts

I'm attempting to build MangosZero using VC++2008 on Windows 7. Here is the build log:

1>------ Build started: Project: ACE_Project, Configuration: Debug Win32 ------

2>------ Build started: Project: TBB_Project, Configuration: Debug Win32 ------

3>------ Build started: Project: revision.h, Configuration: Debug Win32 ------

1>Performing ACE_Build step for 'ACE_Project'

4>------ Skipped Build: Project: uninstall, Configuration: Debug Win32 ------

4>Project not selected to build for this solution configuration

2>Performing TBB_Build step for 'TBB_Project'

3>Build log was saved at "file://c:\\Users\\emallson\\Code\\AlternateAzeroth\\core\\build\\revision.h.dir\\Debug\\BuildLog.htm"

3>revision.h - 0 error(s), 0 warning(s)

2>Project : error PRJ0019: A tool returned an error code from "Performing TBB_Build step for 'TBB_Project'"

1>Project : error PRJ0019: A tool returned an error code from "Performing ACE_Build step for 'ACE_Project'"

2>Build log was saved at "file://c:\\Users\\emallson\\Code\\AlternateAzeroth\\core\\build\\dep\\tbb\\TBB_Project.dir\\Debug\\BuildLog.htm"

1>Build log was saved at "file://c:\\Users\\emallson\\Code\\AlternateAzeroth\\core\\build\\dep\\ACE_wrappers\\ACE_Project.dir\\Debug\\BuildLog.htm"

1>ACE_Project - 1 error(s), 0 warning(s)

2>TBB_Project - 1 error(s), 0 warning(s)

5>------ Build started: Project: realmd, Configuration: Debug Win32 ------

5>Linking...

5>LINK : fatal error LNK1104: cannot open file 'ACEd.lib'

5>Build log was saved at "file://c:\\Users\\emallson\\Code\\AlternateAzeroth\\core\\build\\src\\realmd\\realmd.dir\\Debug\\BuildLog.htm"

5>realmd - 1 error(s), 0 warning(s)

6>------ Build started: Project: mangosd, Configuration: Debug Win32 ------

6>Linking...

6>LINK : fatal error LNK1104: cannot open file 'ACEd.lib'

6>Build log was saved at "file://c:\\Users\\emallson\\Code\\AlternateAzeroth\\core\\build\\src\\mangosd\\mangosd.dir\\Debug\\BuildLog.htm"

6>mangosd - 1 error(s), 0 warning(s)

7>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------

7>Project not selected to build for this solution configuration

========== Build: 1 succeeded, 4 failed, 9 up-to-date, 2 skipped ==========

If I Clean and then attempt to build, I get two windows which each say this:

Invalid Command Line. Unknown Switch : upgrade.

Use:

vcexpress [solutionfile | projectfile | anyfile.ext] [switches]

The first argument for devenv is usually a solution file or project file.

You can also use any other file as the first argument if you want to have the

file open automatically in an editor. When you enter a project file, the IDE

looks for an .sln file with the same base name as the project file in the

parent directory for the project file. If no such .sln file exists, then the

IDE looks for a single .sln file that references the project. If no such single

.sln file exists, then the IDE creates an unsaved solution with a default .sln

file name that has the same base name as the project file.

Command line builds:

devenv solutionfile.sln /build [ solutionconfig ] [ /project projectnameorfile [ /projectconfig name ] ]

Available command line switches:

/Log Logs IDE activity to the specified file for troubleshooting.

/ResetSettings Restores the IDE's default settings, optionally resets to

the specified VSSettings file.

/SafeMode Launches the IDE in safe mode loading minimal windows.

Product-specific switches:

/debugexe Open the specified executable to be debugged. The

remainder of the command line is passed to this

executable as its arguments.

/useenv Use PATH, INCLUDE, LIBPATH, and LIB environment variables

instead of IDE paths for VC++ builds.

To attach the debugger from the command line, use:

VsJITDebugger.exe -p <pid>

In CMake I had DEBUG turned on. Other than that, all were defaults (except for install paths, which I changed to install in zero/install)

What am I doing wrong?

Link to comment
Share on other sites

Using those projects, I get the following errors:

1>------ Build started: Project: tbb, Configuration: Debug Win32 ------

1>Assembling...

1>'ml.exe' is not recognized as an internal or external command,

1>operable program or batch file.

1>Project : error PRJ0019: A tool returned an error code from "Assembling..."

1>Build log was saved at "file://c:\\Users\\emallson\\Code\\AlternateAzeroth\\core\\win\\VC90\\tbb__Win32_Debug\\BuildLog.htm"

1>tbb - 1 error(s), 0 warning(s)

2>------ Build started: Project: tbbmalloc, Configuration: Debug Win32 ------

2>Assembling...

2>'ml.exe' is not recognized as an internal or external command,

2>operable program or batch file.

2>Project : error PRJ0019: A tool returned an error code from "Assembling..."

2>Build log was saved at "file://c:\\Users\\emallson\\Code\\AlternateAzeroth\\core\\win\\VC90\\tbbmalloc__Win32_Debug\\BuildLog.htm"

2>tbbmalloc - 1 error(s), 0 warning(s)

3>------ Build started: Project: shared, Configuration: Debug Win32 ------

3>Extract revision

3>Build log was saved at "file://c:\\Users\\emallson\\Code\\AlternateAzeroth\\core\\win\\VC90\\shared__Win32_Debug\\BuildLog.htm"

3>shared - 0 error(s), 0 warning(s)

4>------ Build started: Project: realmd, Configuration: Debug Win32 ------

4>Linking...

4>LINK : fatal error LNK1181: cannot open input file '..\\..\\dep\\lib\\win32_debug\\tbbmalloc_debug.lib'

4>Build log was saved at "file://c:\\Users\\emallson\\Code\\AlternateAzeroth\\core\\win\\VC90\\realmd__Win32_Debug\\BuildLog.htm"

4>realmd - 1 error(s), 0 warning(s)

5>------ Build started: Project: mangosd, Configuration: Debug Win32 ------

5>Linking...

5>LINK : fatal error LNK1104: cannot open file '..\\..\\dep\\lib\\win32_debug\\tbbmalloc_debug.lib'

5>Build log was saved at "file://c:\\Users\\emallson\\Code\\AlternateAzeroth\\core\\win\\VC90\\mangosd__Win32_Debug\\BuildLog.htm"

5>mangosd - 1 error(s), 0 warning(s)

========== Build: 1 succeeded, 4 failed, 6 up-to-date, 0 skipped ==========

I'm guessing that I need to install masm?

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use