Changes between Initial Version and Version 1 of Ticket #3882
- Timestamp:
- Sep 15, 2007, 3:21:02 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3882 – Description
initial v1 1 1 When I run make install, this is the error that comes up. I have looked at the Makefiles, and alls I can see is that INSTALL_ROOT is not seet anywhere. 2 2 Any suggestions?? 3 3 {{{ 4 4 root@BIGD-BLUE /home/bigd/build/mythtv $ sudo make install 5 5 ( [ -d libs ] && cd libs ; grep "^qmake_all:" Makefile && make -f Makefile qmake_all; ) || true … … 383 383 make[1]: Nothing to be done for `install'. 384 384 make[1]: Leaving directory `/home/bigd/build/mythtv/config' 385 root@BIGD-BLUE /home/bigd/build/mythtv $ 385 root@BIGD-BLUE /home/bigd/build/mythtv $ 386 }}}