[Ilugc] problems compiling a qt file

2009-02-19 Thread Kenneth Gonsalves
hi,
I have a file web-kit.ccp. The compiling instructions say:
/* compile with
moc webkit-image.cpp >webkit-image.h

but when I run this, I get this error:

[r...@xlquest gpa]# moc webkit-image.cpp >webkit-image.h
bash: moc: command not found

any clues? (I know zilch about C or C++)
-- 
regards
kg
http://lawgon.livejournal.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] problems compiling a qt file

2009-02-19 Thread Senthil Anand

On 2/20/2009 7:17 AM, Kenneth Gonsalves wrote:

but when I run this, I get this error:

[r...@xlquest gpa]# moc webkit-image.cpp>webkit-image.h
bash: moc: command not found


moc -- meta object compiler. Part of Qt developer tools.
You need the development packages for Qt, probably Qt4.

Regards,
Senthil
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] problems compiling a qt file

2009-02-19 Thread Parthan SR

Kenneth Gonsalves wrote:

hi,
I have a file web-kit.ccp. The compiling instructions say:
/* compile with
moc webkit-image.cpp >webkit-image.h

but when I run this, I get this error:

[r...@xlquest gpa]# moc webkit-image.cpp >webkit-image.h
bash: moc: command not found

any clues? (I know zilch about C or C++)
  

You need the package qt3-dev-tools [1] which contains qmake, uic and moc.

[1] 
http://download.gna.org/pdbv/demo_html/demo_2.0.10/package/qt3-dev-tools_3:3.3.3-8.html


--
With Regards,

Parthan "technofreak" (2FF01026)
http://technofreak.in

___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] problems compiling a qt file

2009-02-19 Thread Thyagarajan தியாகராஜன்
Hi,

my 2 cents,

looking at http://lists.trolltech.com/qt-interest/2006-01/thread01337-0.html

which says moc program should be set in proper path to identify with other
Qt tools

Thyagarajan Shanmugham
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] problems compiling a qt file

2009-02-19 Thread Bharathi Subramanian
On Fri, 20 Feb 2009, Kenneth Gonsalves wrote:

> [r...@xlquest gpa]# moc webkit-image.cpp >webkit-image.h
> bash: moc: command not found
> 
> any clues? (I know zilch about C or C++)

Try to find out the required Qt Version and use QMake to simplify
your to task 

Bye :)
-- 
Bharathi S


___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] problems compiling a qt file

2009-02-19 Thread Kenneth Gonsalves
On Friday 20 February 2009 09:26:25 Senthil Anand wrote:
> > but when I run this, I get this error:
> >
> > [r...@xlquest gpa]# moc webkit-image.cpp>webkit-image.h
> > bash: moc: command not found
>
> moc -- meta object compiler. Part of Qt developer tools.
> You need the development packages for Qt, probably Qt4.

thanks - it was there
-- 
regards
kg
http://lawgon.livejournal.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc