fredollinger / scutum

Light armoured web browser
2 stars 0 forks source link

Error while trying to compile scutum #1

Closed abhas closed 11 years ago

abhas commented 11 years ago

Hi!

I discovered scutum today. But when I try to compile it, I get the following error:

/home/abhas/Code/scutum/scututil.hpp:0: Note: No relevant classes found. No output generated.
/home/abhas/Code/scutum/scutrss.hpp:0: Note: No relevant classes found. No output generated.
/home/abhas/Code/scutum/scutrss.cpp:36:47: error: cannot declare member function ‘static bool scutum::ScutRSS::isRSS(const QString&)’ to have static linkage [-fpermissive]

How do I resolve this issue?

Thanks... -abhas.

abhas commented 11 years ago

I forgot to mention that I ran rake qt4 to compile this on a Debian/Sid machine.

fredollinger commented 11 years ago

Thanks. What error did you get? Can you please show debug spew?

Also, can you please try:

cp CMakeList.txt.qt4 CMakeList.txt mkdir build cd build cmake .. make

fredollinger commented 11 years ago

Didn't mean to close the issue. I misclicked.

fredollinger commented 11 years ago

sudo apt-get install libqtwebkit-dev

Also, there was another small build bug which I fixed.