source: local/greenstone3/darwin-64bit/gs3-devel.sh@ 32493

Last change on this file since 32493 was 32493, checked in by ak19, 6 years ago

Changes to 64 bit darwin local folder that works to compile an svn checkout on high sierra mac with checkout.gnomelib set to true. Can't compile imagemagick yet however. 1. adding gs3-devel.sh 2. Modifying local/gs3-setup.sh to have (commented out) lines for adding a custom SVN to environment. I needed svn v 1.9.9 for svn commands to work for me with the release kits and perhaps regular GS3 svn code too, so I would activate these lines by removing the comment signs.

File size: 347 bytes
RevLine 
[32493]1
2#-- Need to adjust CFLAGS, CXXFLAGS, JNIFLAGS for compiling on mac --
3#CFLAGS="-fPIC -I$JAVA_HOME/include -I$JAVA_HOME/include/darwin"
4CFLAGS="-I$JAVA_HOME/include -I$JAVA_HOME/include/darwin"
5export CFLAGS
6CXXFLAGS="$CFLAGS"
7export CXXFLAGS
8JNICFLAGS="$CFLAGS"
9export JNICFLAGS
10
11echo "+ Done setting CFLAGS, CXXFLAGS and JNIFLAGS for compiling"
Note: See TracBrowser for help on using the repository browser.