View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000179 | mercury | Bug | public | 2011-01-18 12:43 | 2011-01-18 14:54 | ||||
Reporter | juliensf | ||||||||
Assigned To | wangp | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000179: csharp grade library compilation failure on MinGW / MSYS with MS C# compiler | ||||||||
Description | Compilation of the standard library in the csharp grade on MinGW / MSYS using the Microsoft C# compiler results in: Mercury\css\array.cs(12,110: errror CS1578: Filename, single-line comment or end-of-line expected ... (plus lots more similar messages) This C# compiler is: Microsoft (R) Visual C# 2010 Compiler version 4.0.30319.1 | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
Notes | |
juliensf (administrator) 2011-01-18 12:46 |
The problem here is that the filename used in a line directive must be quoted, e.g. #line 12 "array.m" and we don't do that. |