LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 02-22-2005, 02:20 AM   #1
sailu_mvn
Member
 
Registered: Sep 2004
Location: Hyderabad
Distribution: FEDORA,REDHAT,HOST
Posts: 440
Blog Entries: 1

Rep: Reputation: 30
how to get (makefile -f makefile )output into the textview widget in Pygtk


hi,
i want to display the complete output of the following command intoa single file
and i want to add that file contents to the textview widget.

make -f makefile

how can i get that output into a single file i already tried by using redirection symbol
but it is not giving the errors into that file
anybody having any idea kindly reply me
 
Old 02-24-2005, 07:53 AM   #2
kulanthaivel
LQ Newbie
 
Registered: Feb 2005
Location: Bangalore, India
Distribution: Redhat linux 9
Posts: 2

Rep: Reputation: 0
for output redirection use
make -f makefile > output.txt

for error redirection use
make -f makefile 2> makeerror.txt

> redirection indicates the redirection of standard output
2> redirection indicates the redirection of standard error.

-Kvel
 
Old 02-28-2005, 03:53 AM   #3
sailu_mvn
Member
 
Registered: Sep 2004
Location: Hyderabad
Distribution: FEDORA,REDHAT,HOST
Posts: 440

Original Poster
Blog Entries: 1

Rep: Reputation: 30
tanx for replying
 
Old 02-28-2005, 03:57 AM   #4
sailu_mvn
Member
 
Registered: Sep 2004
Location: Hyderabad
Distribution: FEDORA,REDHAT,HOST
Posts: 440

Original Poster
Blog Entries: 1

Rep: Reputation: 30
PyGTK

hi,
i am writing code in PyGTK for IDE.
i want to make makefiles at runtime for newly opened files.can anybody help me to make that
 
  


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
How to modify makefile.in or makefile.am QiangWan Linux - Newbie 1 05-17-2005 11:07 AM
textview in pygtk sailu_mvn Programming 0 03-01-2005 05:54 AM
generate Makefile from Makefile.in without calling ./configure ? chris78 Programming 2 05-02-2004 12:23 PM
Makefile linuxdev Linux - Newbie 3 02-17-2004 10:41 AM
makefile help alaios Programming 5 06-02-2003 03:27 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

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