Hi Nikhil,

It is not case of wrong header file. 


rajesh@rajesh:~ > rpm -qa | grep SDL
SDL-1.1.3-1
SDL-devel-1.1.3-1 

The header files are in /usr/include/SDL ( installed by the above RPM ).

rajesh@rajesh:~ > rpm -qa | grep smpeg
smpeg-0.4.0-1
smpeg-devel-0.4.0-1   

The header files are in /usr/include/smpeg ( installed by the above RPM ).

One more thing. I have to copy the above header files in my mpeg_orion directory where 
I am
compiling the program. Otherwise it gives error smpeg.h not found etc. I think it is 
not
taking directly from that directory (/usr/include/SDL and /usr/include/smpeg). But 
after
copying this it gives me the following error :

>On Sun, Jul 02, 2000 at 02:48:00PM +0530, Rajesh Fowkar wrote:
>> obutton.h:32: warning: invalid type `int' for default argument to `const QPixmap &'
>> obutton.h:32: warning: invalid type `int' for default argument to `const QPixmap &'
>> skinbrowser.cpp: In method `void SkinBrowser::setSelected(class QString)':
>> skinbrowser.cpp:75: `QListViewItemIterator' undeclared (first use this function)
>> skinbrowser.cpp:75: (Each undeclared identifier is reported only once
>


What else can be wrong ?

Thanks.

Regards

Rajesh


Nick Hill saw fit to inform LI that: 
>i think its a case of the _wrong_ header files, maybe from a previous release, 
>being used... check u're /usr/include and /usr/local/include, and check where
>u're 1.1.3 SDL includes are. If u've compiled and installed it u'reself, they're
>most prolly sitting at /usr/local/include, if u did an RPM install, they'll be
>at /usr/include. do a rpm -aq|grep SDL and see which versions are installed, and
>make sure the right one is being used...
>
>Nikhil.
>

-- 
Rajesh(ALIAS Shriram) Fowkar
--------------------------------------------------------------------------------
How I Configured my SiS6215 Card ?Visit:http://rajesh.computers.webjump.com/linux.html
Web Site : http://rajesh.computers.webjump.com/  Email :[EMAIL PROTECTED]
 Address : KURTARKAR NAGARI, BLDG-C, FLAT NO. T4, THIRD FLOOR, SHANTINAGAR,
           PONDA - GOA.      PHONE : (0832)315932

"My interest is in the future because I am going to spend the rest of my
life there."
-Charles F. Kettering
---------------------------------------------------------------------------------


-----------------------------------------------------------------------
For more information on the LIH mailing list see:
http://lists.linux-india.org/lists/LIH

Reply via email to