Search found 5 matches

by Aithon
Tue Dec 13, 2011 12:36 pm
Forum: Help Forum
Topic: problems compiling Mudlet from source code
Replies: 49
Views: 47272

Re: problems compiling Mudlet from source code

O.K. point taken. Any hints on how to make it work for me though? Changing it to 'Phonon' (capitalized) doesn't work any better than leaving it as it is.
by Aithon
Mon Dec 12, 2011 1:59 pm
Forum: Help Forum
Topic: problems compiling Mudlet from source code
Replies: 49
Views: 47272

Re: problems compiling Mudlet from source code

Linux and BSD needed it lowercase It fails in line 48. It is lowercase there and even if I change it to uppercase it'll still fail. I'm not much of a programmer, but #ifdef Q_OS_WIN32 in line 45, looks like a conditional to me. So, since I'm not compiling on win32, why does it fail in that line and...
by Aithon
Mon Dec 12, 2011 11:01 am
Forum: Help Forum
Topic: problems compiling Mudlet from source code
Replies: 49
Views: 47272

Re: problems compiling Mudlet from source code

I've looked into mudlet.h at the line that's causing the error. Interesting enough, it's written with a small 'p' there. When I change that into capitalized, I'll get the same error, with 'Phonon' capitalized instead. What's also strange to me why it stops at a line that seems to be conditional for ...
by Aithon
Sun Dec 11, 2011 8:03 pm
Forum: Help Forum
Topic: problems compiling Mudlet from source code
Replies: 49
Views: 47272

Re: problems compiling Mudlet from source code

As I wrote above. The phonon-devel package is installed.
$ rpm -qa | grep phonon
phonon-devel-4.5.57-3.20111031.fc16.x86_64
phonon-4.5.57-3.20111031.fc16.x86_64
phonon-backend-gstreamer-4.5.90-3.fc16.x86_64
by Aithon
Sun Dec 11, 2011 12:21 pm
Forum: Help Forum
Topic: problems compiling Mudlet from source code
Replies: 49
Views: 47272

Re: problems compiling Mudlet from source code

Hi, I'm trying to compile and try out mudlet on my Fedora 16 (64bit) system, and get the following error. Maybe someone here has a hint for me, what I could be doing wrong. Both phonon and phonon-devel packages are installed. $ qmake-qt4 $ gmake g++ -c -pipe -g -O3 -Wno-deprecated -Wno-unused-parame...