LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-26-2004, 12:56 AM   #1
eggoz
Member
 
Registered: Feb 2003
Posts: 159

Rep: Reputation: 30
Make not working


I can run ./configure with no problem, but when I run make, I get this error: make[2]: *** [kxdocker.o] Error 1
make[2]: Leaving directory `/home/diego/Desktop/kxdocker-0.23/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/diego/Desktop/kxdocker-0.23'
make: *** [all] Error 2

No idea what is going wrong.
 
Old 09-26-2004, 12:58 AM   #2
AAnarchYY
Member
 
Registered: Sep 2004
Location: Carlisle, MA
Distribution: Debian 8
Posts: 419

Rep: Reputation: 30
could you post a bit more of the error message? it most likely tells you what went wrong in the lines about that.
 
Old 09-26-2004, 06:33 PM   #3
eggoz
Member
 
Registered: Feb 2003
Posts: 159

Original Poster
Rep: Reputation: 30
[root@localhost kooldock]# make
make all-recursive
make[1]: Entering directory `/home/diego/Desktop/kooldock'
Making all in kooldock
make[2]: Entering directory `/home/diego/Desktop/kooldock/kooldock'
source='kooldock.cpp' object='kooldock.o' libtool=no \
depfile='.deps/kooldock.Po' tmpdepfile='.deps/kooldock.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-3.1/include -I
/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-
long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XO
PEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-
check-new -c -o kooldock.o `test -f 'kooldock.cpp' || echo './'`kooldock.cpp
kooldock.cpp: In member function `virtual void
KoolDock::mousePressEvent(QMouseEvent*)':
kooldock.cpp:602: `WindowInfo' is not a member of type `KWin'
kooldock.cpp:602: parse error before `;' token
kooldock.cpp:603: no method `KWin::windowInfo'
kooldock.cpp:604: request for member `name' in `this->KoolDock::info', which is
of non-aggregate type `NETWinInfo*'
kooldock.cpp:607: request for member `state' in `this->KoolDock::info', which
is of non-aggregate type `NETWinInfo*'
kooldock.cpp:674: `WindowInfo' is not a member of type `KWin'
kooldock.cpp:674: parse error before `;' token
kooldock.cpp:678: `NormalMask' is not a member of type `NET'
kooldock.cpp:678: `DesktopMask' is not a member of type `NET'
kooldock.cpp:678: `DockMask' is not a member of type `NET'
kooldock.cpp:678: `ToolbarMask' is not a member of type `NET'
kooldock.cpp:678: `MenuMask' is not a member of type `NET'
kooldock.cpp:678: `DialogMask' is not a member of type `NET'
kooldock.cpp:678: `OverrideMask' is not a member of type `NET'
kooldock.cpp:678: `TopMenuMask' is not a member of type `NET'
kooldock.cpp:678: `UtilityMask' is not a member of type `NET'
kooldock.cpp:678: `SplashMask' is not a member of type `NET'
kooldock.cpp:688: `tmpinfo' undeclared (first use this function)
kooldock.cpp:688: (Each undeclared identifier is reported only once for each
function it appears in.)
kooldock.cpp:688: no method `KWin::windowInfo'
kooldock.cpp:750: `WindowInfo' is not a member of type `KWin'
kooldock.cpp:750: parse error before `;' token
kooldock.cpp:751: `winfo' undeclared (first use this function)
kooldock.cpp:751: no method `KWin::windowInfo'
kooldock.cpp: In member function `void KoolDock::addWindows()':
kooldock.cpp:1316: `WindowInfo' is not a member of type `KWin'
kooldock.cpp:1316: parse error before `;' token
kooldock.cpp:1334: no method `KWin::windowInfo'
kooldock.cpp:1336: request for member `isOnDesktop' in `this->KoolDock::info',
which is of non-aggregate type `NETWinInfo*'
kooldock.cpp: In member function `void KoolDock::windowAdded(long unsigned
int)':
kooldock.cpp:1369: `WindowInfo' is not a member of type `KWin'
kooldock.cpp:1369: parse error before `;' token
kooldock.cpp:1370: no method `KWin::windowInfo'
kooldock.cpp:1371: request for member `name' in `this->KoolDock::info', which
is of non-aggregate type `NETWinInfo*'
kooldock.cpp: In member function `void KoolDock::windowRemoved(long unsigned
int)':
kooldock.cpp:1398: `WindowInfo' is not a member of type `KWin'
kooldock.cpp:1398: parse error before `;' token
kooldock.cpp:1399: no method `KWin::windowInfo'
kooldock.cpp:1400: request for member `name' in `this->KoolDock::info', which
is of non-aggregate type `NETWinInfo*'
kooldock.cpp: In member function `void KoolDock::windowChanged(long unsigned
int, unsigned int)':
kooldock.cpp:1427: `WindowInfo' is not a member of type `KWin'
kooldock.cpp:1427: parse error before `;' token
kooldock.cpp:1428: no method `KWin::windowInfo'
kooldock.cpp: In member function `void KoolDock::systemTrayWindowAdded(long
unsigned int)':
kooldock.cpp:1491: `WindowInfo' is not a member of type `KWin'
kooldock.cpp:1491: parse error before `;' token
kooldock.cpp:1492: no method `KWin::windowInfo'
kooldock.cpp:1493: request for member `name' in `this->KoolDock::info', which
is of non-aggregate type `NETWinInfo*'
kooldock.cpp:1497: request for member `name' in `this->KoolDock::info', which
is of non-aggregate type `NETWinInfo*'
kooldock.cpp:1500: request for member `name' in `this->KoolDock::info', which
is of non-aggregate type `NETWinInfo*'
kooldock.cpp: In member function `void KoolDock::addTask(long unsigned int)':
kooldock.cpp:1599: `WindowInfo' is not a member of type `KWin'
kooldock.cpp:1599: parse error before `;' token
kooldock.cpp:1600: no method `KWin::windowInfo'
kooldock.cpp:1601: `NormalMask' is not a member of type `NET'
kooldock.cpp:1601: `DesktopMask' is not a member of type `NET'
kooldock.cpp:1601: `DockMask' is not a member of type `NET'
kooldock.cpp:1601: `ToolbarMask' is not a member of type `NET'
kooldock.cpp:1601: `MenuMask' is not a member of type `NET'
kooldock.cpp:1601: `DialogMask' is not a member of type `NET'
kooldock.cpp:1601: `OverrideMask' is not a member of type `NET'
kooldock.cpp:1601: `TopMenuMask' is not a member of type `NET'
kooldock.cpp:1601: `UtilityMask' is not a member of type `NET'
kooldock.cpp:1601: `SplashMask' is not a member of type `NET'
kooldock.cpp:1602: request for member `name' in `this->KoolDock::info', which
is of non-aggregate type `NETWinInfo*'
kooldock.cpp:1604: request for member `windowType' in `this->KoolDock::info',
which is of non-aggregate type `NETWinInfo*'
kooldock.cpp:1604: request for member `windowType' in `this->KoolDock::info',
which is of non-aggregate type `NETWinInfo*'
kooldock.cpp:1604: request for member `windowType' in `this->KoolDock::info',
which is of non-aggregate type `NETWinInfo*'
kooldock.cpp:1604: request for member `windowType' in `this->KoolDock::info',
which is of non-aggregate type `NETWinInfo*'
kooldock.cpp:1606: request for member `state' in `this->KoolDock::info', which
is of non-aggregate type `NETWinInfo*'
kooldock.cpp:1608: request for member `name' in `this->KoolDock::info', which
is of non-aggregate type `NETWinInfo*'
kooldock.cpp:1611: request for member `name' in `this->KoolDock::info', which
is of non-aggregate type `NETWinInfo*'
kooldock.cpp: In member function `void KoolDock::maxApp()':
kooldock.cpp:2049: no method `KWin::activateWindow'
kooldock.cpp: In member function `void KoolDock::restApp()':
kooldock.cpp:2071: no method `KWin::activateWindow'
kooldock.cpp: In member function `void KoolDock::activateApp()':
kooldock.cpp:2089: no method `KWin::activateWindow'
make[2]: *** [kooldock.o] Error 1
make[2]: Leaving directory `/home/diego/Desktop/kooldock/kooldock'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/diego/Desktop/kooldock'
make: *** [all] Error 2


That's all of it. Any ideas?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
make redirect not working-pl help mselvam Linux - General 4 07-08-2005 04:01 PM
Make not working? Please help! iansoundz Linux - General 7 07-06-2005 04:12 AM
how to make my cd-rw working correctly kira Linux - Hardware 8 05-16-2005 09:27 PM
make test not working dr_zayus69 Linux - Software 2 12-02-2004 03:17 PM
make xconfig not working phikap6878 Debian 3 04-02-2004 10:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration