Bas Smit | 9 Oct 17:49

Compiling mono from the repository


Hi guys,

First off, im new to mono and ubuntu so I might be missing something
obvious. Im trying to compile mono from the repository, on ubuntu. I've
followed the instructions on http://www.mono-project.com/Compiling_Mono but
when I autogen I get the following error:

...
...
checking for ieeefp.h... no
checking for isinf... yes
checking for void *... yes
checking size of void *... 4
checking for -Wdeclaration-after-statement option to gcc... yes
checking integrity of package... configure: error: Your mono distribution is
incomplete;  if unpacking from a tar file, make sure you use GNU tar;  see
http://www.mono-project.com/IncompletePackage for more details

Ive tried creating a new checkout, but the package really seems incomplete.
Im 99% sure I've got mono, mcs, glib and pkg-config installed correctly.
Could someone point out what I could be doing wrong?

Many thanks, Bas
--

-- 
View this message in context: http://www.nabble.com/Compiling-mono-from-the-repository-tp19901757p19901757.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
Bojan Rajkovic | 9 Oct 23:14
Favicon

Re: Compiling mono from the repository

Did you make sure to checkout mcs too?

On Oct 9, 2008, at 11:49 AM, Bas Smit <niksisavailable <at> gmail.com> wrote:

>
> Hi guys,
>
> First off, im new to mono and ubuntu so I might be missing something
> obvious. Im trying to compile mono from the repository, on ubuntu.  
> I've
> followed the instructions on http://www.mono-project.com/Compiling_Mono 
>  but
> when I autogen I get the following error:
>
> ...
> ...
> checking for ieeefp.h... no
> checking for isinf... yes
> checking for void *... yes
> checking size of void *... 4
> checking for -Wdeclaration-after-statement option to gcc... yes
> checking integrity of package... configure: error: Your mono  
> distribution is
> incomplete;  if unpacking from a tar file, make sure you use GNU  
> tar;  see
> http://www.mono-project.com/IncompletePackage for more details
>
> Ive tried creating a new checkout, but the package really seems  
> incomplete.
> Im 99% sure I've got mono, mcs, glib and pkg-config installed  
(Continue reading)

Luciano _ | 10 Oct 14:10
Favicon

Re: Compiling mono from the repository

 
I have mono from source (svn) on ubuntu, you need to checkout this 3 items:

  svn co svn://anonsvn.mono-project.com/source/trunk/mono
  svn co svn://anonsvn.mono-project.com/source/trunk/mcs
  svn co svn://anonsvn.mono-project.com/source/trunk/libgdiplus

Some days ago, i add reference to Compiling [1] on IncompletePackage [2] wiki page beacause i was having the same issue.

[1] http://www.mono-project.com/Compiling_Mono
[2] http://www.mono-project.com/IncompletePackage

 

> From: bojanr <at> brandeis.edu
> To: niksisavailable <at> gmail.com
> Date: Thu, 9 Oct 2008 17:14:18 -0400
> CC: mono-devel-list <at> lists.ximian.com
> Subject: Re: [Mono-dev] Compiling mono from the repository
>
> Did you make sure to checkout mcs too?
>
> On Oct 9, 2008, at 11:49 AM, Bas Smit <niksisavailable <at> gmail.com> wrote:
>
> >
> > Hi guys,
> >
> > First off, im new to mono and ubuntu so I might be missing something
> > obvious. Im trying to compile mono from the repository, on ubuntu.
> > I've
> > followed the instructions on http://www.mono-project.com/Compiling_Mono
> > but
> > when I autogen I get the following error:
> >
> > ...
> > ...
> > checking for ieeefp.h... no
> > checking for isinf... yes
> > checking for void *... yes
> > checking size of void *... 4
> > checking for -Wdeclaration-after-statement option to gcc... yes
> > checking integrity of package... configure: error: Your mono
> > distribution is
> > incomplete; if unpacking from a tar file, make sure you use GNU
> > tar; see
> > http://www.mono-project.com/IncompletePackage for more details
> >
> > Ive tried creating a new checkout, but the package really seems
> > incomplete.
> > Im 99% sure I've got mono, mcs, glib and pkg-config installed
> > correctly.
> > Could someone point out what I could be doing wrong?
> >
> > Many thanks, Bas
> > --
> > View this message in context: http://www.nabble.com/Compiling-mono-from-the-repository-tp19901757p19901757.html
> > Sent from the Mono - Dev mailing list archive at Nabble.com.
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list <at> lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list <at> lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list


Reveal your inner athlete and share it with friends on Windows Live. Share now!
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
Bas Smit | 11 Oct 16:56

Re: Compiling mono from the repository


Hi guys,

thanks for the replies. Im sorry to say I just forgot to checkout mcs, I was
under the impression it had to be installed and could be gotten from the
same location just for convenience.

Bas

Bojan Rajkovic wrote:
> 
> Did you make sure to checkout mcs too?
> 
> On Oct 9, 2008, at 11:49 AM, Bas Smit <niksisavailable <at> gmail.com> wrote:
> 
>>
>> Hi guys,
>>
>> First off, im new to mono and ubuntu so I might be missing something
>> obvious. Im trying to compile mono from the repository, on ubuntu.  
>> I've
>> followed the instructions on http://www.mono-project.com/Compiling_Mono 
>>  but
>> when I autogen I get the following error:
>>
>> ...
>> ...
>> checking for ieeefp.h... no
>> checking for isinf... yes
>> checking for void *... yes
>> checking size of void *... 4
>> checking for -Wdeclaration-after-statement option to gcc... yes
>> checking integrity of package... configure: error: Your mono  
>> distribution is
>> incomplete;  if unpacking from a tar file, make sure you use GNU  
>> tar;  see
>> http://www.mono-project.com/IncompletePackage for more details
>>
>> Ive tried creating a new checkout, but the package really seems  
>> incomplete.
>> Im 99% sure I've got mono, mcs, glib and pkg-config installed  
>> correctly.
>> Could someone point out what I could be doing wrong?
>>
>> Many thanks, Bas
>> -- 
>> View this message in context:
>> http://www.nabble.com/Compiling-mono-from-the-repository-tp19901757p19901757.html
>> Sent from the Mono - Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list <at> lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list <at> lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 

--

-- 
View this message in context: http://www.nabble.com/Re%3A-Compiling-mono-from-the-repository-tp19907513p19933265.html
Sent from the Mono - Dev mailing list archive at Nabble.com.

Gmane