Skip to content
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

invalid option: --with-wxmac when installing bash install-deps #288

Open
b628alloon opened this issue Nov 10, 2019 · 4 comments
Open

invalid option: --with-wxmac when installing bash install-deps #288

b628alloon opened this issue Nov 10, 2019 · 4 comments

Comments

@b628alloon
Copy link

When I tried to run this code to install Torch

git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh

I met the error:
invalid option: --with-wxmac

What does it mean? and what should i do to solve this?

@wuhanstudio
Copy link

Seems Homebrew options have been removed:

Homebrew/homebrew-core#31510

@hunble
Copy link

hunble commented Jan 31, 2020

same here and running install produces following

src/lfs.c:431:39: error: use of undeclared identifier 'symlink'
                (lua_toboolean(L,3) ? symlink : link)(oldpath, newpath), NULL);
                                      ^
src/lfs.c:431:49: error: use of undeclared identifier 'link'
                (lua_toboolean(L,3) ? symlink : link)(oldpath, newpath), NULL);

in short unable to install torch-on mac working on collab though.

Am i using wrong Lua version? How to change that

@zbeibei31
Copy link

Same here.

Error: invalid option: --with-wxmac

How can I solve this issue?

@vatdut8994
Copy link

No one knows even after 4 years?

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

No branches or pull requests

5 participants