Flux addon build error? Calculator not working.

View: New views
1 Messages — Rating Filter:   Alert me  

Flux addon build error? Calculator not working.

by mike5160-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

Just compiled and tried io language on Arch Linux.
Download source code and then did
$ make vm
$ make all

Several addons did not compile. However Flux did compile and the command
$./_build/binaries/io addons/Flux/samples/China/china.io
launchPath: /home/manushya/oftwa/io/addons/Flux/samples/China
Executing config file
works fine.
however, ./_build/binaries/io addons/Flux/samples/Calculator/Calc.io
fails with the following message :
freeglut (./_build/binaries/io):  ERROR:  Internal error <Visual with necessary capabilities not found> in function fgOpenWindow
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  4 (X_DestroyWindow)
  Resource id in failed request:  0x0
  Serial number of failed request:  16
  Current serial number in output stream:  16


I did research on the net about all the "X" related issues.
If the China sample works how come Calc sample doesn't work?

Any help is appreciated. Thanks in advance.