Dmitry Logvinenko

Results 4 comments of Dmitry Logvinenko

Well, I try to build it on Mac OS 10.12 Sierra. And something went wrong :( (I don't understand anything in C-development.) ``` ➜ ~ git clone https://github.com/marcIhm/yabasic.git ... ➜...

Hi Marc, i've tried `./runme`: ``` $ ./runme Running configure ... FAILURE, could not configure yabasic ``` And then I dig deeper: ``` $ ./configure && make checking for a...

Hi, Mark, Sorry, but I can't find any attachments (I've checked my mail too) nor `2.86.7` tag

```sh $ brew install libffi $ ./configure --with-ffi=/usr/local/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include/ && make $ ./yabasic example.yab ``` And woo-hoo! ![image](https://user-images.githubusercontent.com/858439/78548783-fc3b3980-7809-11ea-9035-7f31de5dd2bd.png) Troubles: - Resize of the XQuartz window clears it. - Console does not...