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

#make install doesn't copy v8 swig files #2

Open
johncant opened this issue Nov 9, 2012 · 4 comments
Open

#make install doesn't copy v8 swig files #2

johncant opened this issue Nov 9, 2012 · 4 comments

Comments

@johncant
Copy link

johncant commented Nov 9, 2012

When I build and install swig-v8, the files in Lib/javascript/v8/ don't get moved to their rightful place in /usr . It works fine if I copy them manually. I'll try and fix this

@obuchtala
Copy link
Owner

Right. Install is not yet addressed really.

@johncant
Copy link
Author

Weird, install seems to work for me now :) Only difference my end is upgrade from ubuntu 11.04 to 12.10, but I can't guarantee that I didn't mess up the tree the first time I tried it.

@obuchtala
Copy link
Owner

BTW, to avoid early install...
there is a preinst-swig which takes the lib folders from the source tree.
Also, you can provide "-I" - include directories to the swig executable pointing

  1. to /Lib
  2. to /Lib/javascript/v8 (or .../jsc, respectively)

@johncant
Copy link
Author

cool

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