Git Product home page Git Product logo

Comments (5)

cowboyd avatar cowboyd commented on June 27, 2024

If you could submit a Vagrantfile demostrating the problem, this would be extremely helpful.

from libv8.

oparoz avatar oparoz commented on June 27, 2024

Sure, where can I find it? I only see a gem_make.out

from libv8.

zak avatar zak commented on June 27, 2024

same error

...
v8_value.cpp:175:2: warning: no newline at end of file
c++ -I. -I/usr/local/lib/ruby/gems/1.8/gems/libv8-3.3.10.2/lib/libv8/v8/include -I/usr/local/lib/ruby/1.8/i386-freebsd8 -I/usr/local/lib/ruby/1.8/i386-freebsd8 -I. -I/usr/include -Wall -g -rdynamic -fPIC -I/usr/include -O2 -pipe -fno-strict-aliasing -fPIC -c v8_weakref.cpp
c++ -shared -o v8.so rr.o v8.o v8_array.o v8_callbacks.o v8_context.o v8_date.o v8_debug.o v8_exception.o v8_external.o v8_function.o v8_handle.o v8_locker.o v8_message.o v8_object.o v8_script.o v8_string.o v8_template.o v8_try_catch.o v8_v8.o v8_value.o v8_weakref.o -L/usr/local/lib/ruby/gems/1.8/gems/libv8-3.3.10.2/lib/libv8/build/v8 -Wl,-R/usr/local/lib/ruby/gems/1.8/gems/libv8-3.3.10.2/lib/libv8/build/v8 -L. -L/usr/local/lib -Wl,-R/usr/local/lib -L. -rpath=/usr/lib:/usr/local/lib -pthread -rdynamic -Wl,-soname,v8.so -Wl,-R -Wl,/usr/local/lib -L/usr/local/lib -lruby18 -lcrypt -lm -L/usr/lib -rpath=/usr/lib:/usr/local/lib -pthread -lv8 -lpthread
/usr/bin/ld: cannot find -lv8
*** Error code 1

8.1-RELEASE FreeBSD 8.1-RELEASE
ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-freebsd8]
rubygems 1.8.11

from libv8.

pgib avatar pgib commented on June 27, 2024

I was having the same issue and racking my brain on how to force it to use the /usr/ports/lang/v8 I had already installed. I noticed that the errors where looking in /opt/local/lib, which is not a FreeBSDism by any means. I could not figure out how to change the location of the opt-dir, so I decided to give in and run:

sudo ln -s /usr /opt

After doing that, it found the libv8 libraries I had installed from the ports, and Bob's my uncle.

from libv8.

cowboyd avatar cowboyd commented on June 27, 2024

fixed on master

from libv8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.