[MonoDevelop] Compiling SVN in Ubuntu
qva5
qva5 at poczta.onet.pl
Sun Feb 18 06:32:49 EST 2007
Paulo Aboim Pinto wrote:
> Hello ..
>
> I download the last SVN version an when I compile I get this error:
>
> Compilation failed: 4 error(s), 0 warnings
> make[3]: ***
> [../../../build/AddIns/VersionControl/VersionControlAddIn.dll] Error 1
I had problem in Ubuntu when compiling MonoDevelop with Suberversion
extension which forced me to change a little bit its Makefile(just the
few last lines) at
/Extras/VersionControl/MonoDevelop.VersionControl.Subversion/Makefile
---
#if ENABLE_SUBVERSION
all: $(ADDIN_BUILD)/$(ADDIN) $(ASSEMBLY)
#else
# all:
#endif
#if ENABLE_SUBVERSION
#endif
include $(top_srcdir)/Makefile.include
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
---
I hope this would help you too.
>
> Paulo Aboim Pinto
> Odivelas - Portugal
qva5
More information about the Monodevelop-list
mailing list