torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
555 stars 481 forks source link

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

Open b628alloon opened 4 years ago

b628alloon commented 4 years ago

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 commented 4 years ago

Seems Homebrew options have been removed:

https://github.com/Homebrew/homebrew-core/issues/31510

hunble commented 4 years ago

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 commented 3 years ago

Same here.

Error: invalid option: --with-wxmac

How can I solve this issue?

vatdut8994 commented 1 year ago

No one knows even after 4 years?