Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile PreAlpha IV in Delphi XE4 #3

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Open

Unable to compile PreAlpha IV in Delphi XE4 #3

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 13 Sep 2013 at 7:20

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 13 Sep 2013 at 8:09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant