Skip to content

Fix build on Linux and OSX #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

PaGrom
Copy link

@PaGrom PaGrom commented Jul 29, 2015

There were 2 problems:

  1. (Affected OSX and Linux) Wrong path to "packages.config". Xbuild tried to search it in SolutionDir, not in ProjectDir.
  2. (Affected Linux) Linux has case-sensitive file system, so xbuild couldn't start "nuget.exe"

Command for build with mono:
EnableNuGetPackageRestore=true MONO_IOMAP=all xbuild build.proj /target:Build /p:Configuration="Release 4.0" /p:Platform="Any CPU"

@PaGrom
Copy link
Author

PaGrom commented Aug 4, 2015

Add Jira-issue http://dev.clojure.org/jira/browse/CLJCLR-70

@dmiller
Copy link
Member

dmiller commented Aug 8, 2015

Prefer patches on JIRA.
Need to have signed the Clojure Contributor's Agreement.
These fixes are straightforward and have bee made.

@dmiller dmiller closed this Aug 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants