AW: [Hbasic-userinfo] HBasic gentoo's package.
Status: Beta
Brought to you by:
mengels
From: Engels, M. <Mar...@SP...> - 2003-12-29 08:58:55
|
Hello, the problem is that I am not sure if it is more usefull to search for a package like hbasic_hbobject in an absolute file path or relative to = the hbasic installation prefix. I think both may be needed in some = situations. Currently the hbasic_hbobject package will be loaded from the absolute = path /usr/local/hbasic/packages as default. To change this you may use the libdesc program. To find a package HBasic first loads the file used_packages.info in the installation directory. This file only lists the description files for = each package (signature of methods defined etc. like *.h file in C) which = have a filename like "*.dso". The contents of this file may be changed with = the libdesc program (should be in the libdesc subdirectory of your HBasic = path). Start libdesc, load the file hbasic_hbobject_1.dso from the = installation directory and click on the button "Edit libdesc" at the bottom of the = main libdesc window. In the dialog that pop's up you should set the "Path to shared object library" to "hbasic_hbobject_1.so" only without the full = path of the library and click on the check box "Pathname is in -> HB = packages". If you store this changes it should be possible to load the = hbasic_hbobject package from another path than the default. You may also insert leave = the check box "Absolute path" unchanged and change the path to the new = directory where you want to install the package. I think I should change all packages to use a relative path in the = HBasic directory to prevent further problems with this. If you have changed = the hbasic_hbobject_1.dso file you should also copy it to the packages/hbasic_hbobject subdirectory of the hbasic source-dir because following "make install" operations will replace the file in the installation directory from here. I hope this will solve your problem Marcus=20 -----Urspr=FCngliche Nachricht----- Von: ma...@su... [mailto:ma...@su...] Gesendet: Montag, 29. Dezember 2003 01:38 An: hba...@li... Betreff: [Hbasic-userinfo] HBasic gentoo's package. Hello I'm making a gentoo package for HBasic,I success in compiling = installing it in /usr/hbasic, but when I start it ,it complain about a missing = file : /usr/local/hbasic/packages/hbasic_hbobject_1.so: cannot open shared = object file: No such file or directory this file is in directory /usr/hbasic/packages/ I changed the destination directory using make install PREFIX=3D/usr I tried to do it with configure , but it didn t seems to work, since it was installing in /usr/local/hbasic/ . I'm using HBasic 0.9.9g . any help or tips is really welcome guys.thanks. ------------------------------------------------------- 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=1278&alloc_id371&op=3Dclick _______________________________________________ Hbasic-userinfo mailing list Hba...@li... https://lists.sourceforge.net/lists/listinfo/hbasic-userinfo |