[Hbasic-userinfo] First try to solve the problem
Status: Beta
Brought to you by:
mengels
From: Engels, M. <Mar...@SP...> - 2003-12-23 12:52:22
|
Hello Tom, there might be two reasons for an empty directory /usr/local/hbasic/compiler. The first is that you might have used = another prefix than the default /usr/local when compiling hbasic. If you didn't change the prefix you might start the program as another user who = dosen't have enough access rights for this directory. Could you try to start = the command "touch /usr/local/hbasic/compiler/hbasic.s" (which should be = the normal output file of the compiler). If this fails try to change the = access rights as root user to "chmod 777 /usr/local/hbasic/compiler" and = restart the compilation of your program test.bas in HBasic again.=20 In the next version I will send an error message if the user running = hbasic has no access permissions for the output directory. Marcus=20 -----Urspr=FCngliche Nachricht----- Von: Thomas Richards [mailto:to...@g1...] Gesendet: Montag, 22. Dezember 2003 19:36 An: Engels, Marcus Betreff: Re: [Hbasic-userinfo] Please send me more info Engels, Marcus wrote: >Hi Tom, > >I would like to find out why the compiler and the "hbasic -s" start = don't >work on your computer. Could you please send me the following infos: > >- Which version of HBasic do you use The newest one >- Did you start HBasic from a terminal window (if not please try it)=20 and did >it show any error messages when starting the compiler. =20 From the terminal, no error messages are displayed when I run the=20 compile option >- Can you send me your example program so that I can try if it also=20 fails on >my computer. Since the compiler is not on the same level as the=20 interpreter >the compiler might reach a parser position where I haven't yet=20 implement the >code generation for the compiler (which normally leads to termination >without error message). sure, it is attached. >- Can you send me the output of "ls -l /usr/local/hbasic/compiler". = In=20 this >directory are the files that should be linked when starting the=20 compiler. I >would like to know if everything that's required has been installed >correctly. in the above directory, there is nothing. > >-----Urspr=FCngliche Nachricht----- >Von: Thomas Richards [mailto:to...@g1...] >Gesendet: Sonntag, 21. Dezember 2003 17:09 >An: hba...@li... >Betreff: [Hbasic-userinfo] Help with HBasic > > > Hi, > > I compiled and installed HBasic without any problems. Running the > program is fine and using the interpreter is just fine, within the > program. If I try to run hbasic -s file.bas it gives me errors from > the tile, even tho I just made it in the IDE. Compiling the programs > also seems to not work. I hit the compile button and it doesnt > produce a binary. I get no error messages when I do this. If anyone > has any ideas as to why this is happening, any help would be > appreciated. Thank You > > > Tom ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for = IBM's Free Linux Tutorials. Learn everything from the bash shell to sys = admin. Click now! http://ads.osdn.com/?ad_id=3D1278&alloc_id=3D3371&op=3Dclick _______________________________________________ Hbasic-userinfo mailing list Hba...@li... https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo |