You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit a couple of problems building under ubuntu. Autogeh.sh warns to install libtool. Under I had to install libtool-bin to get thr libtool executable.
configure crashed with:
./configure: line 15169: syntax error near unexpected token maximum' ./configure: line 15169: GNOME_COMPILE_WARNINGS(maximum)'
To fix this I needed to add gnome-common.
sudo apt-get install gnome-common
The text was updated successfully, but these errors were encountered:
I hit a couple of problems building under ubuntu. Autogeh.sh warns to install libtool. Under I had to install libtool-bin to get thr libtool executable.
configure crashed with:
./configure: line 15169: syntax error near unexpected token
maximum' ./configure: line 15169:
GNOME_COMPILE_WARNINGS(maximum)'To fix this I needed to add gnome-common.
sudo apt-get install gnome-common
The text was updated successfully, but these errors were encountered: