LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Apollon (https://www.linuxquestions.org/questions/linux-newbie-8/installing-apollon-165738/)

inescapeableus 04-03-2004 11:06 AM

Installing Apollon
 
I am trying to install "Apollon" the filesharing application but when I go into the make command I get the following message

main.cpp:10:22: firstrun.h: No such file or directory
main.cpp: In function `int main(int, char**)':
main.cpp:38: error: `FirstRunWizard' undeclared (first use this function)
main.cpp:38: error: (Each undeclared identifier is reported only once for each
function it appears in.)
main.cpp:38: error: syntax error before `;' token
main.cpp:40: error: `wizard' undeclared (first use this function)
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/mike/Python Stuff/apollon-0.9.3/apollon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mike/Python Stuff/apollon-0.9.3/apollon'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/Python Stuff/apollon-0.9.3'
make: *** [all] Error 2

I am running Fedora core 1 and with the full installation. Is anybody able to tell what I can to remedy this? thanks in advance.

Mega Man X 04-03-2004 03:59 PM

There's not much we can say from a "make" error... :) You'd post the errors from ./configure instead ;)

Regards!


All times are GMT -5. The time now is 09:29 PM.