draek / galaxium

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

Compilation problem #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
make[2]: Entering directory `/root/Desktop/galaxium/galaxium-read-only/build'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/Desktop/galaxium/galaxium-read-only/build'
make[1]: Leaving directory `/root/Desktop/galaxium/galaxium-read-only/build'
Making all in dlls
make[1]: Entering directory `/root/Desktop/galaxium/galaxium-read-only/dlls'
make[1]: *** No rule to make target `Mono.Addins.Gui.dll', needed by
`all-am'.  Stop.
make[1]: Leaving directory `/root/Desktop/galaxium/galaxium-read-only/dlls'
make: *** [all-recursive] Error 1

Original issue reported on code.google.com by gohan...@gmail.com on 9 Mar 2008 at 1:01

GoogleCodeExporter commented 9 years ago
Quick fix: try to copy it from some other place in in your system - you probably
already have it somewhere installed with Mono.

Original comment by Xall...@gmail.com on 9 Mar 2008 at 5:54

GoogleCodeExporter commented 9 years ago
Mono.Addins now uses a GAC reference instead of it's own local copy

make sure Mono.Addins 0.3 is installed (using your distro package manager or the
source tarball, an try again using a fresh svn checkout)

Original comment by ben.motm...@gmail.com on 12 Mar 2008 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by ben.motm...@gmail.com on 12 Mar 2008 at 4:05

GoogleCodeExporter commented 9 years ago
This should now be resolved as well. The libraries should be installed 
seperately
now, instead of having us include them in the project.

Original comment by dra...@gmail.com on 13 Mar 2008 at 4:12