On Fri, 2004-07-23 at 12:30, [EMAIL PROTECTED] wrote:
> Is this "normal"?
> 
> make[1]: Entering directory `/home/usanefe/mcs/gmcs'
> MONO_PATH="../class/lib/net_2_0_bootstrap:$MONO_PATH" mono ../mcs/mcs.exe  -2 
> /target:exe /debug /out:gmcs.exe AssemblyInfo.cs anonymous.cs assign.cs attribute.cs 
> driver.cs cs-tokenizer.cs cfold.cs class.cs codegen.cs const.cs constant.cs 
> convert.cs decl.cs delegate.cs enum.cs ecore.cs expression.cs flowanalysis.cs 
> generic.cs iterators.cs literal.cs location.cs modifiers.cs namespace.cs 
> parameter.cs pending.cs report.cs rootcontext.cs statement.cs support.cs 
> typemanager.cs symbolwriter.cs tree.cs CryptoConvert.cs cs-parser.cs
> generic.cs(203) error CS0246: Cannot find type `GenericTypeParameterBuilder'
> generic.cs(245) error CS0246: Cannot find type `GenericTypeParameterBuilder'
> generic.cs(295) error CS0246: Cannot find type `GenericTypeParameterBuilder'
> Compilation failed: 3 error(s), 0 warnings
> make[1]: *** [gmcs.exe] Error 1
> 

I have seen that error before. I believe doing a 'make clean' and
rebuilding from scratch fixes it.

Duncan.
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to