Afandi-Tuniversal / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

Can't install source svn in Ubuntu 9.10 #358

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to install from source

What is the expected output? What do you see instead?

Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... /usr/bin/gcc
checking for gmcs... no
configure: error: gmcs Not found

What version of the product are you using? On what operating system?
(you can run the "diagnose" script in the root directory of the Galaxium
sources to get a detailed report)

I am using Ubuntu 9.04 with the latest svn tarball of Galaxium

Original issue reported on code.google.com by geoj...@gmail.com on 4 May 2009 at 2:09

GoogleCodeExporter commented 8 years ago
I check for dependency's and mono-gmcs is install the ubuntu version is 
2.0.1-4, i
download the latest package for debian sid 2.0.1-6, and install it, and the 
problem
remains.

Original comment by geoj...@gmail.com on 4 May 2009 at 2:15

GoogleCodeExporter commented 8 years ago
This is obviously problem of a missing package or something like that in your 
system.
Don't open bugs for such things. And for god's sake don't mix packages from 
Debian
into Ubuntu. You will likely run into many more problems.

Original comment by Zarevucky.Jiri on 4 May 2009 at 2:55

GoogleCodeExporter commented 8 years ago
Oh... and you need to install mono-devel package.

Original comment by Zarevucky.Jiri on 4 May 2009 at 2:57

GoogleCodeExporter commented 8 years ago
An easy way to get started is to run:

sudo apt-get build-dep monodevelop

and you will have all the tools you need to install MonoDevelop, which is kinda 
sorta
the same (plus more) that you need for Galaxium.

This is really not meant for the issues list since its not a Galaxium issue. 
Please
use the galaxium google group mailing list or IRC channel #galaxium on GimpNet.

Thanks

Original comment by dra...@gmail.com on 4 May 2009 at 3:45