dmsc / fastbasic

FastBasic - Fast BASIC interpreter for the Atari 8-bit computers
GNU General Public License v2.0
139 stars 20 forks source link

Compile osx ventura #66

Closed marianodominguez closed 1 year ago

marianodominguez commented 1 year ago

Fix for #65

typo and some syntax error

dmsc commented 1 year ago

Oh, I see..... the Makefile had an error :-(

will merge

dmsc commented 1 year ago

I created a new commit, because I had other commits in my branch and did not want to merge the extra spaces of the other commit.

marianodominguez commented 1 year ago

the spaces are also part of the fix

otherwise clang compiler complains about the >>

On Thu, Mar 16, 2023 at 12:51 PM dmsc @.***> wrote:

I created a new commit, because I had other commits in my branch and did not want to merge the extra spaces of the other commit.

— Reply to this email directly, view it on GitHub https://github.com/dmsc/fastbasic/pull/66#issuecomment-1472650099, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOXJI72GPGMCDH4TQABZLTW4NVNLANCNFSM6AAAAAAV5U6Q6Y . You are receiving this because you authored the thread.Message ID: @.***>

--


Mariano Domínguez Molina


dmsc commented 1 year ago

Please, try again - the C++11 standard allows the ">>".

marianodominguez commented 1 year ago

working... thanks !

On Thu, Mar 16, 2023 at 12:55 PM dmsc @.***> wrote:

Please, try again - the C++11 standard allows the ">>".

— Reply to this email directly, view it on GitHub https://github.com/dmsc/fastbasic/pull/66#issuecomment-1472653709, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOXJI66BIT4VZPHNCCO75TW4NV2HANCNFSM6AAAAAAV5U6Q6Y . You are receiving this because you authored the thread.Message ID: @.***>

--


Mariano Domínguez Molina