Discussion:
[fluid-dev] Trying to build with Install
Whitney Clarke
2018-08-13 17:05:17 UTC
Permalink
I got the solution to bulid except with INSTALL and LibsPackage. I get this error:

Severity

Code

Description

Project

File

Line

Suppression State

Error

MSB3073

The command "setlocal"C:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmakeif %errorlevel% neq 0 goto :cmEnd:cmEndendlocal & call :cmErrorLevel %errorlevel% & goto :cmDone:cmErrorLevelexit /b %1:cmDoneif %errorlevel% neq 0 goto :VCEnd:VCEnd" exited with code 1.

INSTALL

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets

133





Any suggestions?

Thanks,
Ms. Whitney Clarke
Content Acquisition Director|COEP Coordinator
The WiderNet Project
1906 NC Hwy 54 100 E/F
Durham, NC 27713 USA
http://www.widernet.org<http://www.widernet.org/>
http://www.widernet.org/coep
Tom M.
2018-08-15 14:36:23 UTC
Permalink
Without a full verbose build log, cmake log, version of fluidsynth and your OS, you're unlikely to receive any useful advice.

I dont quite understand why you need to "build" the INSTALL project. It would only install files to some previously defined destination (to which you perhaps dont have write-permission?). As the rest of the solution has successfully built, you could just take the compiled binaries and manually copy them to your destination.

Or try via command line:
cmake --build BUILD/ --config Release --target install

where BUILD/ denotes the directory you've initially run cmake in.

Tom

Loading...