[Pkg-mono-devel] Pkg-mono-devel Digest, Vol 33, Issue 3

k0l0b0k.void k0l0b0k.void at gmail.com
Thu Oct 9 12:15:17 UTC 2008


pkg-mono-devel-request at lists.alioth.debian.org пишет:
> Send Pkg-mono-devel mailing list submissions to
> 	pkg-mono-devel at lists.alioth.debian.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.alioth.debian.org/mailman/listinfo/pkg-mono-devel
> or, via email, send a message with subject or body 'help' to
> 	pkg-mono-devel-request at lists.alioth.debian.org
> 
> You can reach the person managing the list at
> 	pkg-mono-devel-owner at lists.alioth.debian.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pkg-mono-devel digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: MonoDevelop 2.0 Alpha 1 (Alexander M. Batishchev)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 8 Oct 2008 06:52:40 -0700 (PDT)
> From: "Alexander M. Batishchev" <abatishchev at gmail.com>
> Subject: Re: [Pkg-mono-devel] MonoDevelop 2.0 Alpha 1
> To: pkg-mono-devel at lists.alioth.debian.org
> Message-ID: <19879171.post at talk.nabble.com>
> Content-Type: text/plain; charset=us-ascii
> 
> 
> 
> Mirco Bauer-2 wrote:
>> If you want to test monodevelop 2.0 alpha 1, build it cleanly from
>> source instead
>>
> Hello!
> Could you please assist me a bit?
> I'm trying to build Monodevelop from Novell SVN's trunk
> 
> $ svn co svn://anonsvn.mono-project.com/source/trunk/monodevelop
> $ cd monodevelop
> $ ./configure --prefix=/usr
> Checking for package 'mono-debugger'.. ERROR: Package named 'mono-debugger'
>> = 0.80 not found.
> 
> Ok, I understand. Need to get, compile and install monodevelop-debugger
> 
> $ svn co svn://anonsvn.mono-project.com/source/trunk/debugger
> $ cd debugger
> $ ./autogen.sh --prefix=/usr
> configure: error: Cannot find termcap library
> 
> I'm using Dedian. And it's FAQ said: 
> 
>> Debian uses the terminfo database and the ncurses library of terminal
>> interface routes, rather than the termcap database and the termcap
>> library. Users who are compiling programs that require some knowledge of
>> the terminal interface should replace references to libtermcap with
>> references to libncurses. 
>>
>> To support binaries that have already been linked with the termcap
>> library, and for which you do not have the source, Debian provides a
>> package called termcap-compat. This provides both libtermcap.so.2 and
>> /etc/termcap. Install this package if the program fails to run with the
>> error message "can't load library 'libtermcap.so.2'", or complains about a
>> missing /etc/termcap file.
>>
> What I have to do? I'm windows developer and very new to Linux, help me
> please


Try to install ncurses development package:
apt-get install libncurses5-dev



More information about the Pkg-mono-devel mailing list