Compiling Kdeiafactory 0.7 on Opensuse 11.1 amd_64
3 views
Skip to first unread message
ralf....@googlemail.com
unread,
Apr 3, 2009, 1:17:35 PM4/3/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KMediaFactory Users
Hallo,
when i try to compile kmediafactory 0.7 (or the svn version) i get the
following error messages:
/usr/local/src/kmediafactory-0.7.0/kstore/KoStore.cpp: In member
function ‘bool KoStore::addLocalFile(const QString&, const QString&)’:
/usr/local/src/kmediafactory-0.7.0/kstore/KoStore.cpp:436: error:
invalid use of member (did you forget the ‘&’ ?)
make[2]: *** [kstore/CMakeFiles/kmediafactorykstore.dir/KoStore.o]
Fehler 1
make[1]: *** [kstore/CMakeFiles/kmediafactorykstore.dir/all] Fehler 2
Any suggestions ?
Petri Damstén
unread,
Apr 4, 2009, 5:17:04 AM4/4/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kmediafac...@googlegroups.com
I'll fix this and make a new package soon but in the mean time you can uncomment line 416 in kstore/KoStore.cpp ( //uint size = fi.size(); -> uint size = fi.size(); )
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KMediaFactory Users
> I'll fix this and make a new package soon but in the mean time you can
> uncomment line 416 in kstore/KoStore.cpp ( //uint size = fi.size(); -> uint
> size = fi.size(); )
>
> Petri