Skip to content

Mono setup no longer works #289

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
WereDev opened this issue Jul 2, 2016 · 3 comments
Closed

Mono setup no longer works #289

WereDev opened this issue Jul 2, 2016 · 3 comments

Comments

@WereDev
Copy link

WereDev commented Jul 2, 2016

Following the guide to get ReactJS.Net running on Mono no longer works (http://reactjs.net/guides/mono.html). When running 'make dependencies' I get the following output:

svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp
--revision 1501
svn: E170013: Unable to connect to a repository at URL 'http://gyp.googlecode.com/svn/trunk'
svn: E160013: '/svn/trunk' path not found
Makefile:301: recipe for target 'dependencies' failed
make: *** [dependencies] Error 1

The referenced repository appears to no longer be working: https://github.com/Homebrew/homebrew-versions/issues/1275

I am looking to see if the information in this other ticket resolves the issue here.

@WereDev
Copy link
Author

WereDev commented Jul 2, 2016

Seems if I replace

make dependencies

with
cd build
git clone https://chromium.googlesource.com/external/gyp
cd ..

And then continue on, the next make native ... line will succeed.

@WereDev
Copy link
Author

WereDev commented Jul 2, 2016

At step g++ jscontext.cpp jsengine.cpp managedref.cpp bridge.cpp jsscript.cpp -o libVroomJsNative.so -shared -L /usr/local/src/v8-3.17/out/native/lib.target/ -I /usr/local/src/v8-3.17/include/ -fPIC -Wl,--no-as-needed -l:/usr/local/lib/libv8.so.3.17.16.2

Getting error /usr/bin/ld: cannot find -l:/usr/local/lib/libv8.so.3.17.16.2

File does exist, however:
-rwxr-xr-x 1 root root 7999056 Jul 2 12:44 libv8.so.3.17.16.2
drwxrwsr-x 4 root staff 4096 Apr 20 17:13 python2.7
drwxrwsr-x 3 root staff 4096 Apr 20 17:08 python3.5

Not sure where to go from here...

@dustinsoftware
Copy link
Member

Closing issues older than a year, please re-open if you think this is still relevant.

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

2 participants