678 mkdir polyworld 679 cd polyworld 680 unzip /big/Downloads/polyworld_1.0.zip 681 ls 682 patch -p1 /big/Downloads/polyworld-1.0-patch-linux1.txt 683 patch -p1 < /big/Downloads/polyworld-1.0-patch-linux1.txt 684 find . -type f | xargs grep -w try 685 exit 686 df 687 vmstat 1 688 ls 689 mkdir build 690 cd build 691 tar xzf /big/Downloads/qt-x11-opensource-src-4.0.1.tar.gz 692 ls 693 cd qt-x11-opensource-src-4.0.1/ 694 ls 695 ./configure --prefix=/usr/new 696 gmake 697 time make 698 df 699 ls /usr 700 grep /usr/new config.status 701 less -p /usr/new config.status 702 su 703 ls 704 cat INSTALL 705 make clean 706 vi configure 707 ./configure --prefix=/usr/new -static 708 ./configure --prefix=/usr/new -static -no-exceptions 709 date 710 make 711 su 712 ls /usr/new/lib/ 713 ls 714 cd .. 715 ls 716 cd polyworld/ 717 ls 718 export PATH=/usr/new/bin:$PATH 719 qmake 720 make 721 ls 722 ./Polyworld 723 strace ./Polyworld 724 glxgears 725 exit 726 ls 727 su - 728 su - 729 exit 730 ls 731 xwininfo -root 732 glxgears 733 cd 734 ls 735 cd build/polyworld/ 736 ls 737 ./Polyworld 738 ./Polyworld -geometry 200x00 & 739 ./Polyworld -geometry 400x400 & 740 ./Polyworld -geometry 500x500 & 741 ls 742 ls PwMoviePlayer 743 cat PwMoviePlayer/buildit 744 export PATH=/usr/new/bin/:$PATH 745 cd PwMovie 746 cd PwMoviePlayer 747 ls 748 cat buildit 749 qmake 750 make 751 ls 752 cat pwmovieplayer.pro 753 cp pwmovieplayer.pro pwmovieplayer.pro-mac 754 vi pwmovieplayer.pro 755 cat ../polyworld.pro 756 ls 757 vi pwmovieplayer.pro 758 make 759 ls 760 qmake 761 make 762 make clean 763 qmake 764 make 765 ls 766 /usr/include/GL/ /usr/new/include/QtGui /usr/new/include/QtCore /usr/new/include/Qt/ /usr/new/include 767 g++ -Wl,-rpath,/usr/new/lib -o PwMoviePlayer *.o -L/usr/new/lib -L/lib/ -L/home/beamer/build/qt-x11-opensource-src-4.0.1/lib -lQtGui_debug -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -lQtCore_debug -lz -ldl -lpthread 768 diff pwmovieplayer.pro* 769 cat /big/Downloads/polyworld-1.0-patch-linux1.txt 770 g++ -Wl,-rpath,/usr/new/lib -o PwMoviePlayer *.o -L/usr/new/lib -L/lib/ -L/home/beamer/build/qt-x11-opensource-src-4.0.1/lib -lQtGui_debug -lQtOpenGL -l OpenGL -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -lQtCore_debug -lz -ldl -lpthread 771 find /usr/lib -iname libopengl\* 772 g++ -Wl,-rpath,/usr/new/lib -o PwMoviePlayer *.o -L/usr/new/lib -L/lib/ -L/home/beamer/build/qt-x11-opensource-src-4.0.1/lib -lQtGui_debug -lQtOpenGL -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -lQtCore_debug -lz -ldl -lpthread 773 ls /usr/new/lib/lib* 774 ls /usr/lib/lib*gl* 775 ls /usr/lib/*gl* 776 ls /usr/X11R6/lib/*.a 777 nm -no /usr/X11R6/lib/*.a | grep glXGetConfig 778 find /usr/X11R6/ /usr/lib -name \*.a | xargs nm -no | grep glXGetConfig 779 find /usr/X11R6/ /usr/lib -name \*.a | xargs nm -no | less 780 find /usr/X11R6/ /usr/lib /usr/new -name \*.a | xargs nm -no | less 781 find /usr/X11R6/ /usr/lib /usr/new -name \*.a | xargs nm -no | > 782 history 783 find /usr/X11R6/ /usr/lib /usr/new -name \*.a | xargs nm -no | grep glXGetConfig 784 find /usr/X11R6/ /usr/lib /usr/new -name \*.so | xargs nm -no | grep glXGetConfig 785 history 786 ./Polyworld 787 g++ -Wl,-rpath,/usr/new/lib -o PwMoviePlayer *.o -L/usr/new/lib -L/lib/ -L/home/beamer/build/qt-x11-opensource-src-4.0.1/lib -lQtGui_debug -lQtOpenGL -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -lQtCore_debug -lz -ldl -lpthread 788 find /usr/new -name qgl_x11.cpp 789 find /usr/include -name qgl_x11.cpp 790 find ~/build/qt-x11-opensource-src-4.0.1/ -name qgl_x11.cpp 791 less `find ~/build/qt-x11-opensource-src-4.0.1/ -name qgl_x11.cpp` 792 echo /usr/lib/GL 793 ls /usr/lib/GL 794 ls /usr/lib/*GL* 795 ls /usr/lib/*GL*.a 796 ls /usr/lib/*GL*.so 797 ls /usr/lib/*GL*.so* 798 g++ -Wl,-rpath,/usr/new/lib -o PwMoviePlayer *.o -L/usr/new/lib -L/lib/ -L/home/beamer/build/qt-x11-opensource-src-4.0.1/lib -lQtGui_debug -lQtOpenGL -lGL -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -lQtCore_debug -lz -ldl -lpthread 799 g++ -Wl,-rpath,/usr/new/lib -o PwMoviePlayer *.o -L/usr/new/lib -L/lib/ -L/home/beamer/build/qt-x11-opensource-src-4.0.1/lib -lQtGui_debug -lQtOpenGL -lGL -lGLU -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -lQtCore_debug -lz -ldl -lpthread 800 g++ -Wl,-rpath,/usr/new/lib -o PwMoviePlayer *.o -L/usr/new/lib -L/lib/ -L/home/beamer/build/qt-x11-opensource-src-4.0.1/lib -lQtGui_debug -lQtOpenGL -lGL -lGLU -lGLcore -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -lQtCore_debug -lz -ldl -lpthread 801 history 802 ls /usr/lib/*GL* 803 g++ -Wl,-rpath,/usr/new/lib -o PwMoviePlayer *.o -L/usr/new/lib -L/lib/ -L/home/beamer/build/qt-x11-opensource-src-4.0.1/lib -lQtGui_debug -lQtOpenGL -lGL -lGLU /usr/lib/libGLcore.so.1 -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -lQtCore_debug -lz -ldl -lpthread 804 nm /usr/lib/libGL.la 805 ls /usr/new/lib/lib*.so 806 ls /usr/new/lib/lib*.a 807 nm -no /usr/new/lib/lib*.a | grep minimumSizeHint 808 g++ -Wl,-rpath,/usr/new/lib -o PwMoviePlayer *.o -L/usr/new/lib -L/lib/ -L/home/beamer/build/qt-x11-opensource-src-4.0.1/lib -lQtGui_debug -lQtOpenGL -lGL -lGLU /usr/lib/libGLcore.so.1 -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -lQtCore_debug -lz -ldl -lpthread 809 nm -no /usr/new/lib/lib*.a | grep "T .*GLWidget.*minimumSizeHint" 810 nm -no /usr/new/lib/lib*.a | grep ".*GLWidget.*minimumSizeHint" 811 nm -no /usr/new/lib/lib*.a | grep "minimumSizeHint" | grep GLW 812 ls 813 less GLWidget.cp 814 make clean 815 vi Makefile 816 ls *.o 817 make 818 vi Makefile 819 make GLWidget.o 820 ls -l GLWidget.o 821 vi Makefile 822 ls -l GLWidget.o 823 make GLWidget.o 824 ls 825 GLWidget.ogcc -c -pipe -g -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -Wall -W -D_REENTRANT -DQT_CORE_LIB -DQT_GUI_LIB -I/usr/new/mkspecs/linux-g++ -I. -I/usr/new/include/QtGui -I/usr/new/include/QtCore -I/usr/new/include -I. -I.. -I../utils -I -I/QtOpenGL -I/QtGui -I/QtCore -I/usr/include/GL -I/usr/new/include/Qt -I/usr/new/include -I. -I. -o PwMovieTools.o ../utils/PwMovieTools.cp 826 gcc -c -pipe -g -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -Wall -W -D_REENTRANT -DQT_CORE_LIB -DQT_GUI_LIB -I/usr/new/mkspecs/linux-g++ -I. -I/usr/new/include/QtGui -I/usr/new/include/QtCore -I/usr/new/include -I. -I.. -I../utils -I -I/QtOpenGL -I/QtGui -I/QtCore -I/usr/include/GL -I/usr/new/include/Qt -I/usr/new/include -I. -I. -o PwMovieTools.o ../utils/PwMovieTools.cp 827 gcc -c -pipe -g -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -Wall -W -D_REENTRANT -DQT_CORE_LIB -DQT_GUI_LIB -I/usr/new/mkspecs/linux-g++ -I. -I/usr/new/include/QtGui -I/usr/new/include/QtCore -I/usr/new/include -I. -I.. -I../utils -I -I/QtOpenGL -I/QtGui -I/QtCore -I/usr/include/GL -I/usr/new/include/Qt -I/usr/new/include -I. -I. -o PwMoviePlayer.o PwMoviePlayer.cp 828 gcc -c -pipe -g -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -Wall -W -D_REENTRANT -DQT_CORE_LIB -DQT_GUI_LIB -I/usr/new/mkspecs/linux-g++ -I. -I/usr/new/include/QtGui -I/usr/new/include/QtCore -I/usr/new/include -I. -I.. -I../utils -I -I/QtOpenGL -I/QtGui -I/QtCore -I/usr/include/GL -I/usr/new/include/Qt -I/usr/new/include -I. -I. -o MainWindow.o MainWindow.cp 829 gcc -c -pipe -g -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -Wall -W -D_REENTRANT -DQT_CORE_LIB -DQT_GUI_LIB -I/usr/new/mkspecs/linux-g++ -I. -I/usr/new/include/QtGui -I/usr/new/include/QtCore -I/usr/new/include -I. -I.. -I../utils -I -I/QtOpenGL -I/QtGui -I/QtCore -I/usr/include/GL -I/usr/new/include/Qt -I/usr/new/include -I. -I. -o GLWidget.o GLWidget.cp 830 make 831 history 832 ls 833 gcc -c -pipe -g -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -Wall -W -D_REENTRANT -DQT_CORE_LIB -DQT_GUI_LIB -I/usr/new/mkspecs/linux-g++ -I. -I/usr/new/include/QtGui -I/usr/new/include/QtCore -I/usr/new/include -I. -I.. -I../utils -I -I/QtOpenGL -I/QtGui -I/QtCore -I/usr/include/GL -I/usr/new/include/Qt -I/usr/new/include -I. -I. -o PwMoviePlayer.o PwMoviePlayer.cp 834 vi PwMoviePlayer.cp 835 gcc -c -pipe -g -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -Wall -W -D_REENTRANT -DQT_CORE_LIB -DQT_GUI_LIB -I/usr/new/mkspecs/linux-g++ -I. -I/usr/new/include/QtGui -I/usr/new/include/QtCore -I/usr/new/include -I. -I.. -I../utils -I -I/QtOpenGL -I/QtGui -I/QtCore -I/usr/include/GL -I/usr/new/include/Qt -I/usr/new/include -I. -I. -o PwMoviePlayer.o PwMoviePlayer.cp 836 ls 837 make 838 history 839 g++ -Wl,-rpath,/usr/new/lib -o PwMoviePlayer *.o -L/usr/new/lib -L/lib/ -L/home/beamer/build/qt-x11-opensource-src-4.0.1/lib -lQtGui_debug -lQtOpenGL -lGL -lGLU /usr/lib/libGLcore.so.1 -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -lQtCore_debug -lz -ldl -lpthread 840 ./PwMoviePlayer 841 gdb ./PwMoviePlayer 842 ls .. 843 ls -t .. 844 ls -t ../run 845 ./PwMoviePlayer ../run/movie.pmv 846 vi ~/13to10.sh 847 chmod +x ~/13to10.sh 848 vi ~/13to10.sh 849 vi ~/13to10.sh 850 ls 851 cat GLWidget.cp 852 cat GLWidget.cp | od -c 853 ls 854 wc *.cp *.h 855 cat PwMoviePlayer.cp 856 sh ~/13to10.sh PwMoviePlayer.cp 857 wc *.cp *.h 858 ls */*.h 859 wc */*.cp 860 wc */*.cpp 861 history > History.1