[Mono-list] Error while compiling mono from SVN in cygwin

Andrus kobruleht2 at hot.ee
Fri Aug 22 08:05:29 EDT 2008


Robert,

>> I made changes you recommended but still got error below.
>> What I'm doing wrong ?
>
> Did you first install Mono with its Windows installer into c:\Mono?

Yes. I have preview2 installed using installer to c:\mono
I renamed directory to Mono but got same error.

Andrus.

 Directory of c:\mono

22.08.2008  15:01    <DIR>          .
22.08.2008  15:01    <DIR>          ..
19.08.2008  20:06    <DIR>          bin
19.08.2008  20:01    <DIR>          etc
19.08.2008  20:06                44 GtkPlus.url
19.08.2008  20:06                69 GtkSharp.url
19.08.2008  20:01    <DIR>          include
19.08.2008  20:02    <DIR>          info
19.08.2008  20:06    <DIR>          lib
19.08.2008  20:05    <DIR>          libexec
19.08.2008  20:05    <DIR>          make
19.08.2008  20:00    <DIR>          man
12.08.2008  17:21             7_078 mono.ico
19.08.2008  20:06                53 Mono.url
19.08.2008  20:06                54 MonoDocWeb.url
19.08.2008  20:06                57 MonoReleaseNotes.url
12.08.2008  17:21             3_261 ReleaseNotes.txt
19.08.2008  20:06    <DIR>          samples
19.08.2008  20:06    <DIR>          share
22.08.2008  15:01                 0 t
19.08.2008  20:06           728_248 unins000.dat
19.08.2008  19:59           694_041 unins000.exe
19.08.2008  20:06                58 Xsplocal.url
19.08.2008  20:06                59 Xsplocal2.url
19.08.2008  20:06    <DIR>          xulrunner


> Robert
>
>>
>> Andrus.
>>
>> $ cat makemono2
>> export MONO_LOCATION=/cygdrive/c/mono
>> export PATH=${MONO_LOCATION}/bin:${PATH}
>> export ACLOCAL_FLAGS="-I ${MONO_LOCATION}/share/aclocal"
>> ./autogen.sh --prefix=/mono/build
>> make
>> andrus at andrus-notebook /mono/svn/mono
>> $ ./makemono2
>> Running libtoolize...
>> You should add the contents of `/usr/share/aclocal/libtool.m4' to
>> `aclocal.m4'.
>>  ...re/aclocall -I /cygdrive/c/mono
>> ': No such file or directorydirectory `/cygdrive/c/mono
>>
>> **Error**: aclocal failed. This may mean that you have not
>> installed all of the packages you need, or you may need to
>> set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal"
>> for the prefix where you installed the packages whose
>> macros were not found
>> make: *** No targets specified and no makefile found.  Stop.
>>
>>
>>
>> ----- Original Message ----- 
>> From: "Robert Jordan" <robertj at gmx.net>
>> To: <Mono-list at lists.ximian.com>
>> Sent: Friday, August 22, 2008 1:56 PM
>> Subject: Re: [Mono-list] Error while compiling mono from SVN in cygwin
>>
>>
>>> Andrus wrote:
>>>> I tried to compile mono from SVN in cygwin using instructions from 
>>>> Ivan's
>>>> blog but got error below.
>>>> How to fix ?
>>>>
>>>> Andrus.
>>>>
>>>> $ cat makemono
>>>> export MONO_LOCATION=/cygdrive/c/mono
>>>> export PATH=${PATH}:${MONO_LOCATION}/bin
>>> export PATH=${MONO_LOCATION}/bin:${PATH}
>>>
>>>> export ACLOCAL_FLAGS="-I ${MONO_LOCATION}/share/aclocal"
>>>> export 
>>>> PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${MONO_LOCATION}/lib/pkgconfig
>>> remove the PKG_CONFIG_PATH like above.
>>>
>>>> ./makemono: line 6: $'make\r': command not found
>>> Your shell script does not seem to have unix line ends. Fix it.
>>
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list 



More information about the Mono-list mailing list