Hi. I have had OpenSuse 10.2 installed for about 2 weeks now. I'm still learning how to use it. I have been searching for a good BASIC language for linux about two days now. I have decided Gambas is the best choice from the options I have seen so far. I decided to download it and see what it can do. After downloading it and reading the readme files I discovered it has to be compiled. Being the adventurous type combined with the fact I know the ins-&-outs of windows. I decided to give it a shot to see if I could learn something. After all, I have been programming for windows for a number of years now. I did read the part where the program needed some libs to function correctly. I wasn't sure how to check to see if those where installed or not so I decided to just go for it and see if it gave any kind of error that would alert me to missing files. I followed the instructions in the help file and done ./configure, make and su -c "make install" and it seemed everything was working as it should.
After the lengthy process, and my wife's description of the "matrix" that was going up the screen I started the program up. To my delight it seemed to work perfectly. I decided to look at and run some of the examples that came with Gambas to verify it was working correctly and check out the code. After running a couple of examples, I tried to run the DeepSpace example. When I opened it I got a window that said, "Some components are missing: gb.sdl". My first guess is one of the things it needed was missing. I do see a reference to "SDL_mixer development packages". I'm suspicious this gb.sdl file may be part of the mixer packages however, I'm not 100% sure. Further, I'm not sure how to correct the problem, or if other problems may arise later down the road; such as networking issues.
My question is two fold:
Is the gd.sdl part of the mixer packages?
How do I correct the problem?
Thanks for any input and advice,
~laz