jnr / jffi

Java Foreign Function Interface
Apache License 2.0
168 stars 78 forks source link

RTLD constants incorrect for linux #4

Closed tduehr closed 10 years ago

tduehr commented 10 years ago

This patch corrects this by loading the constants at runtime from the C constants used at compile time.

Also updates junit, tweaks a constant in StubLoader and adds openjdk7 and oraclejdk8 test platforms.

headius commented 10 years ago

Sorry this one got missed. Can you try to rebase your changes against current master?

tduehr commented 10 years ago

done

tduehr commented 10 years ago

looks like it failed due to travis wonkiness... Can you restart those last two runs?

headius commented 10 years ago

I think the fails are due to newer libffi build wanting makeinfo command on the system, which I fixed in the travis config.