Re: Make errors

2002-04-10 Thread Collins

Brian,

A word to the wise.  Everyone on this list (me included) gets
squirrely from time to time.  Just ignore these comments and use the
answers for what you get out of them (says he after learning the hard
waygrin).


On Wed, 10 Apr 2002 17:43:08 -0400 Brian Witowski
[EMAIL PROTECTED] wrote: I'm not sure what I said that was
insulting.  And why are you speaking for Tim?  He hasn't said
anything about being insulted. 
 Your snide comment about A good place to start would be to install
 Qt3 and KDE3 insinuated that I wasn't competent enough to check the
 requirements. Which I did.  This information was incorrectly posted.
  If you looked at the same place I looked you would see that.
 
 With regard to spending time trying to help, you might be able to
 use your condecending tone to impress newbies but you have yet to
 give me a useful answer on anything I've ever posted.
 
 And judging from past posts, I'm not the only one who is in tune to
 your smart-ass tone.  So help or don't help.  Makes no matter
 
 Brian
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Net Llama!
  Sent: Wednesday, April 10, 2002 12:01 PM
  To: [EMAIL PROTECTED]
  Subject: RE: Make errors
 
 
  On Wed, 10 Apr 2002, Brian Witowski wrote:
   I checked out the link Tim posted.  It does indeed say 0.4.2
   requires KDE 3.  Now that we've established that everybody knows
   how to read...
 
  I think all we've established is that both Tim  I know how to
  read, and you know how to be insulting to those who have spent
  time trying to assist you.
 
 
 
  --
  ~
  ~ Lonni J Friedman  [EMAIL PROTECTED]
  Linux Step-by-step   http://netllama.ipfox.com
 
 
 
 ___
 Linux-users mailing list -
 http://linux-sxs.org/mailman/listinfo/linux-users
 Subscribe/Unsubscribe info, Archives,and Digests are located at the
 above URL.


-- 
Collins Richey - Denver Area - WWTLRD?
Gentoo_rc6-15(1.0) 2.4.19pre - kde3 + sylpheed + mozilla
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



RE: Make errors

2002-04-10 Thread Brian Witowski

Jerry,

Everythings cool.  I took my medication and feel better now.  :)


Brian

 Oppps... what did miss? Are we bar-b-queing again???
 
 Brian, ignore the flames, ignore the egos, ignore it all... 
 
 What you could try to do is, re-ask the question you need an answer to. I
 missed that. And if the heat gets too high... Well... there's always
 asbestos underware...
 
 -- 
 
 *
 * Registered Linux User Number 185956
   http://groups.google.com/groups?hl=ensafe=offgroup=linux
 7:21pm  up 29 days, 39 min,  4 users,  load average: 0.04, 0.05, 0.00
 
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Make errors

2002-04-09 Thread Net Llama!

Brian Witowski wrote:
 This is related to the issues I had with installing Qt 3.0.3.  I finally got
 it to install.  I was missing some necessary switches.  It installed without
 error.
 
 Now, the app I'm trying to install (kmyfirewall) is puking during make.
 Here are the last few lines:
 
 make[2]: *** [kmfruleeditip.o] Error 1
 make[2]: Leaving directory `/opt/kmyfirewall-0.4.2/kmyfirewall'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/opt/kmyfirewall-0.4.2'
 make: *** [all-recursive-am] Error 2
 
 In addition there are other errors sprinkled in the output:
 
 
 /opt/kde2/include/kmainwindow.h:94: base class `QMainWindow' has incomplete
 type
 
 /usr/local/qt/include/qlineedit.h:193: parse error before `*'
 
 /opt/kde2/include/kpopupmenu.h:97: base class `QPopupMenu' has incomplete
 type
 In file included from kmyfirewall.h:27,
  from kmfruleedit.h:16,
  from kmfruleeditip.h:16,
  from kmfruleeditip.cpp:10:
 
 I'm unclear as to what the [all-recursive] messages mean.
 
 This program is supposed to run under kde 2.2.x, which is what I'm using.
 What should I be looking for?

The correct version of KDE would be a good start.  According to the 
webpage for kmyfirewall the version that you're trying to build requires 
KDE3, with qt3.

-- 
~
L. Friedman[EMAIL PROTECTED]
Linux Step-by-step: http://netllama.ipfox.com

   4:30pm  up 11 days,  6:23,  3 users,  load average: 0.01, 0.21, 0.32

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.




Re: Make errors

2002-04-09 Thread Kurt Wall

Scribbling feverishly on April 09, Brian Witowski managed to emit:
 This is related to the issues I had with installing Qt 3.0.3.  I finally got
 it to install.  I was missing some necessary switches.  It installed without
 error.
 
 Now, the app I'm trying to install (kmyfirewall) is puking during make.
 Here are the last few lines:
 
 make[2]: *** [kmfruleeditip.o] Error 1
 make[2]: Leaving directory `/opt/kmyfirewall-0.4.2/kmyfirewall'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/opt/kmyfirewall-0.4.2'
 make: *** [all-recursive-am] Error 2

Not enough from the end of the process before it hurls.

 /opt/kde2/include/kmainwindow.h:94: base class `QMainWindow' has incomplete
 type
 
 /usr/local/qt/include/qlineedit.h:193: parse error before `*'
 
 /opt/kde2/include/kpopupmenu.h:97: base class `QPopupMenu' has incomplete
 type
 In file included from kmyfirewall.h:27,
  from kmfruleedit.h:16,
  from kmfruleeditip.h:16,
  from kmfruleeditip.cpp:10:
 
 I'm unclear as to what the [all-recursive] messages mean.

all-recursive is a make target. It's the rules that constitute the
target that's causing the problem.

Kurt
-- 
You will overcome the attacks of jealous associates.
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



RE: Make errors

2002-04-09 Thread Brian Witowski

We must have been looking at two different web pages.  The spec's I read
called for KDE 2.2.x

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Net Llama!
 Sent: Tuesday, April 09, 2002 7:35 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Make errors
 
 
 Brian Witowski wrote:
  This is related to the issues I had with installing Qt 3.0.3.  
 I finally got
  it to install.  I was missing some necessary switches.  It 
 installed without
  error.
  
  Now, the app I'm trying to install (kmyfirewall) is puking during make.
  Here are the last few lines:
  
  make[2]: *** [kmfruleeditip.o] Error 1
  make[2]: Leaving directory `/opt/kmyfirewall-0.4.2/kmyfirewall'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/opt/kmyfirewall-0.4.2'
  make: *** [all-recursive-am] Error 2
  
  In addition there are other errors sprinkled in the output:
  
  
  /opt/kde2/include/kmainwindow.h:94: base class `QMainWindow' 
 has incomplete
  type
  
  /usr/local/qt/include/qlineedit.h:193: parse error before `*'
  
  /opt/kde2/include/kpopupmenu.h:97: base class `QPopupMenu' has 
 incomplete
  type
  In file included from kmyfirewall.h:27,
   from kmfruleedit.h:16,
   from kmfruleeditip.h:16,
   from kmfruleeditip.cpp:10:
  
  I'm unclear as to what the [all-recursive] messages mean.
  
  This program is supposed to run under kde 2.2.x, which is what 
 I'm using.
  What should I be looking for?
 
 The correct version of KDE would be a good start.  According to the 
 webpage for kmyfirewall the version that you're trying to build requires 
 KDE3, with qt3.
 
 -- 
 ~
 L. Friedman  [EMAIL PROTECTED]
 Linux Step-by-step:   
http://netllama.ipfox.com

   4:30pm  up 11 days,  6:23,  3 users,  load average: 0.01, 0.21, 0.32


___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Make errors

2002-04-09 Thread Net Llama!

Which version of kmyfirewall are you trying to build, 0.4.1 or 0.4.2?

Brian Witowski wrote:
 I double-checked the requirements at sourceforge and KDE 2.2.0 is whats
 required.  Let me know when you have some usefull input.
 
 
The correct version of KDE would be a good start.  According to the 
webpage for kmyfirewall the version that you're trying to build requires 
KDE3, with qt3.


-- 
~
L. Friedman[EMAIL PROTECTED]
Linux Step-by-step: http://netllama.ipfox.com

   5:25pm  up 11 days,  7:18,  4 users,  load average: 0.24, 0.20, 0.14

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



RE: Make errors

2002-04-09 Thread Brian Witowski

I double-checked the requirements at sourceforge and KDE 2.2.0 is whats
required.  Let me know when you have some usefull input.

 The correct version of KDE would be a good start.  According to the 
 webpage for kmyfirewall the version that you're trying to build requires 
 KDE3, with qt3.
 
 -- 
 ~
 L. Friedman  [EMAIL PROTECTED]
 Linux Step-by-step:   
http://netllama.ipfox.com

   4:30pm  up 11 days,  6:23,  3 users,  load average: 0.01, 0.21, 0.32


___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.