Compile Pana (Amarok 1.4 clone) on Fedora 14 x86_64

After meeting all the various dependencies, I had to make one small actual code change to the source code. I would have liked to submit it on the Pana website but could not find a way to do that.

Anyway here is the patch.

[dave@fedora junk]$ diff [source tree]/pana/src/osd.h [source tree]/pana/src/osd.h.original
40c40
< void show( const QString &text, QImage newImage = QImage() );
---
> void show( const QString &text, QImage newImage = QImage::QImage() );

Comments

Popular posts from this blog

Automatically mount NVME volumes in AWS EC2 on Windows with Cloudformation and Powershell Userdata

Extending the AD Schema on Samba4 - Part 2

Python + inotify = Pyinotify [ how to watch folders for file activity ]