[Mono-list] Error building gmcs

Neale.Ferguson@SoftwareAG-USA.com Neale.Ferguson@SoftwareAG-USA.com
Fri, 23 Jul 2004 15:52:30 -0400


I did but the make process (from the top directory) doesn't even enter
that directory to do its thing. When I go into the directory and run the
make I get the junk below..

-----Original Message-----
On Fri, 2004-07-23 at 12:30, Neale.Ferguson@SoftwareAG-USA.com wrote:
> Is this "normal"?
>=20
> make[1]: Entering directory `/home/usanefe/mcs/gmcs'
> MONO_PATH=3D"../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
>=20

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

Duncan.