[MonoDevelop] Release soon

Attila Goda x-soft@fibermail.hu
Wed, 25 Feb 2004 08:17:59 +0100


IMHO the make install not correct in the current (1018) release:
I tired the following steps:

1. clear the /usr/lib/monodevelop directory
2. unpack the current snapshot
3. ./autogen.sh --prefix=/usr
4. make
5. make install

And I've got a following error message:

Making install in gdldock
make[1]: Entering directory `/user/MonoDevelop/gdldock'
Making install in gdl
make[2]: Entering directory `/user/MonoDevelop/gdldock/gdl'
make[3]: Entering directory `/user/MonoDevelop/gdldock/gdl'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/lib/monodevelop/bin
mkdir /usr/lib/monodevelop/bin
 /usr//bin/install -c -m 644 ./../../build/bin/gdl-sharp.dll 
/usr/lib/monodevelop/bin/../../build/bin/gdl-sharp.dll
/usr//bin/install: cannot create the following regular file: 
`/usr/lib/monodevelop/bin/../../build/bin/gdl-sharp.dll': No such file 
or directory
make[3]: *** [install-gdldocklibDATA] Error 1
make[3]: Leaving directory `/user/MonoDevelop/gdldock/gdl'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/user/MonoDevelop/gdldock/gdl'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/user/MonoDevelop/gdldock'
make: *** [install-recursive] Error 1


And I have an another question: How can I change the colors of the 
syntax highlighting ?

Regards,
  Attila Goda