LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   baghira Errors (https://www.linuxquestions.org/questions/slackware-14/baghira-errors-640708/)

Daedra 05-08-2008 01:11 AM

baghira Errors
 
I have almost got my system back to normal, the only programs I can't get to compile are kxdocker and baghira, if anybody can give me help with the error below or has a 12.1 package they can send me I would appreciate either one.

here is my error
menu.cpp: In member function 'void AppList::reset()':
menu.cpp:1706: warning: comparison between signed and unsigned integer expressions
menu.h: In constructor 'StartMenu::StartMenu(int, QWidget*, uint)':
menu.h:301: warning: 'StartMenu::_size' will be initialized after
menu.h:299: warning: 'bool StartMenu::inMove'
menu.cpp:1713: warning: when initialized here
In file included from libbaghirastarter_la.all_cpp.cpp:4:
starter.cpp: At global scope:
starter.cpp:292: warning: unused parameter 'height'
starter.cpp:297: warning: unused parameter 'width'
make[2]: *** [libbaghirastarter_la.all_cpp.lo] Error 1
make[2]: Leaving directory `/del/baghira-0.8/starter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/del/baghira-0.8'
make: *** [all] Error 2

shadowsnipes 05-08-2008 01:38 AM

You aren't the only one who can't compile baghira on 12.1

From the slackBuilds.org Changelog
Quote:

2. Things removed because they won't build on Slackware 12.1
desktop/baghira: Removed - this won't compile on 12.1, and the maintainer
advises that he is unable to find any patches for it.
I don't know about problems with kxdocker, sorry.

You might just have to hack some code yourself.

Daedra 05-08-2008 02:07 AM

Thanks for the heads up on baghira.

H_TeXMeX_H 05-08-2008 12:20 PM

That error is not really an error, just a bunch of warnings, the error is probably further up.

Is it really just gcc that's causing these problems ? It looks like plenty of things will not compile on 12.1. No, I don't have it installed yet (and am wondering whether I should). If it's gcc, can't you just install an older version, that's what I did for 12.0 because even here many things won't compile with gcc 4.x without serious modification, others with minor modifications (which I can do myself). If it's glibc, then it's a bigger problem.


All times are GMT -5. The time now is 05:58 AM.