Re: jni_md.h not found on freebsd
Posted by
Michael Bien on
Jun 25, 2010; 8:01pm
URL: https://forum.jogamp.org/jni-md-h-not-found-on-freebsd-tp922667p922953.html
hello jerron,
just fork a repository on github (e.g
http://github.com/mbien/gluegen)
and push the changeset into your repo. We will integrate it later.
(or any other place you could host a git repo we can pull from would be
sufficient)
patches are ok too, but don't forget to somehow generate them in a way
which contains git authorship information (name + email). Otherwise we
end up integrating code under our names we haven't written :)
(i'll move this forum thread to the gluegen section)
thanks!,
michael
On 06/25/2010 09:39 PM, jerron [via jogamp] wrote:
I've worked it out.
I've cleaned up and corrected all of the FreeBSD logic in the build.xml
and gluegen-cpptasks-base.xml
files. I've also added a correct definition for StructLayout.
JUnit tests all pass for gluegen (haven't attempted to build jogl,
yet).
Where should I send patches?