lguzzon-PASCAL / llvm-pascal

Automatically exported from code.google.com/p/llvm-pascal
0 stars 0 forks source link

Unable to compile PreAlpha IV in Delphi XE4 #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download LLVM-Pascal-pre-alpha-IV.zip
2.open llvm_pascal.dproj in XE4
3.  press Shift + F9

What is the expected output? What do you see instead?
Compiled OK

What version of the product are you using? On what operating system?
 18.0.4905.60485 

Please provide any additional information below.

cannot resolve DecimalSeparator and ThousandSeparator in constructor 
TScanner.Create, and reports numerous Left side cannot be assigned to errors 
when attempting to assign to constants.

Original issue reported on code.google.com by lhen...@gmail.com on 13 Sep 2013 at 7:20

GoogleCodeExporter commented 9 years ago
I got the latest from SVN and I had to make several changes to get it compiling 
in XE4:
-added SysUtils to implementation section uses clause
-commented out lines 106-107 in Scanner.pas as they could not be resolved
-had to change the TAnalyser.Analyse() method to use AnsiChar because of 
reported type differences

I tried compiling a basic Delphi VCL project and only got the message about 0 
lines compiled.....no error messages

Original comment by lhen...@gmail.com on 13 Sep 2013 at 8:09