I would like to work on my virtual memory lab at home, but I can't get it to compile. I think it has something to do with my QT installation. Here is the first error:
[EMAIL PROTECTED] project]$ make make: *** No rule to make target `/mkspecs/default/qmake.conf', needed by `makefile'. Stop. I looked in the make file and this appears to be the offending line: makefile: virtmem.pro $(QTDIR)/mkspecs/default/qmake.conf Well, QTDIR was never initialized, so I set it to where my QT files were. However, there isn't a mkspecs directory in there, so I still get an error message: [EMAIL PROTECTED] project]$ source ~/.bashrc [EMAIL PROTECTED] project]$ make make: *** No rule to make target `/usr/lib/qt-3.1/mkspecs/default/qmake.conf', needed by `makefile'. Stop. Does anybody know what is going on and/or how I could fix it? Thanks. Nathan ps. I have qt installed: [EMAIL PROTECTED] qt-3.1]# apt-get install qt Reading Package Lists... Done Building Dependency Tree... Done qt is already the newest version. 0 upgraded, 0 newly installed, 0 removed and 3 not upgraded. _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
