gtk/gtk.h cannot be opened, no such file or directory

Post Reply
sam
Posts: 4
Joined: Sun Jan 29, 2012 9:57 pm

gtk/gtk.h cannot be opened, no such file or directory

Post by sam »

HI,

Again this message but with ubuntu 11.10 this time..

Any suggestion please ?

jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: gtk/gtk.h cannot be opened, no such file or directory

Post by jlegeny »

Hello sam,

Most dependency problems on Ubuntu can be solved by following these steps:

* completely remove the scripts/software folder
* assure yourself that dpkg is NOT running (this means that the updater is not running, you are not installing any software in background etc)
* run the linux-install_dependencies script
* recompile OpenViBE

If the problem is not solved after this, please tell us more about your installation (which openvibe version are you using, provide logs from the folder scripts/software/logs, give us more information about the error)

Cheers
Jozef

sam
Posts: 4
Joined: Sun Jan 29, 2012 9:57 pm

Re: gtk/gtk.h cannot be opened, no such file or directory

Post by sam »

I confess I didn't watch all the forum here, but here is a draft list of missing packages from a very fresh ubuntu 11 desktop install (accept all dependencies that shows up when selecting these packages : (Some are tricky to find for newbies even with synaptic depending on error message)

g++
gfortran
subversion
automake
autoconf
libitpp dev
doxygen
libtool
libxaw7 dev
cmake
libfreetype
libxxf86vm dev
libpcre
liblua5.1 * dev
libtolua5.1 * dev
expat
libexpat dev

Hope this helps !

jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: gtk/gtk.h cannot be opened, no such file or directory

Post by jlegeny »

Hello sam,

All of these packages are installed by the dependency install script in case that it executes correctly.

The exact list of packages passed to apt-get install is this one:

subversion doxygen make automake autoconf cmake unzip gcc g++ libgtk2.0-dev libglade2-dev gfortran libgsl0-dev libexpat1-dev libreadline-dev libzzip-dev libtool libxaw7-dev libpcre3-dev libfreeimage-dev libglu1-mesa-dev libalut-dev libvorbis-dev

Cheers,
Jozef

sam
Posts: 4
Joined: Sun Jan 29, 2012 9:57 pm

Re: gtk/gtk.h cannot be opened, no such file or directory

Post by sam »

hI,

if I'm just supposed to run ./linux-install_dependancies, this script isn't installing the packages I mentioned.
Numerous try on different computer right after Ubutuntu install.

Sam

jlegeny
Posts: 239
Joined: Tue Nov 02, 2010 8:51 am
Location: Mensia Technologies Paris FR
Contact:

Re: gtk/gtk.h cannot be opened, no such file or directory

Post by jlegeny »

hello sam,

did you manage to solve the problem on your side? If not, could you please provide the log found in scripts/software/log/native-packages.log ?

Cheers
Jozef

sam
Posts: 4
Joined: Sun Jan 29, 2012 9:57 pm

Re: gtk/gtk.h cannot be opened, no such file or directory

Post by sam »

I clearly managed to get OV correctly compiled. My post was more to draw your attention to the linux install dependancies that doesn't work correctly with a fresh ubuntu setup.

Sam

Post Reply