[Mono-dev] make install doesn't copy monodroid profile assemblies to the prefix directory

Jeremy Bell bell.jeremy at gmail.com
Wed May 29 16:10:38 UTC 2013


Hmm, is there a separate install target that does install them? It's easy
enough to copy the directory in a build script after make install, but
that's a little brittle. Better that the build system handle that, I think.


On Wed, May 29, 2013 at 11:58 AM, Rodrigo Kumpera <kumpera at gmail.com> wrote:

> Yes, it's not copied because those assemblies are not very useful on the
> desktop.
>
>
> On Wed, May 29, 2013 at 11:40 AM, Jeremy Bell <bell.jeremy at gmail.com>wrote:
>
>> When I build the monodroid assemblies with the configure option
>> --with-monodroid=yes, the profile is built correctly in the master branch,
>> but when you make install, the monodroid profile assemblies are not copied
>> to the install prefix directory with the other profiles. Is this expected
>> behavior?
>>
>> Here is my config options:
>>
>> ./autogen.sh --with-glib=embedded --prefix=$INSTALL_PREFIX --with-monodroid=yes
>>
>> make && make install
>>
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20130529/7369e64f/attachment-0001.html>


More information about the Mono-devel-list mailing list