Closed GoogleCodeExporter closed 8 years ago
Thanks for the report. For some reasons (I didn't figure out) size_t should be
explicitly qualified with std:: namespace. I didn't caught it as I use rather
old GCC compiler. Fixed in 1639.
Original comment by dmitry.t...@gmail.com
on 21 Aug 2013 at 11:53
Hi,
Thanks; seems like the first problem is fixed, though a new one is coming:
"uk_ac_manchester_cs_factplusplus_FaCTPlusPlus.h:2:17: fatal error: jni.h:
Ingen slik fil eller filkatalog"
-- From
http://stackoverflow.com/questions/13466777/jni-h-no-such-file-or-directory
it seems like the problem is the Makefile
-- May you test your own compile-script and environmental variable, i.e. as you
are able to compile the source code yourself, it could be that you have set
some "global system/environmental" variables, thereby avoiding/circumventing my
last error.
If you could have a look upon the issue, providing me with feedback, I would be
thankful1
Best regards,
Ole Kristian
Original comment by oeks...@gmail.com
on 21 Aug 2013 at 12:03
Thanks for the report and pointer. As I work on Mac, I don't check Linux
environment frequently. Fixed now in 1640.
Original comment by dmitry.t...@gmail.com
on 21 Aug 2013 at 12:24
Sadly no you, i.e. the problem was still there.
> As I work on Mac, I don't check Linux environment frequently.
Have the same thing with Mac, i.e. I'm thankful that you have time time helping
me to run your software on Linux! ;)
Best regards,
Ole Kristian
Original comment by oeks...@gmail.com
on 21 Aug 2013 at 12:33
Does it work for you now? You should have JDK installed and the JAVA_HOME
variable set properly in order to compile FaCT++.
Original comment by dmitry.t...@gmail.com
on 21 Aug 2013 at 12:36
I get the same error "In file included from Axioms.cpp:21:0:
uk_ac_manchester_cs_factplusplus_FaCTPlusPlus.h:2:17: fatal error: jni.h: No
such file or directory #include <jni.h>" and I have JDK and JAVA_HOME variable
set.
If you could help me, I would be extremely thankfull.
Best regards,
Alexandru Cojocaru
Original comment by cojocaru...@gmail.com
on 15 Mar 2015 at 2:08
Dear Alexandru,
can you please provide some more details. Do you have $JAVA_HOME/include
directory? where is your file jni.h located in your system (a command locate
jni.h will show you the latter).
Original comment by dmitry.t...@gmail.com
on 16 Mar 2015 at 5:00
Original issue reported on code.google.com by
oeks...@gmail.com
on 20 Aug 2013 at 2:52Attachments: