GL_ARB_vertex_buffer_object not available on Mac?

classic Classic list List threaded Threaded
43 messages Options
123
Reply | Threaded
Open this post in threaded view
|

Re: GL_ARB_vertex_buffer_object not available on Mac?

nyholku
I can confirm that jocl compiles and runs (at least in my test case) beautifully without any errors or warnings.

Great work, thanks!

wbr Kusti


On 09/01/2019, 5.35, "Wade Walker [via jogamp]" <[hidden email]> wrote:



JOCL compiles now, without any changes besides the ones I posted, but I didn't try running it yet, since I'm not using it myself at the moment. Have you tried duplicating your initial tests with a newly-built JOCL to see if it still fails? I'm hoping that the
 Mac natives just got out of date due to some library/compiler change in the OS.

You can find precompiled JARs in my repo at
https://github.com/WadeWalker/com.jogamp.jogl <https://github.com/WadeWalker/com.jogamp.jogl>. It's an Eclipse project, but the JARs in it are just the ones I built over the last few days. Currently it has 64-bit Windows, Mac, and Linux (just built with Ubuntu 18.04 yesterday).




________________________________________
If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/GL-ARB-vertex-buffer-object-not-available-on-Mac-tp4039309p4039384.html
To unsubscribe from GL_ARB_vertex_buffer_object not available on Mac?,
click here <
NAML <
http://forum.jogamp.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>


This e-mail may contain confidential or privileged information and is intended solely for the person to whom it is addressed. If you have received this e-mail in error, please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. We will not be liable for direct, indirect, special or consequential damages arising from the alteration of this e-mail, or as a result of any virus being passed on or as of transmission of this e-mail in general.
Reply | Threaded
Open this post in threaded view
|

Re: GL_ARB_vertex_buffer_object not available on Mac?

nyholku
One more questions ... what would it take to compile for ARM / Raspberry Pi ?
Reply | Threaded
Open this post in threaded view
|

Re: GL_ARB_vertex_buffer_object not available on Mac?

Wade Walker
Administrator
Good question -- I've never tried it, but Sven or Xerxes would know. My impression is that developing for Arm is usually via cross-compilation, but I've never cross-compiled an OpenGL program.

On the other hand, if Raspberry Pi is self-hosting (i.e. if you can compile on it), you could always just try building on it and see if it works. Since the makefile works for Ubuntu now, it should be pretty close for Raspbian, though a few bits might need to be changed to reflect the new directory structure of the Java 11 installation.
123