zdenop / qt-box-editor

QT4 editor of tesseract-ocr box files
https://zdenop.github.io/qt-box-editor/
Apache License 2.0
170 stars 66 forks source link

Compile on Fedora issues (f18, x86_64) #33

Closed marphod closed 11 years ago

marphod commented 11 years ago

I've downloaded and expanded the source tree.

Ran qmake; passed with a number of warnings about potential symbol conflicts. Ran make.

I needed to added several include paths to the INC_PATH in the Makefile (/usr/include/(QtCode|QtGui|QtNetwork).

At this point, I'm blocked on "dialogs/SettingsDialog.h:34:31: fatal error: ui_SettingsDialog.h: No such file or directory"

There were also a bunch of warnings anbout overriding and ignoring old recipes for various build targets (GetRowIDDialog.o, SettingsDialog.o, FindDialog.o, DrawRectangle.o, and moc_(one of the above targets) ).

I've the following qt rpms installed (all from official repositories). qt.x86_64 1:4.8.4-17.fc18 qt-assistant.x86_64 1:4.8.4-17.fc18 qt-config.x86_64 1:4.8.4-17.fc18 qt-creator.x86_64 2.7.0-1.fc18 qt-demos.x86_64 1:4.8.4-17.fc18 qt-devel.x86_64 1:4.8.4-17.fc18 qt-doc.noarch 1:4.8.4-17.fc18 qt-examples.x86_64 1:4.8.4-17.fc18 qt-mobility.x86_64 1.2.2-0.3.20120224git.fc18 qt-settings.noarch 4.9-21.fc18 qt-x11.x86_64 1:4.8.4-17.fc18 qt3.x86_64 3.3.8b-43.fc18 qt3-devel.x86_64 3.3.8b-43.fc18
qtwebkit.x86_64 2.2.2-8.fc18

Am I missing something?

zdenop commented 11 years ago

Please provide exact error/warning messages. I have no problems on openSUSE...

zdenop commented 11 years ago

closed because of missing user input