Installation problem

Asked by elDarioz

Hi!I have a problem during the installation of monouml on Ubuntu 7.10 ; I follow this procedure (as explained in http://www.monouml.org/doku.php?id=installation) :

1) download and decompress 'monouml-core-20070731.tar.gz'
2) at ~/monouml-core-20070731/ run ./configure, and this is the result :

MonoUML Core API v20070731

  * Installation prefix = /usr/local
  * C# 2.0 compiler = /usr/bin/gmcs -codepage:utf8 -debug

3) when I launch make, I obtain this error :

Making all in MonoUml.Core
make[1]: Entering directory `/home/dario/Sviluppi/monouml-core-20070731/MonoUml.Core'
Making all in MonoUml.Core
make[2]: Entering directory `/home/dario/Sviluppi/monouml-core-20070731/MonoUml.Core/MonoUml.Core'
make[2]: *** No rule to make target `GenericSerializer.cs', needed by `MonoUml.Core.dll'. Stop.
make[2]: Leaving directory `/home/dario/Sviluppi/monouml-core-20070731/MonoUml.Core/MonoUml.Core'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dario/Sviluppi/monouml-core-20070731/MonoUml.Core'
make: *** [all-recursive] Error 1

Can you help me?
thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
MonoUML Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mario Carrion (mario-carrion) said :
#1

Currently MonoUml.Core applies for the newest version (not yet released) you should build from "monouml" module instead.

Revision history for this message
elDarioz (dario-zinato) said :
#2

Sorry, but the problem remains...i try this :

1) I get monouml from svn repository, and launch autogen.sh at ~/MonoUML/trunk/monouml
2) I obtain this error message :

**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Running aclocal ...
Running automake --gnu ...
configure.in:109: required file `src/Generators/DocBook/Makefile.in' not found
Makefile.am:3: AM_GNU_GETTEXT used but `po' not in SUBDIRS
**Error**: automake failed.

Is this the correct procedure to install monouml?can you help me?

thanks!

Revision history for this message
Mario Carrion (mario-carrion) said :
#3

Yes, it is, but there was a problem on the makefiles. Try again. I've updated the sources to avoid building this file.

Let me know if anything goes wrong to solve it as soon as possible.

Revision history for this message
elDarioz (dario-zinato) said :
#4

OK, now the previous error is solved, but anyway I can't compile MonoUML : i have to install nUML and ExpertCoder.
But when I try to install nUML from source, I have a lot of errors (I have correct manually some of them, with root permission and shell) ; the real problem is this :

make[2]: Entering directory `/home/dario/Sviluppi/MonoUML/numl-2.0-0.5/src/Uml2'
/usr/bin/gacutil -i /home/dario/Sviluppi/MonoUML/numl-2.0-0.5/bin//NUML.Uml2.dll -package numl-2.0
Package exported to: /usr/lib/mono/numl-2.0/NUML.Uml2.dll -> ../gac/NUML.Uml2/0.5.0.0__234fa2e4c0d8bfa4/NUML.Uml2.dll
NUML.Uml2 installed into the gac (/usr/lib/mono/gac)
make[2]: Leaving directory `/home/dario/Sviluppi/MonoUML/numl-2.0-0.5/src/Uml2'
Making install in Xmi2.MergeSplit/Merge
make[2]: Entering directory `/home/dario/Sviluppi/MonoUML/numl-2.0-0.5/src/Xmi2.MergeSplit/Merge'
cp /home/dario/Sviluppi/MonoUML/numl-2.0-0.5/bin//xmi-merge.exe /usr/local/lib/mono/numl-2.0
cp xmi-merge /usr/local/bin
cp: impossibile fare stat di `xmi-merge': Nessun file o directory
make[2]: *** [install] Error 1
make[2]: Leaving directory `/home/dario/Sviluppi/MonoUML/numl-2.0-0.5/src/Xmi2.MergeSplit/Merge'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/dario/Sviluppi/MonoUML/numl-2.0-0.5/src'
make: *** [install-recursive] Error 1

This is the translation error : ( impossibile fare stat di `xmi-merge' : Nessun file o directory = error on 'xmi-merge' stat : No file or directory )
Thanks.

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Mario Carrion (mario-carrion) said :
#6

Ask nUML project about that problem.