Menu

#1 some initial build issues

open
None
5
2003-11-04
2003-11-04
No

--- from Stergios Marinopoulos ---

Here's some observations I had while compiling pitacard:

configure fails if I do not have /usr/lib/qt3/bin in my
path. That was easy enough to fix.

But compiling fails in the following two files due
to the missing include file of assert.h

I had to add a "#include <assert.h>"
to the files: KeyboardDeckRunnerUI.h (due to line
37), and
saxReaderBase.cpp (due to line 177)

Next up, I get this error:

DeckEditorUIBase.cpp:13:75:
/home/abingham/projects/sourceforge/pitacard/src/xlatTextEdit.h:
No such file or directory

which is caused by the line:

#include
</home/abingham/projects/sourceforge/pitacard/src/xlatTextEdit.h>

so I changed that to
#include "xlatTextEdit.h"

Same for DeckRunnerUIBase.cpp

After that it compiled. BTW this is all on Mandrake 9.2

Discussion


Log in to post a comment.