I'm not a C++ guy but I don't believe the linker is supposed to look
at header files? I think the problem is with `-lnana`, ie. are you
sure the library is in your LD_PATH or something like that?
--emi
On Sat, Nov 10, 2018 at 11:58 PM mr rupplin wrote:
>
> Can we force Netbeans to include .hpp fi
We build with Java 8. The general idea was NetBeans 10 == Java 10 but
since Java is getting so speedy with releases, I believe we might
stick with LTSes. So our next target would be Java 11 (although right
now there is a blocker issue for NetBeans with 11.0.1 so we are
waiting on JDK 11.0.2 or some
(Answer to a part of your question:)
I think NetBeans is meant to run on any Java version from 8 and above. To
maintain backwards compatibility to Java 8, the release build is always done on
Java 8, and I think the build script will fail with a warning if you try to use
a later Java release for
Can we force Netbeans to include .hpp files (containing structs and full
classes in some cases) such that the resulting library lib.a contains the
.hpp files?
Otherwise I'm unsure how I tell the linker (ld) to requires the header files at
the time of linking. I get linking
errors like: