-
Notifications
You must be signed in to change notification settings - Fork 21
Building the Project on Mac #15
Description
Running the PrepareRepository.ps1 script on powershell returns the following error:
/bin/mkdir: illegal option -- F
usage: mkdir [-pv] [-m mode] directory ...
open: unrecognized option `--run' Usage: open [-e] [-t] [-f] [-W] [-R] [-n] [-g] [-h] [-s ][-b ] [-a ] [filenames] [--args arguments] Help: Open opens files from a shell.
By default, opens each file using the default application for that file.
If the file is in the form of a URL, the file will be opened as a URL.
Options:
-a Opens with the specified application.
-b Opens with the specified application bundle identifier.
-e Opens with TextEdit.
-t Opens with default text editor.
-f Reads input from standard input and opens with TextEdit.
-F --fresh Launches the app fresh, that is, without restoring windows. Saved persistent state is lost, excluding Untitled documents.
-R, --reveal Selects in the Finder instead of opening.
-W, --wait-apps Blocks until the used applications are closed (even if they were already running).
--args All remaining arguments are passed in argv to the application's main() function instead of opened.
-n, --new Open a new instance of the application even if one is already running.
-j, --hide Launches the app hidden.
-g, --background Does not bring the application to the foreground.
-h, --header Searches header file locations for headers matching the given filenames, and opens them.
-s For -h, the SDK to use; if supplied, only SDKs whose names contain the argument value are searched.
Otherwise the highest versioned SDK in each platform is used.
~/BioModelAnalyzer/PrepareRepository.ps1 : ERROR: Failed install dependencies with paket.
At line:1 char:1
- ./BioModelAnalyzer/PrepareRepository.ps1
- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
- FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,PrepareRepository.ps1
Running this line by line and opening the .exe file in wine stable works but then running the build.ps1 script returns:
Write-Error : A positional parameter cannot be found that accepts argument '+'.
At ~/BioModelAnalyzer/build.ps1:12 char:5
Write-Error -Message 'ERROR: Failed to locate MSBuild at ' + $msb ...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : InvalidArgument: (:) [Write-Error], ParameterBindingException
- FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.WriteErrorCommand