I would hope that NetBeans provides a way to configure it such that V8 is
compiled with V8's own build process, and your embedding project's code
with whatever system you choose to use (which might be whatever NetBeans
uses by default); but I don't know how to set that up, sorry. V8's build
process is fairly complicated, so it is expected that you can't just tell
an IDE "here are the .cc files, now do your thing and build". The example
from our documentation shows you a way how it's possible to build V8 with
GN as usual, and then have your own code link against that. The example
does it by hand; it is up to you to figure out how to integrate those steps
into any other workflows/tools you might want to use. Feel free to post
your findings to this mailing list so that others can benefit!


On Wed, Mar 21, 2018 at 5:56 AM Eduardo Bolis <jeduardobo...@gmail.com>
wrote:

> Yes, I did. The examples created in the build process (Hello World, Shell,
> etc) works fine.
> But when I try to compile them from Netbeans, there are lot of libraries
> internal reference errors (if you wish, I will put an example here). and
> the compile line code from the turorial references a file 
> (src/inspector/libinspector.a)
> that doesn't exist in my V8 directories. I don't know if there was a config
> error in my process or the doc is deprecated.
> I see no troubles, in the future, to use GN to compile my project with V8,
> but under the development stage I need an IDE facility (like Netbeans) to
> work.
> I want to know if is possible to create a GN or Ninja script to make a
> single library file; if so, I will follow this way, and try to create this
> script (or if anyone already did it, please, tell me where to find).
>
> thanks,
>
> Eduardo
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to