FALF Player

Audio Apps by amdfanatyk 118 comments

I tried both solution, but the D&D still don't work with accempt word!

QString file = (*i);
file = file.stripWhiteSpace();

file = file.utf8();
QUrl::decode(file);
- Aug 21 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

Ok I understand but like this, the 20% of mp3 don't work with FALF. Maybe more than 20% for Italian Song.
I don't uderstand which file i have to modify for 292 QUrl::decode(file); - Aug 20 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

I find a little bug, the D&D dont work with accent words!
Like ò à è é ù ì

Exemple:

canterò.mp3 > dont' work
cantero'.mp3 > work.

- Aug 20 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

I like FALF now compile good with the SlackWare! I hope that you, in the next release, make a little context menu in interface, with main voice(Play,Stop, Add...). And a little desktop file for Kmenu.
Good Work Man!


- Aug 20 2006
Filelight

System Tools (NOT OS or ROMS) by MxCl 121 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/


http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=262 - Aug 20 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

Very Good now FALF work like a charm. Only one thing can you fix a linker problem.

I need to add the line
-L/opt/kde/lib in the LIBS row of Makefile. Otherwise the linker exit with error. In Slackware!


LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -L/opt/kde/lib -lkdeui -lkdecore -ltag -lxine -lz -lnsl -lrt -lqt-mt -lXext -lX11 -lm -lpthread - Aug 20 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

For me is the space the problem!

All the mp3 with slash and space dont works.

Example.

Cartoni\ Animati\ Daltanius.mp3 > Dont work.

CartoniAnimatiDaltanius.mp3 > Work

Metallica\ Muster\ of\ Puppy.mp3 > Dont work

Metallica_Muster-ofPuppy.mp3 > Work - Aug 19 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

maybe the problem in the D&D is in the name of mp3. When there is a space from letter the D&D dont work!

Example:

Seven Nation Army.mp3 dont work D&D
SevenNationArmy.mp3 work D&D - Aug 19 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

Another radom crash when i press play or stop in the sys-tray.
Now the D&D work random and only for the first song!?
Can you also correct the makefile with the good path for Slackware opt&include
/opt/kde/lib
/opt/kde/include



Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1237682464 (LWP 7650)]
[New Thread -1261597776 (LWP 7655)]
[Thread debugging using libthread_db enabled]
[New Thread -1237682464 (LWP 7650)]
[New Thread -1261597776 (LWP 7655)]
[Thread debugging using libthread_db enabled]
[New Thread -1237682464 (LWP 7650)]
[New Thread -1261597776 (LWP 7655)]
[New Thread -1252938832 (LWP 7654)]
[New Thread -1244513360 (LWP 7651)]
[KCrash handler]
#3 0x080561d8 in CPlaylist::get (this=0xbfe68640, index=0x82a1318,
which=4294967295) at playlist.cpp:267
#4 0x0805bbbd in frmMain::onAction (this=0xbfe684e0) at frmmain.ui.h:577
#5 0x0805d084 in frmMain::onRemove (this=0xbfe684e0) at frmmain.ui.h:894
#6 0x080674bf in frmMain::qt_invoke (this=0xbfe684e0, _id=79, _o=0xbfe67b00)
at moc_frmmain.cpp:182
#7 0xb75108e3 in QObject::activate_signal ()
from /usr/lib/qt/lib/libqt-mt.so.3
#8 0xb751070c in QObject::activate_signal ()
from /usr/lib/qt/lib/libqt-mt.so.3
#9 0xb7827889 in QButton::clicked () from /usr/lib/qt/lib/libqt-mt.so.3
#10 0xb75a2697 in QButton::mouseReleaseEvent ()
from /usr/lib/qt/lib/libqt-mt.so.3
#11 0xb754479e in QWidget::event () from /usr/lib/qt/lib/libqt-mt.so.3
#12 0xb74b555d in QApplication::internalNotify ()
from /usr/lib/qt/lib/libqt-mt.so.3
#13 0xb74b4c2a in QApplication::notify () from /usr/lib/qt/lib/libqt-mt.so.3
#14 0xb7ac1585 in KApplication::notify () from /opt/kde/lib/libkdecore.so.4
#15 0xb744d001 in QETWidget::translateMouseEvent ()
from /usr/lib/qt/lib/libqt-mt.so.3
#16 0xb744acea in QApplication::x11ProcessEvent ()
from /usr/lib/qt/lib/libqt-mt.so.3
#17 0xb746171b in QEventLoop::processEvents ()
from /usr/lib/qt/lib/libqt-mt.so.3
#18 0xb74c6a8b in QEventLoop::enterLoop () from /usr/lib/qt/lib/libqt-mt.so.3
#19 0xb74c6934 in QEventLoop::exec () from /usr/lib/qt/lib/libqt-mt.so.3
#20 0xb74b57b0 in QApplication::exec () from /usr/lib/qt/lib/libqt-mt.so.3
#21 0x080553a3 in main (argc=1, argv=0xbfe68874) at main.cpp:25
- Aug 19 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

I have corrected the line 307

tags t = readTags(path);
collection.add(p, name, path, &t);
qDebug(path);


And recompiled all.

But there si no output from, console!

http://img241.imageshack.us/img241/145/snapshot6tc3.png - Aug 19 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

Also with the last version D&D don't work!

The kde libraries and include in SlackWare are in
/opt/kde/lib
/opt/kde/include

gcc --version
gcc (GCC) 3.3.6


ld --version
GNU ld version 2.15.92.0.2 20040927

kde-config --version
Qt: 3.3.6
KDE: 3.4.2
kde-config: 1.0
- Aug 18 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

Ok i try to compile the last version! But with the pre17, the Drag&Drop from Konqueror don't work! - Aug 18 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

Just a Double Click on Window and it Crash!

This is a FALF's Shot on my SlackWare!
All the Push-Buttons are disabled?!

http://img82.imageshack.us/img82/5063/snapshot4uf0.png - Aug 18 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

This is the Backtrace!


Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1239116064 (LWP 21768)]
[KCrash handler]
#3 0x08055ff0 in CPlaylist::get (this=0xbfa03e50, index=0x81241f8,
which=4294967295) at playlist.cpp:267
#4 0x0805b871 in frmMain::onAction (this=0xbfa03cf0) at frmmain.ui.h:588
#5 0x0805c855 in frmMain::onPlaylist (this=0xbfa03cf0) at frmmain.ui.h:800
#6 0x08066e82 in frmMain::qt_invoke (this=0xbfa03cf0, _id=76, _o=0xbfa03100)
at moc_frmmain.cpp:179
#7 0xb742f8e3 in QObject::activate_signal ()
from /usr/lib/qt/lib/libqt-mt.so.3
#8 0xb7750f6a in QListView::doubleClicked ()
from /usr/lib/qt/lib/libqt-mt.so.3
#9 0xb7cc6081 in KListView::contentsMouseDoubleClickEvent ()
from /opt/kde/lib/libkdeui.so.4
#10 0xb75424eb in QScrollView::viewportMouseDoubleClickEvent ()
from /usr/lib/qt/lib/libqt-mt.so.3
#11 0xb7541d6a in QScrollView::eventFilter ()
from /usr/lib/qt/lib/libqt-mt.so.3
#12 0xb7511183 in QListView::eventFilter () from /usr/lib/qt/lib/libqt-mt.so.3
#13 0xb742d31a in QObject::activate_filters ()
from /usr/lib/qt/lib/libqt-mt.so.3
#14 0xb742d22a in QObject::event () from /usr/lib/qt/lib/libqt-mt.so.3
#15 0xb7463712 in QWidget::event () from /usr/lib/qt/lib/libqt-mt.so.3
#16 0xb73d455d in QApplication::internalNotify ()
from /usr/lib/qt/lib/libqt-mt.so.3
#17 0xb73d3c2a in QApplication::notify () from /usr/lib/qt/lib/libqt-mt.so.3
#18 0xb79e0585 in KApplication::notify () from /opt/kde/lib/libkdecore.so.4
#19 0xb736c001 in QETWidget::translateMouseEvent ()
from /usr/lib/qt/lib/libqt-mt.so.3
#20 0xb7369cea in QApplication::x11ProcessEvent ()
from /usr/lib/qt/lib/libqt-mt.so.3
#21 0xb738071b in QEventLoop::processEvents ()
from /usr/lib/qt/lib/libqt-mt.so.3
#22 0xb73e5a8b in QEventLoop::enterLoop () from /usr/lib/qt/lib/libqt-mt.so.3
#23 0xb73e5934 in QEventLoop::exec () from /usr/lib/qt/lib/libqt-mt.so.3
#24 0xb73d47b0 in QApplication::exec () from /usr/lib/qt/lib/libqt-mt.so.3
#25 0x08055363 in main (argc=1, argv=0xbfa04084) at main.cpp:25 - Aug 18 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

I have Qt 3.3.6 installed!

uic -version
User Interface Compiler for Qt version 3.3.6
- Aug 18 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

I have modified the Makefile like this

INCPATH = -I/usr/lib/qt/mkspecs/default -I. -I/lib -I/usr/lib -I/usr/local/lib -I/usr/include -I/opt/kde/include -I/usr/include/taglib -I$(QTDIR)/include
LINK = g++
LFLAGS = -Wl,-rpath,$(QTDIR)/lib
LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -L/opt/kde/lib -laudiere -lkdeui -lkdecore -ltag -lxine -lz -lnsl -lrt -lqt-mt -lXext -lX11 -lm -lpthread

Now Falf copile on SlackWare. But all the interface control are off. It's impossible to load any song!

- Aug 17 2006
FALF Player

Audio Apps by amdfanatyk 118 comments

Compilation Problem on my SlackWare 10.2!

make
make: *** No rule to make target `/usr/lib/qt-3.3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
root@argo:‾/Desktop/FALF1/falf# qmake
root@argo:‾/Desktop/FALF1/falf# make
/usr/lib/qt/bin/uic frmmain.ui -o frmmain.h
g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt/mkspecs/default -I. -I/lib -I/usr/lib -I/usr/local/lib -I/usr/include -I/usr/include/kde -I/usr/include/taglib -I/usr/lib/qt/include -o qmslider.o qmslider.cpp
g++ -c -pipe -Wall -W -g -D_REENTRANT -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt/mkspecs/default -I. -I/lib -I/usr/lib -I/usr/local/lib -I/usr/include -I/usr/include/kde -I/usr/include/taglib -I/usr/lib/qt/include -o kmsystemtray.o kmsystemtray.cpp
In file included from kmsystemtray.cpp:1:
kmsystemtray.h:4:25: ksystemtray.h: No such file or directory
In file included from kmsystemtray.cpp:1:
kmsystemtray.h:7: error: syntax error before `{' token
kmsystemtray.h:12: error: destructors must be member functions
kmsystemtray.h:14: error: syntax error before `:' token
kmsystemtray.cpp:3: error: `QWidget' was not declared in this scope
kmsystemtray.cpp:3: error: `parent' was not declared in this scope
kmsystemtray.cpp:3: error: syntax error before `char'
kmsystemtray.cpp:3: error: invalid use of undefined type `class KMSystemTray'
kmsystemtray.h:6: error: forward declaration of `class KMSystemTray'
kmsystemtray.cpp: In constructor `KMSystemTray::KMSystemTray(...)':
kmsystemtray.cpp:3: error: class `KMSystemTray' does not have any field named `
KSystemTray'
kmsystemtray.cpp:3: error: `parent' undeclared (first use this function)
kmsystemtray.cpp:3: error: (Each undeclared identifier is reported only once
for each function it appears in.)
kmsystemtray.cpp:3: error: `name' undeclared (first use this function)
kmsystemtray.cpp: At global scope:
kmsystemtray.cpp:8: error: invalid use of undefined type `class KMSystemTray'
kmsystemtray.h:6: error: forward declaration of `class KMSystemTray'
kmsystemtray.cpp:11: error: `QWheelEvent' was not declared in this scope
kmsystemtray.cpp:11: error: `e' was not declared in this scope
kmsystemtray.cpp:12: error: invalid use of undefined type `class KMSystemTray'
kmsystemtray.h:6: error: forward declaration of `class KMSystemTray'
kmsystemtray.cpp:12: error: invalid declarator
kmsystemtray.cpp:12: error: syntax error before `{' token
make: *** [kmsystemtray.o] Error 1
- Aug 17 2006
Kopete

Chat & Messenging by mattr 100 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/


http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=381 - Aug 17 2006
KRename

System Tools (NOT OS or ROMS) by domseichter 83 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/


http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=387 - Aug 15 2006
Konqueror Burning Sidebar

Utilities by phlegmatic 60 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/

http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=886 - Aug 15 2006
K3DSurf

Science by virtualmeet 141 comments

Please Update Broken Link!

http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=825 - Aug 15 2006
krdm

Network by hirfuin 33 comments

1) Krdm use automake 1.6 then most recent version like 1.9.5 of my SlackWare.
I solve it with

autoconf
aclocal
automake

before configure.
But after i have this error

make[2]: Entering directory `/tmp/krd/src'
if i486-slackware-linux-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -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 -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i486 -mcpu=i686 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; ¥
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from main.cpp:13:
krd_main_form.h:23:30: krd_main_form_ui.h: No such file or directory
In file included from krd_main_form.h:24,
from main.cpp:13:
new_rdp_connection_form.h:23:40: new_rdp_connection_form_ui.h: No such file or directory
In file included from krd_main_form.h:24,
from main.cpp:13:
new_rdp_connection_form.h:41: error: syntax error before `{' token
new_rdp_connection_form.h:42: error: virtual outside class declaration
new_rdp_connection_form.h:42: error: non-member function `const char*
className()' cannot have `const' method qualifier
new_rdp_connection_form.h:42: error: virtual outside class declaration
new_rdp_connection_form.h:42: error: virtual outside class declaration
new_rdp_connection_form.h:42: error: virtual outside class declaration
new_rdp_connection_form.h:42: error: virtual outside class declaration
new_rdp_connection_form.h: In function `QObject* qObject()':
new_rdp_connection_form.h:42: error: invalid use of `this' in non-member
function
new_rdp_connection_form.h: At global scope:
new_rdp_connection_form.h:42: error: syntax error before `private'
new_rdp_connection_form.h:45: error: destructors must be member functions
new_rdp_connection_form.h:48: error: syntax error before `private'
new_rdp_connection_form.h:51: error: no matching function for call to `
pwdManager::pwdManager()'
pwdmanager.h:32: error: candidates are: pwdManager::pwdManager(const
pwdManager&)
pwdmanager.h:34: error: pwdManager::pwdManager(QString)
new_rdp_connection_form.h:59: error: syntax error before `private'
new_rdp_connection_form.h:61: error: virtual outside class declaration
new_rdp_connection_form.h:62: error: virtual outside class declaration
new_rdp_connection_form.h:63: error: virtual outside class declaration
new_rdp_connection_form.h:64: error: virtual outside class declaration
new_rdp_connection_form.h:65: error: virtual outside class declaration
new_rdp_connection_form.h:66: error: virtual outside class declaration
new_rdp_connection_form.h:67: error: virtual outside class declaration
new_rdp_connection_form.h:68: error: virtual outside class declaration
new_rdp_connection_form.h:69: error: virtual outside class declaration
new_rdp_connection_form.h:70: error: virtual outside class declaration
new_rdp_connection_form.h:72: error: syntax error before `protected'
In file included from main.cpp:13:
krd_main_form.h:35: error: syntax error before `{' token
krd_main_form.h:36: error: virtual outside class declaration
krd_main_form.h:36: error: non-member function `const char* className()' cannot
have `const' method qualifier
krd_main_form.h:36: error: virtual outside class declaration
krd_main_form.h:36: error: virtual outside class declaration
krd_main_form.h:36: error: virtual outside class declaration
krd_main_form.h:36: error: virtual outside class declaration
krd_main_form.h: In function `QObject* qObject()':
krd_main_form.h:36: error: redefinition of `QObject* qObject()'
new_rdp_connection_form.h:42: error: `QObject* qObject()' previously defined
here
krd_main_form.h:36: error: redefinition of `QObject* qObject()'
new_rdp_connection_form.h:42: error: `QObject* qObject()' previously defined
here
krd_main_form.h:36: error: invalid use of `this' in non-member function
krd_main_form.h: At global scope:
krd_main_form.h:36: error: default argument given for parameter 2 of `QString
tr(const char*, const char*)'
new_rdp_connection_form.h:42: error: after previous specification in `QString
tr(const char*, const char*)'
krd_main_form.h:36: error: default argument given for parameter 2 of `QString
trUtf8(const char*, const char*)'
new_rdp_connection_form.h:42: error: after previous specification in `QString
trUtf8(const char*, const char*)'
krd_main_form.h:36: error: syntax error before `private'
krd_main_form.h:39: error: `MyProcessesList' was not declared in this scope
krd_main_form.h:39: error: template argument 2 is invalid
krd_main_form.h:39: error: ISO C++ forbids declaration of `ProcessesMap' with
no type
krd_main_form.h:40: error: syntax error before `*' token
krd_main_form.h:41: error: destructors must be member functions
krd_main_form.h:43: error: redefinition of `KConfig*config'
new_rdp_connection_form.h:46: error: `KConfig*config' previously declared here
krd_main_form.h:47: error: syntax error before `private'
krd_main_form.h:55: error: redefinition of `pwdManager pwdmgr'
new_rdp_connection_form.h:51: error: `pwdManager pwdmgr' previously declared
here
krd_main_form.h:55: error: no matching function for call to `pwdManager::
pwdManager()'
pwdmanager.h:32: error: candidates are: pwdManager::pwdManager(const
pwdManager&)
pwdmanager.h:34: error: pwdManager::pwdManager(QString)
krd_main_form.h:69: error: syntax error before `public'
krd_main_form.h:78: error: syntax error before `private'
krd_main_form.h:93: error: syntax error before `protected'
krd_main_form.h:97: error: syntax error before `}' token
main.cpp: In function `int main(int, char**)':
main.cpp:39: error: `mainWin' undeclared (first use this function)
main.cpp:39: error: (Each undeclared identifier is reported only once for each
function it appears in.)
main.cpp:39: error: syntax error before `(' token
/usr/include/c++/3.3.6/bits/stl_map.h: At top level:
krd_main_form.h:36: warning: `bool qt_static_property(QObject*, int, int,
QVariant*)' declared `static' but never defined
krd_main_form.h:36: warning: `QMetaObject* staticMetaObject()' declared
`static' but never defined
krd_main_form.h:36: warning: `QString tr(const char*, const char*)' declared
`static' but never defined
krd_main_form.h:36: warning: `QString trUtf8(const char*, const char*)'
declared `static' but never defined
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/tmp/krd/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/krd'
make: *** [all] Error 2
Making install in doc
make[1]: Entering directory `/tmp/krd/doc'
make[2]: Entering directory `/tmp/krd/doc'
make[3]: Entering directory `/tmp/krd/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/krd/doc'
make[2]: Leaving directory `/tmp/krd/doc'
make[1]: Leaving directory `/tmp/krd/doc'
Making install in po
make[1]: Entering directory `/tmp/krd/po'
make[2]: Entering directory `/tmp/krd/po'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/krd/po'
make[1]: Leaving directory `/tmp/krd/po'
Making install in src
make[1]: Entering directory `/tmp/krd/src'
if i486-slackware-linux-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -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 -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i486 -mcpu=i686 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; ¥
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from main.cpp:13:
krd_main_form.h:23:30: krd_main_form_ui.h: No such file or directory
In file included from krd_main_form.h:24,
from main.cpp:13:
new_rdp_connection_form.h:23:40: new_rdp_connection_form_ui.h: No such file or directory
In file included from krd_main_form.h:24,
from main.cpp:13:
new_rdp_connection_form.h:41: error: syntax error before `{' token
new_rdp_connection_form.h:42: error: virtual outside class declaration
new_rdp_connection_form.h:42: error: non-member function `const char*
className()' cannot have `const' method qualifier
new_rdp_connection_form.h:42: error: virtual outside class declaration
new_rdp_connection_form.h:42: error: virtual outside class declaration
new_rdp_connection_form.h:42: error: virtual outside class declaration
new_rdp_connection_form.h:42: error: virtual outside class declaration
new_rdp_connection_form.h: In function `QObject* qObject()':
new_rdp_connection_form.h:42: error: invalid use of `this' in non-member
function
new_rdp_connection_form.h: At global scope:
new_rdp_connection_form.h:42: error: syntax error before `private'
new_rdp_connection_form.h:45: error: destructors must be member functions
new_rdp_connection_form.h:48: error: syntax error before `private'
new_rdp_connection_form.h:51: error: no matching function for call to `
pwdManager::pwdManager()'
pwdmanager.h:32: error: candidates are: pwdManager::pwdManager(const
pwdManager&)
pwdmanager.h:34: error: pwdManager::pwdManager(QString)
new_rdp_connection_form.h:59: error: syntax error before `private'
new_rdp_connection_form.h:61: error: virtual outside class declaration
new_rdp_connection_form.h:62: error: virtual outside class declaration
new_rdp_connection_form.h:63: error: virtual outside class declaration
new_rdp_connection_form.h:64: error: virtual outside class declaration
new_rdp_connection_form.h:65: error: virtual outside class declaration
new_rdp_connection_form.h:66: error: virtual outside class declaration
new_rdp_connection_form.h:67: error: virtual outside class declaration
new_rdp_connection_form.h:68: error: virtual outside class declaration
new_rdp_connection_form.h:69: error: virtual outside class declaration
new_rdp_connection_form.h:70: error: virtual outside class declaration
new_rdp_connection_form.h:72: error: syntax error before `protected'
In file included from main.cpp:13:
krd_main_form.h:35: error: syntax error before `{' token
krd_main_form.h:36: error: virtual outside class declaration
krd_main_form.h:36: error: non-member function `const char* className()' cannot
have `const' method qualifier
krd_main_form.h:36: error: virtual outside class declaration
krd_main_form.h:36: error: virtual outside class declaration
krd_main_form.h:36: error: virtual outside class declaration
krd_main_form.h:36: error: virtual outside class declaration
krd_main_form.h: In function `QObject* qObject()':
krd_main_form.h:36: error: redefinition of `QObject* qObject()'
new_rdp_connection_form.h:42: error: `QObject* qObject()' previously defined
here
krd_main_form.h:36: error: redefinition of `QObject* qObject()'
new_rdp_connection_form.h:42: error: `QObject* qObject()' previously defined
here
krd_main_form.h:36: error: invalid use of `this' in non-member function
krd_main_form.h: At global scope:
krd_main_form.h:36: error: default argument given for parameter 2 of `QString
tr(const char*, const char*)'
new_rdp_connection_form.h:42: error: after previous specification in `QString
tr(const char*, const char*)'
krd_main_form.h:36: error: default argument given for parameter 2 of `QString
trUtf8(const char*, const char*)'
new_rdp_connection_form.h:42: error: after previous specification in `QString
trUtf8(const char*, const char*)'
krd_main_form.h:36: error: syntax error before `private'
krd_main_form.h:39: error: `MyProcessesList' was not declared in this scope
krd_main_form.h:39: error: template argument 2 is invalid
krd_main_form.h:39: error: ISO C++ forbids declaration of `ProcessesMap' with
no type
krd_main_form.h:40: error: syntax error before `*' token
krd_main_form.h:41: error: destructors must be member functions
krd_main_form.h:43: error: redefinition of `KConfig*config'
new_rdp_connection_form.h:46: error: `KConfig*config' previously declared here
krd_main_form.h:47: error: syntax error before `private'
krd_main_form.h:55: error: redefinition of `pwdManager pwdmgr'
new_rdp_connection_form.h:51: error: `pwdManager pwdmgr' previously declared
here
krd_main_form.h:55: error: no matching function for call to `pwdManager::
pwdManager()'
pwdmanager.h:32: error: candidates are: pwdManager::pwdManager(const
pwdManager&)
pwdmanager.h:34: error: pwdManager::pwdManager(QString)
krd_main_form.h:69: error: syntax error before `public'
krd_main_form.h:78: error: syntax error before `private'
krd_main_form.h:93: error: syntax error before `protected'
krd_main_form.h:97: error: syntax error before `}' token
main.cpp: In function `int main(int, char**)':
main.cpp:39: error: `mainWin' undeclared (first use this function)
main.cpp:39: error: (Each undeclared identifier is reported only once for each
function it appears in.)
main.cpp:39: error: syntax error before `(' token
/usr/include/c++/3.3.6/bits/stl_map.h: At top level:
krd_main_form.h:36: warning: `bool qt_static_property(QObject*, int, int,
QVariant*)' declared `static' but never defined
krd_main_form.h:36: warning: `QMetaObject* staticMetaObject()' declared
`static' but never defined
krd_main_form.h:36: warning: `QString tr(const char*, const char*)' declared
`static' but never defined
krd_main_form.h:36: warning: `QString trUtf8(const char*, const char*)'
declared `static' but never defined
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/tmp/krd/src'
make: *** [install-recursive] Error 1
- Aug 14 2006
Ts2Dvd

Video Apps by jancerny 47 comments

Ts2DvD still have problem to change the default language!

I correct it in my slackware

with a little script wrapper called ts2dvd in /opt/kde/bin

#!/bin/sh
cd /opt/kde/share/apps/ts2dvd

exec ./ts2dvd $@

in /opt/kde/share/apps/ts2dvd i have
the ts2dvd binary and all .qm file and the /img directory

img/
ts2dvd*
ts2dvd_cs.qm
ts2dvd_de.qm
ts2dvd_en.qm
ts2dvd_pt.qm
ts2dvdui.rc

Now i can change default language! Maybe better place for application is on MultiMedia menu, not in Utilities - Aug 12 2006
KDEAddons-Emulation

Various KDE 1.-4. Improvements by informix 61 comments

Yes the SlackBuild script is present in the TGZ PAckage!

This is the direct link to it!
http://www.slacky.it/download/desktop/utility/kdeaddons-emulation/3.5.0/src/kdeaddons-emulation.SlackBuild - Aug 11 2006
KDEAddons-Emulation

Various KDE 1.-4. Improvements by informix 61 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/


http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1309 - Aug 08 2006
kX Generator

System Tools (NOT OS or ROMS) by sabby7890 79 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/


http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1220 - Aug 07 2006
kX Generator

System Tools (NOT OS or ROMS) by sabby7890 79 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/

http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1220 - Aug 05 2006
audiokonverter

Dolphin Service Menus by labrum 230 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/


http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1304 - Aug 02 2006
Tasty Menu

Various KDE 1.-4. Improvements by mart 499 comments

yes! Put a direct download link, it's better! :D - Aug 02 2006
Tasty Menu

Various KDE 1.-4. Improvements by mart 499 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/


http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1236 - Aug 01 2006
Ultimate WebShots Converter for KDE

Graphic Apps by sweinst 11 comments

Ok! Now the Batch Conversion work fine!;D Thank's :D - Aug 01 2006
Ultimate WebShots Converter for KDE

Graphic Apps by sweinst 11 comments

i'm with a root privileges. But the batch convert still don't work! But i can use file menu, for convert in Jpeg! - Jul 31 2006
Ultimate WebShots Converter for KDE

Graphic Apps by sweinst 11 comments

Slackware 10.2
When i Try to convert some images, kuwc don't work. Pop-up the convert window but d0n't convert anything!

This is the output form shell

Traceback (most recent call last):
File "/usr/kiojob.py", line 245, in __run
res = self.gen.next()
File "/usr/batchconversiondlgimpl.py", line 189, in run
self.kio_removeTempFile(target)
File "/usr/kiojob.py", line 198, in kio_removeTempFile
self.tmpfiles.remove(tf)
UnboundLocalError: local variable 'tf' referenced before assignment
- Jul 31 2006
KsirK

Tactics & Strategy by kleag 82 comments

Yes you can integrate the Package and the slackBuild! :D - Jul 30 2006
BPM Detect

Audio Apps by d4r3b4k 10 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/

http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1291 - Jul 29 2006
KsirK

Tactics & Strategy by kleag 82 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/

http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1296 - Jul 29 2006
'Q' DVD-Author

Video Apps by QDVDAuthor 81 comments

http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=634 - Jul 27 2006
'Q' DVD-Author

Video Apps by QDVDAuthor 81 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/


http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=search - Jul 27 2006
BPM Detect

Audio Apps by d4r3b4k 10 comments

BPMdetect looking for FmodEx include file, in /usr/include. But the standard installation of Fmodex put the include file in /usr/include/fmodex!

This is the Fmodex Makefile
VERSION = 4.04.16
LIBDIR = api/lib
HDRDIR = api/inc
DESTLIBDIR = /usr/lib
DESTHDRDIR = /usr/include/fmodex

And there is no Categories in the bmpdetect.desktop file, than the Kmenu don't show the voice.

Maybe good categories for desktop file are

Categories=Qt;KDE;AudioVideo; - Jul 26 2006
KAlarm

Utilities by djarvie 72 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/

http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1015 - Jul 25 2006
KAlarm

Utilities by djarvie 72 comments

It's a Standard SlackWare 10.2 Package, with alla Languages! Whait for a new download link, the old download link don't work. ;) - Jul 25 2006
KoverArtist

Utilities by StefanT 175 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/


http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1057 - Jul 24 2006
Linux MultiMedia Studio

Audio Apps by tobydox 114 comments

/usr/lib/qt/include/qpair.h:80: error: syntax error before `)' token
make[4]: *** [vibrating_string.lo] Error 1
make[4]: Leaving directory `/tmp/lmms-0.2.0/plugins/vibed'
make[3]: *** [install] Error 2
make[3]: Leaving directory `/tmp/lmms-0.2.0/plugins/vibed'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/tmp/lmms-0.2.0/plugins'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/lmms-0.2.0'
make: *** [install] Error 2
- Jul 20 2006
Linux MultiMedia Studio

Audio Apps by tobydox 114 comments

Whit your solution LMMS start building, but after give this error!

I have Gcc 3.3.6



/usr/include/c++/3.3.6/bits/stl_pair.h: In function `bool std::operator - Jul 20 2006
KDEAddons-Emulation

Various KDE 1.-4. Improvements by informix 61 comments

I like KDE-Addons-Emulation, now i'm testing on my Slackware 10.2! - Jul 20 2006
Linux MultiMedia Studio

Audio Apps by tobydox 114 comments

My System is SlackWare 10.2! - Jul 20 2006
Linux MultiMedia Studio

Audio Apps by tobydox 114 comments

I have Big Compilation problem with the last LMMS version. The configure script don't recognize the installed libraries.

configure: WARNING: fcntl.h: present but cannot be compiled
configure: WARNING: fcntl.h: check for missing prerequisite headers?
configure: WARNING: fcntl.h: see the Autoconf documentation
configure: WARNING: fcntl.h: section "Present But Cannot Be Compiled"
configure: WARNING: fcntl.h: proceeding with the preprocessor's result
configure: WARNING: fcntl.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... no
checking sys/ioctl.h presence... yes
configure: WARNING: sys/ioctl.h: present but cannot be compiled
configure: WARNING: sys/ioctl.h: check for missing prerequisite headers?
configure: WARNING: sys/ioctl.h: see the Autoconf documentation
configure: WARNING: sys/ioctl.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/ioctl.h: proceeding with the preprocessor's result
configure: WARNING: sys/ioctl.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking pthread.h usability... no
checking pthread.h presence... yes
configure: WARNING: pthread.h: present but cannot be compiled
configure: WARNING: pthread.h: check for missing prerequisite headers?
configure: WARNING: pthread.h: see the Autoconf documentation
configure: WARNING: pthread.h: section "Present But Cannot Be Compiled"
configure: WARNING: pthread.h: proceeding with the preprocessor's result
configure: WARNING: pthread.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for pthread.h... yes
checking sys/ipc.h usability... no
checking sys/ipc.h presence... yes
configure: WARNING: sys/ipc.h: present but cannot be compiled
configure: WARNING: sys/ipc.h: check for missing prerequisite headers?
configure: WARNING: sys/ipc.h: see the Autoconf documentation
configure: WARNING: sys/ipc.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/ipc.h: proceeding with the preprocessor's result
configure: WARNING: sys/ipc.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for sys/ipc.h... yes
checking sys/shm.h usability... no
checking sys/shm.h presence... yes
configure: WARNING: sys/shm.h: present but cannot be compiled
configure: WARNING: sys/shm.h: check for missing prerequisite headers?
configure: WARNING: sys/shm.h: see the Autoconf documentation
configure: WARNING: sys/shm.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/shm.h: proceeding with the preprocessor's result
configure: WARNING: sys/shm.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for sys/shm.h... yes
checking sys/time.h usability... no
checking sys/time.h presence... yes
configure: WARNING: sys/time.h: present but cannot be compiled
configure: WARNING: sys/time.h: check for missing prerequisite headers?
configure: WARNING: sys/time.h: see the Autoconf documentation
configure: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/time.h: proceeding with the preprocessor's result
configure: WARNING: sys/time.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for sys/time.h... yes
checking sys/select.h usability... no
checking sys/select.h presence... yes
configure: WARNING: sys/select.h: present but cannot be compiled
configure: WARNING: sys/select.h: check for missing prerequisite headers?
configure: WARNING: sys/select.h: see the Autoconf documentation
configure: WARNING: sys/select.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/select.h: proceeding with the preprocessor's result
configure: WARNING: sys/select.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for sys/select.h... yes
checking for sys/types.h... (cached) yes
checking stdarg.h usability... no
checking stdarg.h presence... yes
configure: WARNING: stdarg.h: present but cannot be compiled
configure: WARNING: stdarg.h: check for missing prerequisite headers?
configure: WARNING: stdarg.h: see the Autoconf documentation
configure: WARNING: stdarg.h: section "Present But Cannot Be Compiled"
configure: WARNING: stdarg.h: proceeding with the preprocessor's result
configure: WARNING: stdarg.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for stdarg.h... yes
checking signal.h usability... no
checking signal.h presence... yes
configure: WARNING: signal.h: present but cannot be compiled
configure: WARNING: signal.h: check for missing prerequisite headers?
configure: WARNING: signal.h: see the Autoconf documentation
configure: WARNING: signal.h: section "Present But Cannot Be Compiled"
configure: WARNING: signal.h: proceeding with the preprocessor's result
configure: WARNING: signal.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for signal.h... yes
checking sched.h usability... no
checking sched.h presence... yes
configure: WARNING: sched.h: present but cannot be compiled
configure: WARNING: sched.h: check for missing prerequisite headers?
configure: WARNING: sched.h: see the Autoconf documentation
configure: WARNING: sched.h: section "Present But Cannot Be Compiled"
configure: WARNING: sched.h: proceeding with the preprocessor's result
configure: WARNING: sched.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for sched.h... yes
checking for an ANSI C-conforming const... no
checking for inline... no
checking for size_t... no
checking whether time.h and sys/time.h may both be included... no
checking whether struct tm is in sys/time.h or time.h... sys/time.h
checking for working volatile... no
checking whether byte ordering is bigendian... yes
checking for mode_t... no
checking for off_t... no
checking for pid_t... no
checking for size_t... (cached) no
checking for ssize_t... no
checking for long long... no
checking for working alloca.h... no
checking for alloca... no
checking whether `alloca.c' needs Cray hooks... no
checking stack direction for C alloca... -1
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for working memcmp... no
checking return type of signal handlers... int
checking for usleep... no
checking for pipe... no
checking for sprintf... no
checking SDL/SDL.h usability... no
checking SDL/SDL.h presence... yes
configure: WARNING: SDL/SDL.h: present but cannot be compiled
configure: WARNING: SDL/SDL.h: check for missing prerequisite headers?
configure: WARNING: SDL/SDL.h: see the Autoconf documentation
configure: WARNING: SDL/SDL.h: section "Present But Cannot Be Compiled"
configure: WARNING: SDL/SDL.h: proceeding with the preprocessor's result
configure: WARNING: SDL/SDL.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for SDL/SDL.h... yes
checking SDL/SDL_audio.h usability... no
checking SDL/SDL_audio.h presence... yes
configure: WARNING: SDL/SDL_audio.h: present but cannot be compiled
configure: WARNING: SDL/SDL_audio.h: check for missing prerequisite headers?
configure: WARNING: SDL/SDL_audio.h: see the Autoconf documentation
configure: WARNING: SDL/SDL_audio.h: section "Present But Cannot Be Compiled"
configure: WARNING: SDL/SDL_audio.h: proceeding with the preprocessor's result
configure: WARNING: SDL/SDL_audio.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for SDL/SDL_audio.h... yes
checking for SDL_OpenAudio in -lSDL... no
checking SDL/SDL_sound.h usability... no
checking SDL/SDL_sound.h presence... no
checking for SDL/SDL_sound.h... no
checking for Sound_Init in -lSDL_sound... no
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... yes
configure: WARNING: alsa/asoundlib.h: present but cannot be compiled
configure: WARNING: alsa/asoundlib.h: check for missing prerequisite headers?
configure: WARNING: alsa/asoundlib.h: see the Autoconf documentation
configure: WARNING: alsa/asoundlib.h: section "Present But Cannot Be Compiled"
configure: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result
configure: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for alsa/asoundlib.h... yes
checking for snd_pcm_open in -lasound... no
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... yes
configure: WARNING: sys/soundcard.h: present but cannot be compiled
configure: WARNING: sys/soundcard.h: check for missing prerequisite headers?
configure: WARNING: sys/soundcard.h: see the Autoconf documentation
configure: WARNING: sys/soundcard.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/soundcard.h: proceeding with the preprocessor's result
configure: WARNING: sys/soundcard.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for sys/soundcard.h... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking jack/jack.h usability... no
checking jack/jack.h presence... yes
configure: WARNING: jack/jack.h: present but cannot be compiled
configure: WARNING: jack/jack.h: check for missing prerequisite headers?
configure: WARNING: jack/jack.h: see the Autoconf documentation
configure: WARNING: jack/jack.h: section "Present But Cannot Be Compiled"
configure: WARNING: jack/jack.h: proceeding with the preprocessor's result
configure: WARNING: jack/jack.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for jack/jack.h... yes
checking for jack_client_new in -ljack... no
checking for jack_client_open in -ljack... no
checking ladspa.h usability... no
checking ladspa.h presence... yes
configure: WARNING: ladspa.h: present but cannot be compiled
configure: WARNING: ladspa.h: check for missing prerequisite headers?
configure: WARNING: ladspa.h: see the Autoconf documentation
configure: WARNING: ladspa.h: section "Present But Cannot Be Compiled"
configure: WARNING: ladspa.h: proceeding with the preprocessor's result
configure: WARNING: ladspa.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for ladspa.h... yes
checking vorbis/codec.h usability... no
checking vorbis/codec.h presence... yes
configure: WARNING: vorbis/codec.h: present but cannot be compiled
configure: WARNING: vorbis/codec.h: check for missing prerequisite headers?
configure: WARNING: vorbis/codec.h: see the Autoconf documentation
configure: WARNING: vorbis/codec.h: section "Present But Cannot Be Compiled"
configure: WARNING: vorbis/codec.h: proceeding with the preprocessor's result
configure: WARNING: vorbis/codec.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for vorbis/codec.h... yes
checking vorbis/vorbisenc.h usability... no
checking vorbis/vorbisenc.h presence... yes
configure: WARNING: vorbis/vorbisenc.h: present but cannot be compiled
configure: WARNING: vorbis/vorbisenc.h: check for missing prerequisite headers?
configure: WARNING: vorbis/vorbisenc.h: see the Autoconf documentation
configure: WARNING: vorbis/vorbisenc.h: section "Present But Cannot Be Compiled"
configure: WARNING: vorbis/vorbisenc.h: proceeding with the preprocessor's result
configure: WARNING: vorbis/vorbisenc.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for vorbis/vorbisenc.h... yes
checking vorbis/vorbisfile.h usability... no
checking vorbis/vorbisfile.h presence... yes
configure: WARNING: vorbis/vorbisfile.h: present but cannot be compiled
configure: WARNING: vorbis/vorbisfile.h: check for missing prerequisite headers?
configure: WARNING: vorbis/vorbisfile.h: see the Autoconf documentation
configure: WARNING: vorbis/vorbisfile.h: section "Present But Cannot Be Compiled"
configure: WARNING: vorbis/vorbisfile.h: proceeding with the preprocessor's result
configure: WARNING: vorbis/vorbisfile.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for vorbis/vorbisfile.h... yes
checking for vorbis_analysis in -lvorbis... no
checking FLAC/stream_encoder.h usability... no
checking FLAC/stream_encoder.h presence... yes
configure: WARNING: FLAC/stream_encoder.h: present but cannot be compiled
configure: WARNING: FLAC/stream_encoder.h: check for missing prerequisite headers?
configure: WARNING: FLAC/stream_encoder.h: see the Autoconf documentation
configure: WARNING: FLAC/stream_encoder.h: section "Present But Cannot Be Compiled"
configure: WARNING: FLAC/stream_encoder.h: proceeding with the preprocessor's result
configure: WARNING: FLAC/stream_encoder.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for FLAC/stream_encoder.h... yes
checking FLAC/stream_decoder.h usability... no
checking FLAC/stream_decoder.h presence... yes
configure: WARNING: FLAC/stream_decoder.h: present but cannot be compiled
configure: WARNING: FLAC/stream_decoder.h: check for missing prerequisite headers?
configure: WARNING: FLAC/stream_decoder.h: see the Autoconf documentation
configure: WARNING: FLAC/stream_decoder.h: section "Present But Cannot Be Compiled"
configure: WARNING: FLAC/stream_decoder.h: proceeding with the preprocessor's result
configure: WARNING: FLAC/stream_decoder.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for FLAC/stream_decoder.h... yes
checking for FLAC__stream_encoder_new in -lFLAC... no
checking samplerate.h usability... no
checking samplerate.h presence... yes
configure: WARNING: samplerate.h: present but cannot be compiled
configure: WARNING: samplerate.h: check for missing prerequisite headers?
configure: WARNING: samplerate.h: see the Autoconf documentation
configure: WARNING: samplerate.h: section "Present But Cannot Be Compiled"
configure: WARNING: samplerate.h: proceeding with the preprocessor's result
configure: WARNING: samplerate.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for samplerate.h... yes
checking for src_simple in -lsamplerate... no
checking sndfile.h usability... no
checking sndfile.h presence... yes
configure: WARNING: sndfile.h: present but cannot be compiled
configure: WARNING: sndfile.h: check for missing prerequisite headers?
configure: WARNING: sndfile.h: see the Autoconf documentation
configure: WARNING: sndfile.h: section "Present But Cannot Be Compiled"
configure: WARNING: sndfile.h: proceeding with the preprocessor's result
configure: WARNING: sndfile.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------------------- ##
configure: WARNING: ## Report this to tobydox/at/users/dot/sourceforge/dot/net ##
configure: WARNING: ## ------------------------------------------------------- ##
checking for sndfile.h... yes
checking for sf_command in -lsndfile... no
checking version of libsndfile... < 1.0.11
checking whether to disable surround-support... no
checking whether to enable high quality sinc-resampling... no
checking whether to disable single-source-compile... no
checking whether we can use function-attribute regparm(x) on current platform... no
checking whether floorf is known by compiler... no - will use floor instead
checking whether powf is known by compiler... no - will use pow instead
checking whether fabsf is known by compiler... no - will use fabs instead
checking whether logf is known by compiler... no - will use log instead
checking whether to enable debugging-code... no
checking for rpm sources path... /usr/src/rpm/SOURCES/
configure: creating ./config.status
- Jul 20 2006
Beesoft Commander

System Tools (NOT OS or ROMS) by piotrpsz 52 comments

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/

http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1001 - Jul 19 2006
KsirK

Tactics & Strategy by kleag 82 comments

In the ksirk.desktop file, there is no Categories. Than the ksirk voice is not present in Kmenu after make install.
I have modified it!

# KDE Config File
[Desktop Entry]
Type=Application
Exec=ksirk -caption "%c" %i %m
Icon=ksirk.png
MiniIcon=ksirk.png
DocPath=ksirk/index.html
Comment=KsirK is a computerized version of a strategy board game: Risk !
Comment[de]=
Comment[it]=Ksirk è la versione computerizzata del gioco da tavolo strategico: Risico!
Terminal=0
Name=KsirK
Name[de]=KsirK
Name[it]=Ksirk
GenericName=Risk Computerized
GenericName[de]=
GenericName[it]=Risico Computerizzato
Categories=Qt;KDE;Game;StrategyGame; - Jul 18 2006
KsirK

Tactics & Strategy by kleag 82 comments

The "make install DESTDIR" is not implemented? It's usefull for build a package! - Jul 17 2006