Mesa Installation: confiuguration process is ok but error in installation process - mesa

Hello i am a new user of ubuntu. I am trying to install mesa in ubuntu.The configuration process is ok.But when i am try to install, it shows this message
xmlconfig.c:34:19: fatal error: expat.h: No such file or directory
what will be the solutions of this problem?
Thanks in advance

Have you got the build-essential package installed?

Related

Cannot install libswscale-ffmpeg3

I am trying to install opencv 2.4.13 on my rpi3. During this process, libswscale-ffmpeg3 needs to be installed. However, rpi3 returns with this error:
E: Unable to locate package libswscale-ffmpeg3
Any ideas on how to fix this error? Thanks in advance.

Error While adding Cordova Platform add iOS

I am using Mac OS Sierra v10.12 and getting error while adding to my Phonegap project within the folder myApp:
$ node -v
v7.2.0
$ npm -v
3.10.9
$ cordova platform add ios
received following errors:
Error during untar for /Users/{user_name}/.cordova/lib/npm_cache/cordova-ios/4.3.0/package.tgz: Error: EACCES: permission denied, open '/Users/{user_name}/.cordova/lib/npm_cache/cordova-ios/4.3.0/package/package.json'
Error: Failed to fetch platform ios
Probably this is either a connection problem, or platform spec is incorrect.
Check your connection and platform name/version/URL.
Error: EACCES: permission denied, open '/Users/{user_name}/.cordova/lib/npm_cache/cordova-ios/4.3.0/package/package.json'
Note: {user_name} is my mac user Id, Can anybody help me!
I think you have to issue with permission to add platform .
Try to following :
$sudo chown -R {user_name} /Users/{user_name}/.cordova/lib/npm_cache/
For more please check here.
Hopes this will help you !
Maybe this is a cache problem of cordova. Delete the cache and try to add the platform again:
rm -rf ~/.cordova
Try upgrading npm, this worked for me:
npm install npm#latest -g

Ros jade on Mac OS X El Capitan

I am trying to install ROS Jade on Mac OS X El Capita. I am following this instructions set for Homebrew.
I am able to initialize the ROS package but when I try to install the ROS package using the command
rosdep install --from-paths src --ignore-src --rosdistro jade
i get the following error message
executing command [brew install uuid]
==> Installing uuid from ros/deps
==> Downloading http://gnome-build-stage-1.googlecode.com/files/uuid-1.6.2.tar.gz
curl: (52) Empty reply from server
Error: Failed to download resource "uuid"
Download failed: http://gnome-build-stage-1.googlecode.com/files/uuid-1.6.2.tar.gz
ERROR: the following rosdeps failed to install
homebrew: command [brew install uuid] failed
If anyone has run into this error please let me know a way to install uuid on mac
or any other way of installing ROS on mac os x.
Thanks in advance.
I faced the same issue, but after running the command
$ rosdep init
something changed. Now I am stacked on the package libogre-dev, that is missing. I hope it could be helpful.

include(OAuth.php): failed to open stream: No such file or directory error in Yiidropbox extension

When I tried to run
$dropbox = Yii::app()->dropbox;
as mentioned in http://www.yiiframework.com/extension/yiidropbox/#hh1 , I am getting the error include(OAuth.php): failed to open stream: No such file or directory . What is causing this error?
You are missing the PHP OAuth extension. You can install it through PECL or maybe even as a package (depends on your operating system). For example on Ubuntu you would
sudo apt-get install liboauth-php

GeoIP install failure, advice needed

Several hours of frustration here and looking to see if anyone has any advice.
I'm trying to install GeoIP vie Homebrew and receive the following error just prior to the install finishing:
"Error: The linking step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link geoip'"
brew link geoip returned this error:
"Error: Could not symlink file: /usr/local/Cellar/geoip/1.4.8/etc/GeoIP.conf.default
/usr/local/etc is not writable. You should change its permissions."
I also tried "sudo link geoip" and recieved this error:
"Cowardly refusing to `sudo brew link'"
I'm not entirely familiar with permissions and such and was wondering what I needed to do from the command line to get this to link properly. Any help greatly appreciated.
I think I found the answer. This script fixes the permissions issue:
ruby -e "$(curl -fsSL https://gist.github.com/raw/768518/fix_homebrew.rb)"

Resources