
KRioUtil
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KRioUtil is a KDE program for interfacing with third, fourth, and fifth generation Rio mp3 players. It is meant to be a graphical, more user-friendly version of rioutil.
Features:
* Upload files to the player
* Delete files from the player
* Download files from the player
* Format one or both memory units on the player
brallan
14 years ago
~/Desktop/krioutil-0.3$ sudo make
make all-recursive
make[1]: Entering directory `/home/brallan/Desktop/krioutil-0.3'
Making all in doc
make[2]: Entering directory `/home/brallan/Desktop/krioutil-0.3/doc'
Making all in .
make[3]: Entering directory `/home/brallan/Desktop/krioutil-0.3/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/brallan/Desktop/krioutil-0.3/doc'
Making all in en
make[3]: Entering directory `/home/brallan/Desktop/krioutil-0.3/doc/en'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/brallan/Desktop/krioutil-0.3/doc/en'
make[2]: Leaving directory `/home/brallan/Desktop/krioutil-0.3/doc'
Making all in po
make[2]: Entering directory `/home/brallan/Desktop/krioutil-0.3/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/brallan/Desktop/krioutil-0.3/po'
Making all in src
make[2]: Entering directory `/home/brallan/Desktop/krioutil-0.3/src'
source='krioutilview.cpp' object='krioutilview.o' libtool=no \
depfile='.deps/krioutilview.Po' tmpdepfile='.deps/krioutilview.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o krioutilview.o `test -f 'krioutilview.cpp' || echo './'`krioutilview.cpp
rioevents.h:107: warning: unused parameter ‘err’
krioutilview.cpp:80: warning: unused parameter ‘config’
krioutilview.cpp: In member function ‘virtual void KRioutilView::customEvent(QCustomEvent*)’:
krioutilview.cpp:122: error: ‘EIO’ was not declared in this scope
krioutilview.cpp:125: error: ‘ENOSPC’ was not declared in this scope
krioutilview.cpp:130: error: ‘EINTR’ was not declared in this scope
krioutilview.cpp:133: error: ‘EPERM’ was not declared in this scope
krioutilview.cpp:151: error: ‘EINTR’ was not declared in this scope
krioutilview.cpp:154: error: ‘EPERM’ was not declared in this scope
krioutilview.cpp:174: error: ‘EIO’ was not declared in this scope
krioutilview.cpp:180: error: ‘EINTR’ was not declared in this scope
make[2]: *** [krioutilview.o] Error 1
make[2]: Leaving directory `/home/brallan/Desktop/krioutil-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/brallan/Desktop/krioutil-0.3'
make: *** [all] Error 2
*****************************
I am running ubuntu 6.06 (Dapper), with kde-desktop installed, as well as build-essential. if it would help to see the output of sudo ./configure, i can post that, too.
thanks,
brian (barcelona)
Report
Headrush
15 years ago
krioutilview.cpp: In member function `virtual void KRioutilView::customEvent(QCustomEvent*)':
krioutilview.cpp:122: error: `EIO' undeclared (first use this function)
krioutilview.cpp:122: error: (Each undeclared identifier is reported only once for each function it appears in.)
krioutilview.cpp:125: error: `ENOSPC' undeclared (first use this function)
krioutilview.cpp:130: error: `EINTR' undeclared (first use this function)
krioutilview.cpp:133: error: `EPERM' undeclared (first use this function)
krioutilview.cpp: At global scope:
krioutilview.cpp:81: warning: unused parameter 'config'
make[2]: *** [krioutilview.o] Error 1
make[2]: Leaving directory `/home/jubenvi/krioutil-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jubenvi/krioutil-0.3'
make: *** [all] Error 2
Report
pete2005
15 years ago
#include errno.h
NOTE: You need to add the less than and greater than symbols around errno.h I tried to add them to this message post but they would not display.
Report
pete2005
15 years ago
#include
Report
jpcohen
16 years ago
I just wonder if you know a program able to support the rio karma ?
Report
Odin
16 years ago
Report