Thread: qlist.h?
View Single Post
  #1 (permalink)  
Old December 28th, 2003
capheind capheind is offline
Apprentice
 
Join Date: December 28th, 2003
Location: bakersfield california
Posts: 5
capheind is flying high
Default qlist.h?

When I try to make qtella under mepis linux I get the following error message.

root@0[qtella-0.6.4]# make > /dev/null
In file included from QtellaSub.cpp:2:
../include/GWebCacheManager.h:5:19: qlist.h: No such file or directory
make[2]: *** [QtellaSub.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
root@0[qtella-0.6.4]#

When I tried to configure it gave me the following error.

root@0[qtella-0.6.4]# ./configure > /dev/null
/usr/local/src/qtella-0.6.4/missing: Unknown `--run' option
Try `/usr/local/src/qtella-0.6.4/missing --help' for more information
configure: WARNING: `missing' script is too old or missing

But it configures fine after I copy missing over from /usr/share/automake-1.7/missing. Any clues?

-troy
Reply With Quote