Closed GoogleCodeExporter closed 9 years ago
Look to me like it cannot find the protobuf library. Can you check whether it
installed in the correct directories?
Furthermore, the documentation refers to release 0.2. To compile the current
SVN version of the preprocessor you additionally have to add "DEFINES=NOGUI" to
the command line of qmake. Of course, this is not necessary for the GUI
preprocessor.
Original comment by veaac.fd...@gmail.com
on 12 Mar 2011 at 5:06
The protobuf library was not installed. After installing protobuf-2.2.0 on
Fedora-13 I tried to compile again; the old error was fixed (gone) but there
was a new error - (compile failed with error stating that the protobuf library
(protobuf-2.2.0) was to old and a newer version was required). I tried to
compile protobuf-2.3.0 from source but there were too many dependencies to
satisfy so I abandon any further attempts to compile monav preprocessor on
Fedora-13.
I will upgrade to Fedora-14 and try to compile monav again.
Here are the commands used to compile monav preprocessor:
/usr/lib64/qt4/bin/qmake "CONFIG += release" monavpreprocessor-gui.pro && make
/usr/lib64/qt4/bin/qmake "CONFIG += release DEFINES = NOGUI"
monavpreprocessor.pro && make
Original comment by peteadde...@gmail.com
on 14 Mar 2011 at 1:39
Original comment by veaac.fd...@gmail.com
on 14 Mar 2011 at 5:52
Original issue reported on code.google.com by
peteadde...@gmail.com
on 10 Mar 2011 at 10:53