Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - superloach

Pages: [1]
1
QB64 Discussion / Re: QB64 on ChromeOS
« on: August 20, 2018, 09:24:07 pm »
Oh haha, that's my screenshot, complete with embarrassing misuse of WIDTH!
We're currently working out an issue with running on i686, it's just giving a black box instead of what you see there on x86_64.
If anyone knows what the issue may be, please let us know, either here or on https://github.com/skycocker/chromebrew/issues/2569.

2
QB64 Discussion / Re: How do you make the 64 bit Version of QB64?
« on: August 20, 2018, 09:18:40 pm »
Sorry for the slight necropost, but are you saying that Unix only supports 64-bit now? We're having issues running QB64 on Chrome OS i686 over at https://github.com/skycocker/chromebrew/issues/2569.

3
QB64 Discussion / Install QB64 in Chromebrew?
« on: August 19, 2018, 04:37:46 pm »
I've been attempting to compile QB64 on Chrome OS using Chromebrew (https://skycocker.github.io/chromebrew/).
However, the install script fails, with a lot of this same error:
Code: QB64: [Select]
  1. /usr/local/libexec/gcc/x86_64-cros-linux-gnu/4.9.4/cc1: error while loading shared libraries: libisl.so.15: cannot open shared object file: No such file or directory

I've checked, and libisl.so.15 is in /usr/local/lib64, which is in my $LD_LIBRARY_PATH.
Any idea why gcc can't find it? I'll submit an issue to the Chromebrew GitHub as well.

EDIT: Funny enough, somebody already opened an issue an hour ago, about libisl.so.15 being a dangling symlink.
EDIT 2: Here's my GitHub issue, if anyone's interested in following or contributing: https://github.com/skycocker/chromebrew/issues/2569
EDIT 3: After fixing the broken symlink, it complains about not finding GL/glu.h.

Pages: [1]