Lines Matching refs:home

643 AC_ARG_WITH(jdk-home,
644 [ --with-jdk-home if you have installed JDK 1.3 or later on your system
649 Usage: --with-jdk-home=<absolute path to JDK home>
670 AC_ARG_WITH(ant-home,
671 [ --with-ant-home If you have installed Jakarta Ant on your system,
676 Usage: --with-ant-home=<absolute path to Ant home>
685 AC_ARG_WITH(perl-home,
686 [ --with-perl-home If you have installed the Perl 5 Distribution, on your
691 Usage: --with-perl-home=<absolute path to Perl 5 home>
693 AC_ARG_WITH(cl-home,
694 [ --with-cl-home For Windows NT users, please supply the path
699 Usage: --with-cl-home=<absolute path to Microsoft C/C++ compiler home>
728 AC_ARG_WITH(frame-home,
729 [ --with-frame-home For Microsoft C/C++ .NET compiler users, please supply
739 Usage: --with-frame-home=<absolute path to Framework SDK [[home]]>
741 AC_ARG_WITH(psdk-home,
742 [ --with-psdk-home For Windows users, please supply the path to the
745 Usage: --with-psdk-home=<absolute path to Microsoft Platform SDK>
747 AC_ARG_WITH(directx-home,
748 [ --with-directx-home For Windows users, please supply the path to the
751 Usage: --with-directx-home=<absolute path to Microsoft DirectX SDK>
858 AC_ARG_WITH(asm-home,
859 [ --with-asm-home For Windows users, please supply the path for the
862 Usage: --with-asm-home=<path to ml.exe directory>
864 AC_ARG_WITH(nasm-home,
865 [ --with-nasm-home For Windows users, please supply the path for the
868 Usage: --with-nasm-home=<path to nasm.exe directory>
876 AC_ARG_WITH(unzip-home,
877 [ --with-unzip-home Deprecated: use --with-zip-home instead],,)
878 AC_ARG_WITH(zip-home,
879 [ --with-zip-home If you use a non standard zip, for example windows
882 Usage: --with-zip-home=<path to zip executable>
1660 AC_MSG_CHECKING([gcc home])
2125 AC_MSG_ERROR([Microsoft C/C++ Compiler not found. Use --with-cl-home or set path to cl.exe.])
2171 psdktest=`./oowintool --psdk-home`
2223 frametest=`./oowintool --psdk-home`
2230 AC_MSG_ERROR([mscoree.lib (.NET Framework) not found. Make sure you use --with-frame-home])
2942 _jdk_home=`./oowintool --jdk-home`
2964 AC_MSG_ERROR([$_java_path not found, please use --with-jdk-home])
3027 #you must use the "--with-jdk-home" configure option explicitly])
3050 you must use the "--with-jdk-home" configure option explicitly])
3107 AC_MSG_ERROR([$javacompiler not found, please use --with-jdk-home])
3165 AC_MSG_ERROR([$_javadoc_path not found, please use --with-jdk-home])
3192 String jrelocation = System.getProperty("java.home");
3209 AC_MSG_CHECKING([if gij knows its java.home])
3216 AC_MSG_ERROR([gij does not know its java.home - use --with-jdk-home])
3242 … AC_MSG_WARN([if this is the case, please inform the correct JAVA_HOME with --with-jdk-home])
3244 … echo "if this is the case, please inform the correct JAVA_HOME with --with-jdk-home" >> warn
3267 … AC_MSG_WARN([JAVA_HOME was not explicitly informed with --with-jdk-home. the configure script])
3270 … echo "JAVA_HOME was not explicitly informed with --with-jdk-home. the configure script" >> warn
3274 # echo "e.g. install java-1.4.2-gcj-compat-devel and use --with-jdk-home=/usr/lib/jvm/j…
3350 AC_MSG_WARN([$gcjaot not found, please use --with-jdk-home])
4324 dnl "home edition" version, which is crippled to not support those java extensions.
5252 PSDK_HOME=`./oowintool --psdk-home`
5292 are installed or use --with-psdk-home .])
5378 … AC_MSG_ERROR([DirectX SDK files not found, please use --with-directx-home or --disable-directx.])
5690 AC_MSG_ERROR([NASM is required to build on Windows, please install or use --with-nasm-home],,)
5727 AC_MSG_ERROR([Zip/Unzip are required to build, please install or use --with-zip-home],,)
6981 AC_MSG_ERROR([Ant not found - Make sure it's in the path or use --with-ant-home])
7027 ANT_HOME=`$ANT -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"`