I've had a few issues in running ./configure related to
my own setup, which I've worked through successfully as
I'm reasonably proficient with Linux - I use SuSE Linux
10.0 on AMD-64 and most of those issues related to the
64-bit version of SuSE that I run.
But here's the problem: I now get a successful config
and can run make - but it fails, with missing files:
groupWidget.h
NewsGroupForm.h
downloadselectdlg.h
addformdlg.h
serversWidget.h
serverdlg.h
qmgrform.h
prefgenerallayout.h
prefdecodelauyout.h
prefheaderlayout.h
I see that in the /src directory, none of these files
are present, but for each there is a corresponding .ui
file - am I missing something fundamental, or are these
header (.h) files really missing? If not, where are they?
Thanks.
GraceCourt [klibido.sourceforge -AT- inrucan.com]
Logged In: YES
user_id=523378
If I recall correct, these files should be generated by the
uic - User Interface Compiler, which should be run
automatically by make. Please verify that you have the "uic"
executable in your path and re-run configure.