1. eu_engin.e
- Posted by John Rebert <trebert at telia.com> Sep 01, 2005
- 509 views
Me, the Linux newbie again, tried some graphics with Linux and SVGA. My distr. does not install SVGA so I did it from source I presume it's not installed properly, recieved the following answer when I run the demo in the eu_engine.e lib: ./eu_engin.e:1154 in procedure error() c_proc/c_func: bad routine number (-1) ... called from ./eu_engin.e:2801 in function cdecl() ... called from ./eu_engin.e:3234 in function vga_init() ... called from ./eu_engin.e:3388 Grateful for any help John
2. Re: eu_engin.e
- Posted by Chris Burch <chriscrylex at aol.com> Sep 01, 2005
- 515 views
Hi Try running as root. SVGALib has issues when running as non root. Chris http://members.aol.com/chriscrylex/euphoria.htm http://uboard.proboards32.com/ http://members.aol.com/chriscrylex/EUSQLite/eusql.html
3. Re: eu_engin.e
- Posted by John Rebert <trebert at telia.com> Sep 01, 2005
- 509 views
Chris Burch wrote: > > Hi > > Try running as root. SVGALib has issues when running as non root. > > Chris > > <a > href="http://members.aol.com/chriscrylex/euphoria.htm">http://members.aol.com/chriscrylex/euphoria.htm</a> > <a href="http://uboard.proboards32.com/">http://uboard.proboards32.com/</a> > <a > href="http://members.aol.com/chriscrylex/EUSQLite/eusql.html">http://members.aol.com/chriscrylex/EUSQLite/eusql.html</a> > Yes I read that somewhere but unfortunately the result will be exactly the same answer. John