Hi,
I've just installed xulrunner-devel from yum, but there are following header files cannot be found in xulrunner-sdk-1.9/sdk/include:
mozilla-config.h mozilla-config32.h prtypes.h
The include/xulrunner-sdk-1.9 constains those above header files, I did link to them, but xulrunner-sdk-1.9/system_wrappers/prtypes.h has a problem as well:
#pragma GCC system_header #pragma GCC visibility push(default) #include_next <prtypes.h> #pragma GCC visibility pop
At final, I could not compile VLC plugin with the xulrunner-sdk-1.9/sdk. Please advice how to fix it and where could I install a proper sdk?
Thank you.
Kind regards,
Jim
On Sun, 2008-09-07 at 18:01 +1000, hce wrote:
I've just installed xulrunner-devel from yum, but there are following header files cannot be found in xulrunner-sdk-1.9/sdk/include:
Did you install xulrunner-devel-unstable?
On 9/7/08, Ignacio Vazquez-Abrams ivazqueznet@gmail.com wrote:
On Sun, 2008-09-07 at 18:01 +1000, hce wrote:
I've just installed xulrunner-devel from yum, but there are following header files cannot be found in xulrunner-sdk-1.9/sdk/include:
Did you install xulrunner-devel-unstable?
No, I did yum install xulrunner-devel. Did you mean I need to install xulrunner-devel-unstable?
Thanks Ignacio.
Kind Regards,