[Mono-dev] Gmcs fails with errors, but no error messages

Marek Safar marek.safar at seznam.cz
Wed Sep 2 04:38:47 EDT 2009


Hi,
> I have a csproj which builds successfully under gmcs r136341, but which
> fails under later versions including gmcs r141081. With the latest version
> of gmcs, I get the following failure, but no description of the issue:
>
>          Compilation failed: 2 error(s), 0 warnings
> ws1048:~ tom.philpot$
>
>
> Building the same project in Monodevelop gives the following error
> description: 
> "/var/folders/4M/4Mzzhf4qH-S3b733dx5BflaDzvM/-Tmp-/tmp61fbc732.tmp"
>
> When I look for this file, it  is missing.
>
> In short, there are two orthogonal issues: 1) gmcs is failing on code that
> previously worked and 2) gmcs is not reporting errors when it is failing in
> this case.
>
> Any tips on how I can debug this would be appreciated.
>   
Try to run gmcs with --fatal option

Marek


More information about the Mono-devel-list mailing list