[Mono-bugs] [Bug 421155] Gendarme does not check if the exe is good

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Aug 29 12:44:03 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=421155

User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=421155#c9





--- Comment #9 from Sebastien Pouliot <spouliot at novell.com>  2008-08-29 10:44:03 MDT ---
You should not specify a profile when building the "whole" mono because this
could lead you to some problems... like Cecil which is only in the default
(1.1) profile. So your build probably did not update it.

Now you could run into another problem using HEAD, since it now defaults to
NET_2_0 (and not default). To make sure cecil is ok do:

cd /mcs/class/Mono.Cecil
make clean PROFILE=default
make PROFILE=default
sudo make install PROFILE=default

and try Gendarme again

Note: you should see this line
MCS     [default] Mono.Cecil.dll
while building (default, not net_2_0) is important


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list