Changeset 2978 in orxonox.OLD for orxonox/branches/osX
- Timestamp:
- Nov 24, 2004, 2:31:17 PM (20 years ago)
- Location:
- orxonox/branches/osX
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/osX/Makefile.in
r2819 r2978 38 38 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 39 39 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 40 depcomp install-sh missing mkinstalldirs40 TODO depcomp install-sh missing mkinstalldirs 41 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac -
orxonox/branches/osX/config.h.in
r2627 r2978 31 31 /* Define to 1 if you have the <memory.h> header file. */ 32 32 #undef HAVE_MEMORY_H 33 34 /* Define to 1 if you have the <OpenGL/glu.h> header file. */ 35 #undef HAVE_OPENGL_GLU_H 36 37 /* Define to 1 if you have the <OpenGL/gl.h> header file. */ 38 #undef HAVE_OPENGL_GL_H 33 39 34 40 /* Define to 1 if you have the <SDL/SDL.h> header file. */ -
orxonox/branches/osX/configure
r2977 r2978 5563 5563 5564 5564 ;; 5565 5566 ### OS X ### 5567 *Darwin*) 5568 echo "OS X detected" 5569 5570 osX="yes" 5571 5572 # checking gl header 5573 5574 for ac_header in OpenGL/gl.h 5575 do 5576 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5577 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5578 echo "$as_me:$LINENO: checking for $ac_header" >&5 5579 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5580 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5581 echo $ECHO_N "(cached) $ECHO_C" >&6 5582 fi 5583 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5584 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5585 else 5586 # Is the header compilable? 5587 echo "$as_me:$LINENO: checking $ac_header usability" >&5 5588 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5589 cat >conftest.$ac_ext <<_ACEOF 5590 /* confdefs.h. */ 5591 _ACEOF 5592 cat confdefs.h >>conftest.$ac_ext 5593 cat >>conftest.$ac_ext <<_ACEOF 5594 /* end confdefs.h. */ 5595 $ac_includes_default 5596 #include <$ac_header> 5597 _ACEOF 5598 rm -f conftest.$ac_objext 5599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5600 (eval $ac_compile) 2>conftest.er1 5601 ac_status=$? 5602 grep -v '^ *+' conftest.er1 >conftest.err 5603 rm -f conftest.er1 5604 cat conftest.err >&5 5605 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5606 (exit $ac_status); } && 5607 { ac_try='test -z "$ac_c_werror_flag" 5608 || test ! -s conftest.err' 5609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5610 (eval $ac_try) 2>&5 5611 ac_status=$? 5612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5613 (exit $ac_status); }; } && 5614 { ac_try='test -s conftest.$ac_objext' 5615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5616 (eval $ac_try) 2>&5 5617 ac_status=$? 5618 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5619 (exit $ac_status); }; }; then 5620 ac_header_compiler=yes 5621 else 5622 echo "$as_me: failed program was:" >&5 5623 sed 's/^/| /' conftest.$ac_ext >&5 5624 5625 ac_header_compiler=no 5626 fi 5627 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5628 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5629 echo "${ECHO_T}$ac_header_compiler" >&6 5630 5631 # Is the header present? 5632 echo "$as_me:$LINENO: checking $ac_header presence" >&5 5633 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5634 cat >conftest.$ac_ext <<_ACEOF 5635 /* confdefs.h. */ 5636 _ACEOF 5637 cat confdefs.h >>conftest.$ac_ext 5638 cat >>conftest.$ac_ext <<_ACEOF 5639 /* end confdefs.h. */ 5640 #include <$ac_header> 5641 _ACEOF 5642 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5643 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5644 ac_status=$? 5645 grep -v '^ *+' conftest.er1 >conftest.err 5646 rm -f conftest.er1 5647 cat conftest.err >&5 5648 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5649 (exit $ac_status); } >/dev/null; then 5650 if test -s conftest.err; then 5651 ac_cpp_err=$ac_c_preproc_warn_flag 5652 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5653 else 5654 ac_cpp_err= 5655 fi 5656 else 5657 ac_cpp_err=yes 5658 fi 5659 if test -z "$ac_cpp_err"; then 5660 ac_header_preproc=yes 5661 else 5662 echo "$as_me: failed program was:" >&5 5663 sed 's/^/| /' conftest.$ac_ext >&5 5664 5665 ac_header_preproc=no 5666 fi 5667 rm -f conftest.err conftest.$ac_ext 5668 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5669 echo "${ECHO_T}$ac_header_preproc" >&6 5670 5671 # So? What about this header? 5672 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5673 yes:no: ) 5674 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5675 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5676 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5677 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5678 ac_header_preproc=yes 5679 ;; 5680 no:yes:* ) 5681 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5682 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5683 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5684 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5685 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5686 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5687 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5688 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5689 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5690 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5691 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5692 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5693 ( 5694 cat <<\_ASBOX 5695 ## ------------------------------------------- ## 5696 ## Report this to orxonox-dev@mail.datacore.ch ## 5697 ## ------------------------------------------- ## 5698 _ASBOX 5699 ) | 5700 sed "s/^/$as_me: WARNING: /" >&2 5701 ;; 5702 esac 5703 echo "$as_me:$LINENO: checking for $ac_header" >&5 5704 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5705 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5706 echo $ECHO_N "(cached) $ECHO_C" >&6 5707 else 5708 eval "$as_ac_Header=\$ac_header_preproc" 5709 fi 5710 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5711 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5712 5713 fi 5714 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5715 cat >>confdefs.h <<_ACEOF 5716 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5717 _ACEOF 5718 5719 else 5720 { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5 5721 echo "$as_me: error: cannot find opengl headers" >&2;} 5722 { (exit 1); exit 1; }; } 5723 fi 5724 5725 done 5726 5727 # cheking for GLU-header 5728 5729 for ac_header in OpenGL/glu.h 5730 do 5731 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5732 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5733 echo "$as_me:$LINENO: checking for $ac_header" >&5 5734 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5735 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5736 echo $ECHO_N "(cached) $ECHO_C" >&6 5737 fi 5738 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5739 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5740 else 5741 # Is the header compilable? 5742 echo "$as_me:$LINENO: checking $ac_header usability" >&5 5743 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5744 cat >conftest.$ac_ext <<_ACEOF 5745 /* confdefs.h. */ 5746 _ACEOF 5747 cat confdefs.h >>conftest.$ac_ext 5748 cat >>conftest.$ac_ext <<_ACEOF 5749 /* end confdefs.h. */ 5750 $ac_includes_default 5751 #include <$ac_header> 5752 _ACEOF 5753 rm -f conftest.$ac_objext 5754 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5755 (eval $ac_compile) 2>conftest.er1 5756 ac_status=$? 5757 grep -v '^ *+' conftest.er1 >conftest.err 5758 rm -f conftest.er1 5759 cat conftest.err >&5 5760 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5761 (exit $ac_status); } && 5762 { ac_try='test -z "$ac_c_werror_flag" 5763 || test ! -s conftest.err' 5764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5765 (eval $ac_try) 2>&5 5766 ac_status=$? 5767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5768 (exit $ac_status); }; } && 5769 { ac_try='test -s conftest.$ac_objext' 5770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5771 (eval $ac_try) 2>&5 5772 ac_status=$? 5773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5774 (exit $ac_status); }; }; then 5775 ac_header_compiler=yes 5776 else 5777 echo "$as_me: failed program was:" >&5 5778 sed 's/^/| /' conftest.$ac_ext >&5 5779 5780 ac_header_compiler=no 5781 fi 5782 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5783 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5784 echo "${ECHO_T}$ac_header_compiler" >&6 5785 5786 # Is the header present? 5787 echo "$as_me:$LINENO: checking $ac_header presence" >&5 5788 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5789 cat >conftest.$ac_ext <<_ACEOF 5790 /* confdefs.h. */ 5791 _ACEOF 5792 cat confdefs.h >>conftest.$ac_ext 5793 cat >>conftest.$ac_ext <<_ACEOF 5794 /* end confdefs.h. */ 5795 #include <$ac_header> 5796 _ACEOF 5797 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5798 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5799 ac_status=$? 5800 grep -v '^ *+' conftest.er1 >conftest.err 5801 rm -f conftest.er1 5802 cat conftest.err >&5 5803 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5804 (exit $ac_status); } >/dev/null; then 5805 if test -s conftest.err; then 5806 ac_cpp_err=$ac_c_preproc_warn_flag 5807 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5808 else 5809 ac_cpp_err= 5810 fi 5811 else 5812 ac_cpp_err=yes 5813 fi 5814 if test -z "$ac_cpp_err"; then 5815 ac_header_preproc=yes 5816 else 5817 echo "$as_me: failed program was:" >&5 5818 sed 's/^/| /' conftest.$ac_ext >&5 5819 5820 ac_header_preproc=no 5821 fi 5822 rm -f conftest.err conftest.$ac_ext 5823 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5824 echo "${ECHO_T}$ac_header_preproc" >&6 5825 5826 # So? What about this header? 5827 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5828 yes:no: ) 5829 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5830 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5831 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5832 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5833 ac_header_preproc=yes 5834 ;; 5835 no:yes:* ) 5836 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5837 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5838 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5839 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5840 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5841 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5842 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5843 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5844 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5845 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5846 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5847 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5848 ( 5849 cat <<\_ASBOX 5850 ## ------------------------------------------- ## 5851 ## Report this to orxonox-dev@mail.datacore.ch ## 5852 ## ------------------------------------------- ## 5853 _ASBOX 5854 ) | 5855 sed "s/^/$as_me: WARNING: /" >&2 5856 ;; 5857 esac 5858 echo "$as_me:$LINENO: checking for $ac_header" >&5 5859 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5860 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5861 echo $ECHO_N "(cached) $ECHO_C" >&6 5862 else 5863 eval "$as_ac_Header=\$ac_header_preproc" 5864 fi 5865 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5866 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5867 5868 fi 5869 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5870 cat >>confdefs.h <<_ACEOF 5871 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5872 _ACEOF 5873 5874 else 5875 { { echo "$as_me:$LINENO: error: cannot find opengl headers" >&5 5876 echo "$as_me: error: cannot find opengl headers" >&2;} 5877 { (exit 1); exit 1; }; } 5878 fi 5879 5880 done 5881 5882 5883 LIBS="$LIBS -framework OpenGL" 5884 5885 # checking for SDL-headers 5886 5887 for ac_header in SDL/SDL.h 5888 do 5889 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5890 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5891 echo "$as_me:$LINENO: checking for $ac_header" >&5 5892 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5893 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5894 echo $ECHO_N "(cached) $ECHO_C" >&6 5895 fi 5896 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5897 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5898 else 5899 # Is the header compilable? 5900 echo "$as_me:$LINENO: checking $ac_header usability" >&5 5901 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5902 cat >conftest.$ac_ext <<_ACEOF 5903 /* confdefs.h. */ 5904 _ACEOF 5905 cat confdefs.h >>conftest.$ac_ext 5906 cat >>conftest.$ac_ext <<_ACEOF 5907 /* end confdefs.h. */ 5908 $ac_includes_default 5909 #include <$ac_header> 5910 _ACEOF 5911 rm -f conftest.$ac_objext 5912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5913 (eval $ac_compile) 2>conftest.er1 5914 ac_status=$? 5915 grep -v '^ *+' conftest.er1 >conftest.err 5916 rm -f conftest.er1 5917 cat conftest.err >&5 5918 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5919 (exit $ac_status); } && 5920 { ac_try='test -z "$ac_c_werror_flag" 5921 || test ! -s conftest.err' 5922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5923 (eval $ac_try) 2>&5 5924 ac_status=$? 5925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5926 (exit $ac_status); }; } && 5927 { ac_try='test -s conftest.$ac_objext' 5928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5929 (eval $ac_try) 2>&5 5930 ac_status=$? 5931 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5932 (exit $ac_status); }; }; then 5933 ac_header_compiler=yes 5934 else 5935 echo "$as_me: failed program was:" >&5 5936 sed 's/^/| /' conftest.$ac_ext >&5 5937 5938 ac_header_compiler=no 5939 fi 5940 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5941 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5942 echo "${ECHO_T}$ac_header_compiler" >&6 5943 5944 # Is the header present? 5945 echo "$as_me:$LINENO: checking $ac_header presence" >&5 5946 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5947 cat >conftest.$ac_ext <<_ACEOF 5948 /* confdefs.h. */ 5949 _ACEOF 5950 cat confdefs.h >>conftest.$ac_ext 5951 cat >>conftest.$ac_ext <<_ACEOF 5952 /* end confdefs.h. */ 5953 #include <$ac_header> 5954 _ACEOF 5955 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5956 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5957 ac_status=$? 5958 grep -v '^ *+' conftest.er1 >conftest.err 5959 rm -f conftest.er1 5960 cat conftest.err >&5 5961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5962 (exit $ac_status); } >/dev/null; then 5963 if test -s conftest.err; then 5964 ac_cpp_err=$ac_c_preproc_warn_flag 5965 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 5966 else 5967 ac_cpp_err= 5968 fi 5969 else 5970 ac_cpp_err=yes 5971 fi 5972 if test -z "$ac_cpp_err"; then 5973 ac_header_preproc=yes 5974 else 5975 echo "$as_me: failed program was:" >&5 5976 sed 's/^/| /' conftest.$ac_ext >&5 5977 5978 ac_header_preproc=no 5979 fi 5980 rm -f conftest.err conftest.$ac_ext 5981 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5982 echo "${ECHO_T}$ac_header_preproc" >&6 5983 5984 # So? What about this header? 5985 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5986 yes:no: ) 5987 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5988 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5989 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5990 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5991 ac_header_preproc=yes 5992 ;; 5993 no:yes:* ) 5994 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5995 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5996 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5997 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5998 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5999 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6000 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6001 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6002 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6003 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6004 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6005 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6006 ( 6007 cat <<\_ASBOX 6008 ## ------------------------------------------- ## 6009 ## Report this to orxonox-dev@mail.datacore.ch ## 6010 ## ------------------------------------------- ## 6011 _ASBOX 6012 ) | 6013 sed "s/^/$as_me: WARNING: /" >&2 6014 ;; 6015 esac 6016 echo "$as_me:$LINENO: checking for $ac_header" >&5 6017 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 6018 if eval "test \"\${$as_ac_Header+set}\" = set"; then 6019 echo $ECHO_N "(cached) $ECHO_C" >&6 6020 else 6021 eval "$as_ac_Header=\$ac_header_preproc" 6022 fi 6023 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 6024 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6025 6026 fi 6027 if test `eval echo '${'$as_ac_Header'}'` = yes; then 6028 cat >>confdefs.h <<_ACEOF 6029 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6030 _ACEOF 6031 6032 else 6033 { { echo "$as_me:$LINENO: error: cannot find SDL headers" >&5 6034 echo "$as_me: error: cannot find SDL headers" >&2;} 6035 { (exit 1); exit 1; }; } 6036 fi 6037 6038 done 6039 6040 6041 LIBS="$LIBS -L/sw/lib -lSDLmain -lSDL -framework Cocoa" 6042 6043 ;; 6044 5565 6045 *) 5566 6046 mingw="no" -
orxonox/branches/osX/configure.ac
r2977 r2978 157 157 AC_CHECK_LIB([Xt], [main]) 158 158 ;; 159 160 ### OS X ### 161 *Darwin*) 162 echo "OS X detected" 163 164 osX="yes" 165 166 # checking gl header 167 AC_CHECK_HEADERS(OpenGL/gl.h ,, 168 [AC_MSG_ERROR([cannot find opengl headers]) ]) 169 # cheking for GLU-header 170 AC_CHECK_HEADERS(OpenGL/glu.h ,, 171 [AC_MSG_ERROR([cannot find opengl headers]) ]) 172 173 LIBS="$LIBS -framework OpenGL" 174 175 # checking for SDL-headers 176 AC_CHECK_HEADERS(SDL/SDL.h ,, 177 [AC_MSG_ERROR([cannot find SDL headers]) ]) 178 179 LIBS="$LIBS -L/sw/lib -lSDLmain -lSDL -framework Cocoa" 180 181 ;; 182 159 183 *) 160 184 mingw="no" -
orxonox/branches/osX/importer/Makefile.in
r2977 r2978 41 41 subdir = importer 42 42 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 43 $(srcdir)/Makefile.in 43 $(srcdir)/Makefile.in TODO 44 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45 45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Note: See TracChangeset
for help on using the changeset viewer.