Lines Matching refs:home

640 AC_ARG_WITH(jdk-home,
641 [ --with-jdk-home if you have installed JDK 1.3 or later on your system
646 Usage: --with-jdk-home=<absolute path to JDK home>
661 AC_ARG_WITH(ant-home,
662 [ --with-ant-home If you have installed Apache Ant on your system,
667 Usage: --with-ant-home=<absolute path to Ant home>
683 AC_ARG_WITH(perl-home,
684 [ --with-perl-home If you have installed the Perl 5 Distribution, on your
689 Usage: --with-perl-home=<absolute path to Perl 5 home>
691 AC_ARG_WITH(cl-home,
692 [ --with-cl-home For Windows NT users, please supply the path
697 Usage: --with-cl-home=<absolute path to Microsoft C/C++ compiler home>
726 AC_ARG_WITH(frame-home,
727 [ --with-frame-home For Microsoft C/C++ .NET compiler users, please supply
737 Usage: --with-frame-home=<absolute path to Framework SDK [[home]]>
739 AC_ARG_WITH(psdk-home,
740 [ --with-psdk-home For Windows users, please supply the path to the
743 Usage: --with-psdk-home=<absolute path to Microsoft Platform SDK>
745 AC_ARG_WITH(directx-home,
746 [ --with-directx-home For Windows users, please supply the path to the
749 Usage: --with-directx-home=<absolute path to Microsoft DirectX SDK>
847 AC_ARG_WITH(asm-home,
848 [ --with-asm-home For Windows users, please supply the path for the
851 Usage: --with-asm-home=<path to ml.exe directory>
853 AC_ARG_WITH(nasm-home,
854 [ --with-nasm-home For Windows users, please supply the path for the
857 Usage: --with-nasm-home=<path to nasm.exe directory>
865 AC_ARG_WITH(unzip-home,
866 [ --with-unzip-home Deprecated: use --with-zip-home instead],,)
867 AC_ARG_WITH(zip-home,
868 [ --with-zip-home If you use a non standard zip, for example Windows
871 Usage: --with-zip-home=<path to zip executable>
1709 AC_MSG_CHECKING([gcc home])
2174 AC_MSG_ERROR([Microsoft C/C++ Compiler not found. Use --with-cl-home.])
2333 psdktest=`$OOWINTOOL --psdk-home`
2385 frametest=`$OOWINTOOL --psdk-home`
2392 AC_MSG_ERROR([mscoree.lib (.NET Framework) not found. Make sure you use --with-frame-home])
2970 _jdk_home=`$OOWINTOOL --jdk-home`
2992 AC_MSG_ERROR([$_java_path not found, please use --with-jdk-home])
3055 #you must use the "--with-jdk-home" configure option explicitly])
3078 you must use the "--with-jdk-home" configure option explicitly])
3134 AC_MSG_ERROR([$javacompiler not found, please use --with-jdk-home])
3191 AC_MSG_ERROR([$_javadoc_path not found, please use --with-jdk-home])
3218 String jrelocation = System.getProperty("java.home");
3235 AC_MSG_CHECKING([if gij knows its java.home])
3242 AC_MSG_ERROR([gij does not know its java.home - use --with-jdk-home])
3268 … AC_MSG_WARN([if this is the case, please inform the correct JAVA_HOME with --with-jdk-home])
3270 … echo "if this is the case, please inform the correct JAVA_HOME with --with-jdk-home" >> warn
3293 … AC_MSG_WARN([JAVA_HOME was not explicitly informed with --with-jdk-home. the configure script])
3296 … echo "JAVA_HOME was not explicitly informed with --with-jdk-home. the configure script" >> warn
3300 # echo "e.g. install java-1.4.2-gcj-compat-devel and use --with-jdk-home=/usr/lib/jvm/j…
3376 AC_MSG_WARN([$gcjaot not found, please use --with-jdk-home])
4340 dnl "home edition" version, which is crippled to not support those java extensions.
5210 PSDK_HOME=`$OOWINTOOL --psdk-home`
5250 are installed or use --with-psdk-home .])
5336 … AC_MSG_ERROR([DirectX SDK files not found, please use --with-directx-home or --disable-directx.])
5648 AC_MSG_ERROR([NASM is required to build on Windows, please install or use --with-nasm-home],,)
5685 AC_MSG_ERROR([Zip/Unzip are required to build, please install or use --with-zip-home],,)
5688 …MSG_ERROR([Zip version 3.0 or newer is required to build, please install or use --with-zip-home],,)
6930 AC_MSG_ERROR([Ant not found - Make sure it's in the path or use --with-ant-home])
6976 ANT_HOME=`$ANT -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`