hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

PATH_MAX requires limits.h on Solaris #213

Closed hyln9 closed 10 years ago

hyln9 commented 10 years ago

PATH_MAX is used in src/ikarus_runtime.c and is defined in the limits.h header file on Solaris. Without this include the build fails.

Launchpad Details: #LP408944 Alan Mock - 2009-08-04 12:46:27 -0400

hyln9 commented 10 years ago

Other than this issue, does it build properly and run the tests on
Solaris? (I haven't tried building on Solaris for about a year, so,
any update on its state is appreciated.)

Aziz,,,

Launchpad Details: #LPC Abdulaziz Ghuloum - 2009-08-04 16:13:50 -0400

hyln9 commented 10 years ago

After adding that include the build completes successfully and make check seems to run with no errors. I haven't tried to do anything else with it yet.

Launchpad Details: #LPC Alan Mock - 2009-08-04 16:29:07 -0400

hyln9 commented 10 years ago

Added in revision 1850. Thanks and sorry for the delay.

Launchpad Details: #LPC Abdulaziz Ghuloum - 2009-08-26 11:51:49 -0400