On Thu, May 06, 1999 at 03:56:37PM +0800, John l.yn wrote:
> Hi:
>    I am learning Qt now. I have written an sample program "Hello.cpp" just
> copy example. I compile it with "gcc -I\usr\lib\qt\include Hello.cpp" ,got
> an error "Kapp.h not found". But Kapp.h is still under \usr\lib\qt\include\.
> What is wrong?  Is my gcc installed wrong? By the way ,Can I set environment
> variable for the lib path ?

Might want to use the C++ compiler, dunno if it'll solve the problem though. 
I don't know if you just used the wrong key, or whether it's REALLY what
you're typing, but those slashes are headin' the wrong direction -- looks
like they're pointing towards Redmond, WA to me.. :)


        g++ -I/usr/lib/qt/include Hello.cpp


-- 
Steve Philp
[EMAIL PROTECTED]

Reply via email to