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

MyFirstTest.bas doesn't compile on Ubuntu 20.10 #15

Open
jj-0 opened this issue Mar 1, 2021 · 5 comments
Open

MyFirstTest.bas doesn't compile on Ubuntu 20.10 #15

jj-0 opened this issue Mar 1, 2021 · 5 comments

Comments

@jj-0
Copy link

jj-0 commented Mar 1, 2021

MyFirstTest.bas doesn't compile:

  1. The "'!org=32767 Set the start address" confuses nextbuild.py ('nextbuild.py: error: Invalid --org option '32767 Set the start address '', if I change this to just "'!org=32767" it does compile OK
  2. ./data/font3.spr is missing causing '##ERROR - Failed to find file :./data/font3.spr'. If I copy it from another directory then it works of course
@em00k
Copy link
Owner

em00k commented Mar 1, 2021

Thanks for the info, will get it fixed.

@Xalior
Copy link

Xalior commented Mar 1, 2021

@jj-0 The problem is caused by the fact the new version of the builder seems to not like comments after directives (the 'org=32767 thing) so if you remove everything after the number ( the part that reads 'Set the start address) you will be able to compile that code, until David has chance to investigate properly that should get you going again.

-Dx

@em00k
Copy link
Owner

em00k commented Mar 1, 2021

Fixed duplicate folders.

@em00k em00k closed this as completed Mar 1, 2021
@em00k
Copy link
Owner

em00k commented Mar 1, 2021

Actually this is more about splitting the directives, so I will re-open.

@em00k em00k reopened this Mar 1, 2021
@em00k
Copy link
Owner

em00k commented Mar 1, 2021

It will be fixed in the next update, for now avoid putting a command on the precompiler directive lines. thanks

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

3 participants