-
Notifications
You must be signed in to change notification settings - Fork 119
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
Unable to compile from source for OSX 10.10.1 #9
Comments
Nvm, solved it by symlink |
I think the solution is not a symlink but to rename terminal_linux.go to I'd be interested to know if the rename works though. Thanks, On Mon, 15 Dec 2014 19:21 Lee Wei Yeong notifications@github.com wrote:
|
Reopening until OSX support works out of the box. |
I've checked in a change that allows the virtual filesystem to be compiled for all platforms except Windows (where I know it doesn't work) rather than Linux only. This should fix the issue on OSX. I would appreciate it if you could please give it a test as I don't have a Mac to test this on myself. |
sure! I'll test it when I get back from work later this evening, and let you know if it works. Thanks for the quick response... |
mmm it does compile ie. |
OK, many thanks. I'll close this then. Feel free to raise another issue if On Tue, 16 Dec 2014 18:26 Lee Wei Yeong notifications@github.com wrote:
|
Thanks for this - just compiled on 10.10.1 as well by renaming terminal_linux.go to terminal_unix.go. I will be tagging and playing with this for the next few days so I'll follow up with any issues (or a thank you) either way. |
The changes I made mean it should to longer be the necessary to rename the files. Are you compiling from the |
I had some issue with release so I went to default - which I think is master, yes? To compile that I had to rename that file and then it compiled fine. Minus VFS support. Sent from my iPhone
|
OK, thanks, I'll take a look as soon as I'm home. It could be I've missed a On Sat, 27 Dec 2014 17:21 ashleyharvey notifications@github.com wrote:
|
Actually, I've been able to check with my phone and, indeed, On Sat, 27 Dec 2014 17:22 Paul Ruane paul.ruane@oniony.com wrote:
|
I guess it's possible! Let me remove all the files and recompile from scratch. I'll let you know how it goes. Sent from my iPhone
|
Re-compiled, didn't have to rename the file. Encountering other errors, I'm going to move over to the open issue for that instead of here. |
The only choice was to build from source for my platform, since a binary distribution is not available (yet?).
I'm stuck at the following point after issuing
make
:The offending lines are:
So, what should be the definition of
Width()
then?Thanks
The text was updated successfully, but these errors were encountered: