-
Notifications
You must be signed in to change notification settings - Fork 148
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
Having trouble installing on Linux and windows #197
Comments
Neither am I, for the moment, as I don't know what the errors are. Could you copy the output to here? |
mkdir -p bootstrap Mono loads log4net before privatebinpath is set-up, so we need this in the same directoryas NAnt.execp lib/common/neutral/log4net.dll bootstrap Here you go |
All right. Looks like it's trying to run |
so I just did a search for mono / mcs and this is what shows up under mono-mcs i A mono-mcs - Mono C# 2.0 / 3.0 / 4.0 / 5.0 compil |
All right. But does that specific path exist? Or do you have I wasn't the one who set up the Linux build scripts, so I don't know exactly how this side of it works, but it sure looks like it's looking for |
no for some reason the path doesn't exist, and I'm not sure where else it could be. |
All right, looks like the source of the problem is here. The Not 100% sure, but it looks like you can fix this by finding the Mono install path on your system and setting the |
I honestly have no clue where the path is defined it looks like the program is in /usr/bin but Iḿ not sure where everything I need is located here is an output of my command prompt /usr/bin/mono Mono loads log4net before privatebinpath is set-up, so we need this in the same directoryas NAnt.execp lib/common/neutral/log4net.dll bootstrap |
@eatdrinksleepcode Can you weigh in on this one? It's getting out past the edges of my knowledge at this point... |
@masonwheeler is there a gitter.im room for the boo programming language? I don't want to keep constantly bothering you about a visual studio extension, I was able to get boo to work on windows with sharpDevlop, but that's about it |
No, unfortunately. I've looked into setting one up, but I don't have the access rights to associate an external app with boo-lang. I think @bamboo is the only one who can do that. |
@Braber01 what is the output of Check out the
|
which mcs says /usr/bin/mcs I'm using linux mint if it helps |
tried switching mono_path and mcs_path to /usr/bin/mcs and /usr/bin mono and I still got errors mkdir -p bootstrap Mono loads log4net before privatebinpath is set-up, so we need this in the same directoryas NAnt.execp lib/common/neutral/log4net.dll bootstrap |
every time I try to run the script on each platform I keep getting a bunch of errors and I'm not really sure how to fix them
The text was updated successfully, but these errors were encountered: