LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-22-2003, 10:23 PM   #16
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928

Quote:
By the way what 2>&1 ?
Code:
From man bash :)
REDIRECTION
       Before  a command is executed, its input and output may be
       redirected using a special  notation  interpreted  by  the
       shell.   Redirection  may  also  be used to open and close
       files for the current shell  execution  environment.   The
       following redirection operators may precede or appear any-
       where within a simple command or  may  follow  a  command.
       Redirections  are processed in the order they appear, from
       left to right.

       In the following descriptions, if the file descriptor num-
       ber is omitted, and the first character of the redirection
       operator is <, the  redirection  refers  to  the  standard
       input  (file descriptor 0).  If the first character of the
       redirection operator is >, the redirection refers  to  the
       standard output (file descriptor 1).

       The word following the redirection operator in the follow-
       ing descriptions, unless otherwise noted, is subjected  to
       brace  expansion,  tilde  expansion,  parameter expansion,
       command substitution, arithmetic expansion, quote removal,
       pathname  expansion, and word splitting.  If it expands to
       more than one word, bash reports an error.

       Note that the order of redirections is  significant.   For
       example, the command

              ls > dirlist 2>&1

       directs  both  standard  output  and standard error to the
       file dirlist, while the command

              ls 2>&1 > dirlist

       directs only the standard output to file dirlist,  because
       the  standard  error  was  duplicated  as  standard output
       before the standard output was redirected to dirlist.
If it gives TOO much output, remove the -Wall from the makefile ;)

Cheers,
Tink
 
Old 04-22-2003, 10:24 PM   #17
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Nope, gkrellm crashed and when I restarted it the weather plugin threw an error, gcc-2 is binary incompatable with gcc-3.
 
Old 04-22-2003, 10:25 PM   #18
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Original Poster
Rep: Reputation: 57
Nah your plugin doesn't work either Chad. Thanks anyway. Aussie is right. Oh well. Here is the install log for the weather plugin:

/usr/lib/gkrellm2/plugins/gkrellweather.so
Error: /usr/lib/gkrellm2/plugins/gkrellweather.so: undefined symbol: gkrellm_draw_layers

Ah yes of course...its a gkrellm_draw_layers problem. I should have known.

P.S. I expect you to have it ported by tonight Aussie.

Last edited by Crashed_Again; 04-22-2003 at 10:27 PM.
 
Old 04-22-2003, 10:27 PM   #19
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
That looks like a GTK2 error, can someone try building it with gcc3 and gtk1/gkrellm1?
 
Old 05-27-2003, 06:20 AM   #20
buttshill
LQ Newbie
 
Registered: Jan 2003
Location: Reading UK
Distribution: OpenSuse Tumbleweed
Posts: 17

Rep: Reputation: 0
Hi,
I have the same problem as "Crashed Again". I think it has something to do with 'pkg-config ' as that is the first error seen. when running make...

Excuse my ignorance but what is gkrellmlauncher ?

Cheers

John
 
Old 05-27-2003, 01:35 PM   #21
buttshill
LQ Newbie
 
Registered: Jan 2003
Location: Reading UK
Distribution: OpenSuse Tumbleweed
Posts: 17

Rep: Reputation: 0
Oops sorry. This was a repeat posting!!

Last edited by buttshill; 05-27-2003 at 01:36 PM.
 
  


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
gkrellm plugins greygoose80 Slackware 10 12-22-2004 03:42 PM
gkrellm plugins Slinky Slackware 14 03-09-2004 02:21 PM
Problems with gkrellm and plugins psyklops Linux - Software 0 08-27-2003 07:43 PM
Horizontal GKrellM Plugins... Thymox Linux - Software 5 08-14-2002 05:07 PM
gkrellm plugins lacrimae Linux - Software 1 04-06-2002 06:34 PM

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

All times are GMT -5. The time now is 11:27 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