[Hbasic-userinfo] Trouble compiling basic code
Status: Beta
Brought to you by:
mengels
From: Rob R. <rob...@ya...> - 2004-04-06 18:48:35
|
Hello- I am downloaded and successfully compiled HBasic today. I dont know if this is documented or not (I didn't see anything about this), but after doing a "make install" as root and attempting to compile one of the examples included, I got an error "cannot open temporary file to write error description!". I found that the program (mainwindow.cpp : 523) trying to write to "/err_html/temp.html" which is under the install directory, which as a normal user I don't have rights to write to. After a CHMOD and CHOWN (not the best way I'm sure) of the entire hbasic install directory (recursively) I now get an error : gcc: rtgui_elmt.o: No such file or directory gcc: rtgui_elmt.moc.o: No such file or directory So it looks like the linker can't find these files, which are in "/usr/local/hbasic/lib/". What is the proper way to get things working correctly? I originally tried the binary RPM, but it didn't want to work for me. I am running Mandrake 9.2. This looks like an absolutely great development environment! I am anxious to experiment with it. Thanks for any help! -Rob Russell |