This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/jpl/src/c
Vítor Santos Costa 2192f73b11 make it compile under MSN vc. Unfortunately it has a weird crash at boot :(
- Lots of indenting changes
- VC++ is strict with variadic macros
- VC++ does not accept unistd.h
- new interface for walltime
- VC++ does not seem to have support for integer overflow.
- VC++ defines YENV_REG?
- no access flags, x permissions ignored.
- new FindGMP supporting MPIR
- make horus optional (c++ is hard).
2016-02-28 19:32:55 +00:00
..
build.bat stop using submodule 2015-10-13 08:17:51 +01:00
CMakeLists.txt make it compile under MSN vc. Unfortunately it has a weird crash at boot :( 2016-02-28 19:32:55 +00:00
hacks.c facilitate peek processing when using system locale. 2016-02-20 21:50:06 +00:00
hacks.h Linux 2016-02-03 02:48:18 +00:00
jpl.c make it compile under MSN vc. Unfortunately it has a weird crash at boot :( 2016-02-28 19:32:55 +00:00
jpl.h stop using submodule 2015-10-13 08:17:51 +01:00
README stop using submodule 2015-10-13 08:17:51 +01:00

To recompile jpl.c to jpl.dll (for Windows),
ensure that JAVA_HOME and PL_HOME are appropriately set in your environment,
then run

	.\build.bat

To recompile jpl.c to libjpl.so (for Linux),
ensure that JAVA_HOME and PL_HOME are appropriately set in your environment,
then run

	./build.sh

----
Paul Singleton (paul.singleton@bcs.org.uk)
March 2004