LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   kbfx doesn't compile (https://www.linuxquestions.org/questions/slackware-14/kbfx-doesnt-compile-413788/)

batev 02-10-2006 07:22 AM

kbfx doesn't compile
 
Hi, I want to install kbfx-0.4.8 on my Slack 10.2.
I type:
Code:

./configure --prefix=/usr
make

While compiling it ends with an error.

Yalla-One 02-10-2006 07:30 AM

Hi batev,

Unfortunately it's impossible to help you without some more information.

You might want to include the error-message and maybe the last 5-10 lines from the make output prior to the error if you want to get some useful answers.

Cheers,

-Y1

batev 02-10-2006 01:17 PM

Sorry, I thought someone else may have the same problem. Anyway, here're the lines:
Code:

menuright.xpm:268: warning: deprecated conversion from string constant to `
  char*'
menuright.xpm:268: warning: deprecated conversion from string constant to `
  char*'
vistabar.cpp: In member function `vista::vista(QWidget*, const char*, unsigned
  int)':
vistabar.cpp:4: warning: unused parameter `uint fl'
vistabar.cpp: In member function `void vista::readConfig()':
vistabar.cpp:82: warning: format not a string literal and no format arguments
vistabar.cpp: In member function `void vista::createApplicationList()':
vistabar.cpp:102: warning: format not a string literal and no format arguments
vistabar.cpp:103: warning: format not a string literal and no format arguments
vistabar.cpp: In member function `void vista::startApp(QListBoxItem*)':
vistabar.cpp:261: warning: unused variable `KRun*exec'
vistabar.cpp:294: warning: unused variable `KRun*exec'
vistabar.cpp: In member function `void vista::KAppBarSetTheme(QPixmap, QPixmap,
  QPixmap, QPixmap, QPixmap, QPixmap, QPixmap, QPixmap, QPixmap, QPixmap)':
vistabar.cpp:435: error: variable declaration is not allowed here
vistabar.cpp:437: error: request for member `convertToImage' in `userPixmap',
  which is of non-aggregate type `QPixmap ()()'
vistabar.cpp:433: warning: unused variable `KIconLoader*iconload'
vistabar.cpp: In member function `void vista::mouseOverItemSlot(QListBoxItem*)
  ':
vistabar.cpp:464: warning: unused variable `VistaListBoxItem*_item'
vistabar.cpp: In member function `void vista::startAction(QListBoxItem*)':
vistabar.cpp:477: warning: format not a string literal and no format arguments
vistabar.cpp: In member function `void vista::textSlot(const QString&)':
vistabar.cpp:520: warning: unused parameter `const QString&x'
vistabar.cpp: At top level:
listboxhover.xpm:2: warning: `char*listboxhover[85]' defined but not used
menuright.xpm:2: warning: `char*menuright[263]' defined but not used
make[3]: *** [vistabar.lo] Error 1
make[3]: Leaving directory `/home/mitko/kbfx-0.4.8/kbfxvista'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mitko/kbfx-0.4.8/kbfxvista'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mitko/kbfx-0.4.8'
make: *** [all] Error 2


arre 03-01-2006 05:02 AM

Hi, been also having issues of kbfx... (Slackware 10.2 aswell)
After some trying I figured out the damn configure script didn't work pretty well and my makefiles crashed because they tried to run automake-1.6 (while I had 1.9), aclocal-1.6 (same) and /usr/bin/kcompilerorsomething (while it was /opt/kde/bin/kde...)

I manually edited the values and got the compiler to work without errors, though huge amounts of warmings did still pop up due to a not so talented coder? ;)
Anyway, got it compiled and installed, though only the applet works, somehow it didn't install my ~/.kbfx/ dir so no new bar yet. I really hope they improve the kbfx packages cause this ain't fun anymore to compile:P


All times are GMT -5. The time now is 01:26 AM.