I downloaded a source code archive for HBasic. I tried to make it, but it fails with an error:
In file included from basic_document.cpp:84: ../dialogs/select_kpart.h:4:31: kparts/mainwindow.h: No such file or directory I opened ../dialogs/select_kpart.h in vi and line 4 said <kparts/mainwindow.h> I used locate to find the file, and it does indeed exist: [EMAIL PROTECTED] temp $ locate kparts/mainwindow.h /usr/kde/3.3/include/kparts/mainwindow.h >From when I used to use Red Hat products and wanted the new version of Qt, the documentation for Qt said that I should add various Qt directories to the LIBRARY_PATH and LD_LIBRARY_PATH variables. I did an echo of $LIBRARY_PATH and LD_LIBRARY_PATH in the terminal, and they both came up empty; unset. What I'm wondering is what system variables do I need to set in order to make this work, and why are they not set by default? -- [email protected] mailing list

