
eciKontrol
Source (link to git-repo or to original if based on someone elses unmodified work):
I'm sorry for the long offline period.
Description:
eciKontrol is a GUI frontend for EciADSL drivers, build with Qt and KDE APIs.
Some eciKontro functions are:
- One-click Connection/Disconnection controls
- ADSL Connection Configuration Wizard
- Raltime connection status informations
- Minimization to traybar
- Traybar tooltip connection status informations
- Frontend for synchronzation binaries test (eciadsl-probe-synch)
- Frontend for software/configuration test (eciadsl-doctor)
For more informations about EciADSL drivers visit:
http://eciadsl.flashtux.org/index.php?lang=en
For more informations about eciKontrol visit (In Italian):
http://www.brainspace.it/index.php?option=com_content&task=view&id=14&Itemid=3
For more screenshots of eciKontrol visit:
http://www.brainspace.it/index.php?option=com_content&task=view&id=12&Itemid=7
Project download page (In Italian):
http://www.brainspace.it/index.php?option=com_content&task=view&id=15&Itemid=12
Credits:
Particular thanks to:
- Taralluccio , creator of Mandriva's RPM
- Vìctor F.M. creator of SuSE Linux RPM package
Changes in v0.3 release 2:
bug fixing
- fixed some compilation error in valid binaries dialog with qt verson < 3.3.5
Changes in v0.3:
bug fixing
- fixed minor bugs
improvements:
- added connection time in connection status informations
- removed "About" button from header
- added menu bar to access new functions
- added automaticaly switch to monitoring view if connection already exists
- added frontend for eciadsl-doctor in menu "Tools->Configuration Test"
- added frontend for eciadsl-probe-synch in menu "Tools->Synchronization binary test"
- direct selection of working synch bin when test finish
Changes in v0.2:
bug fixing
- fixed compilation problems on some linux distributions
- fixed application's crash when eciadsl.conf doesn't exists
improvements:
- added "Abort Connection" function during connection process
Ratings & Comments
13 Comments
Hi, I am trying to build eciKontrol on Mandriva 2007 (development version) and I get the following error: make[2]: Entering directory `/home/rpmbuild/eciKontrol-0.3/src' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/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 -MT ecikontrolwidget.o -MD -MP -MF ".deps/ecikontrolwidget.Tpo" -c -o ecikontrolwidget.o ecikontrolwidget.cpp; \ then mv -f ".deps/ecikontrolwidget.Tpo" ".deps/ecikontrolwidget.Po"; else rm -f ".deps/ecikontrolwidget.Tpo"; exit 1; fi ecikontrolvalidssynchbin.h:20: error: default argument for parameter of type ‘QString&’ has type ‘const char [14]’ make[2]: *** [ecikontrolwidget.o] Error 1 make[2]: Leaving directory `/home/rpmbuild/eciKontrol-0.3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rpmbuild/eciKontrol-0.3' make: *** [all] Error 2 Could this result from the newer gcc? KDE 3.5.3 gcc 4.1.1 Thanks
Just saw a slack user reported similar error, but no answer given. Here's some more system info: $ kde-config --version Qt: 3.3.6 KDE: 3.5.3 kde-config: 1.0 p.s. which development libraries are needed? ./configure finishes with no error.
A SlackWare 10.2 TGZ Package is ready to download!! http://www.slacky.it http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=629&parent=category
SUSE 10.0 RPM: http://www.polinux.upv.es/~vfernandez/suse/10.0/i586/eciKontrol-0.3-1polinux.i586.rpm
In file included from ecikontrolprobesynchdialog.h:18, from ecikontrolwidget.cpp:35: ecikontrolvalidssynchbin.h:20: error: invalid type `const char[14]' for default argument to `QString&' make[2]: *** [ecikontrolwidget.o] Error 1 make[2]: Leaving directory `/eciKontrol-0.3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/eciKontrol-0.3' make: *** [all] Error 2 Please help (slackware 10.2, KDE 3.4.2)
What's your Qt version? Havr you got installed all devel packages?
qt 3.3.4
I get this on ./configure in ubuntu - configure: error: C compiler cannot create executables
sudo apt-get install gcc g++
I already have a bug report about this compilation error. You can make a distclean, autoconf and automake before ./configure, but you risk that linking fails because compiler don't recreate moc files. I'm working to fix this bug and release fixed sources. Thank you for report. :-)
I've tried the updated version and I'm still getting the same error. I've tried ./configure --x-includes='/usr/X11R6/include' --x-libraries='/usr/X11R6/lib' which takes me past the C compiler error but then gives up with this error - checking for libz... configure: error: not found. Possibly configure picks up an outdated version installed by XFree86. Remove it from your system. I'm using Ubuntu Breezy
I've tried it in kubuntu (Hoary). Configuration and compilation working well. Can you mail me some infos such: - gcc ver - glibc ver - KDE ver - Qt ver Thank you. P.S. In some days I'll upload deb package with binaries :-) Invenomuto
After installing kde-devel, eciKontrol compiled ok and is working. Thankyou for the responses.