UIKit0 / freemedforms

Automatically exported from code.google.com/p/freemedforms
Other
0 stars 0 forks source link

Build errors with #329

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to build with qtCreator i got these messages

D:\Work\freemedformsfullsources-0.9.0~beta1\freemedforms\libs\utils\stylehelper.
cpp:-1: In static member function 'static void 
Utils::StyleHelper::drawArrow(QStyle::PrimitiveElement, QPainter*, const 
QStyleOption*)':
D:\Work\freemedformsfullsources-0.9.0~beta1\freemedforms\libs\utils\stylehelper.
cpp:286: warning: unknown conversion type character 'l' in format
D:\Work\freemedformsfullsources-0.9.0~beta1\freemedforms\libs\utils\stylehelper.
cpp:286: warning: too many arguments for format
D:\Work\freemedformsfullsources-0.9.0~beta1\freemedforms\libs\utils\databasecsvi
mportator.cpp:160: warning: unused parameter 'result'
:-1: error: No rule to make target 
`../../../freemedforms/freemedforms/plugins/fmfcoreplugin/Core.pluginspec', 
needed by 
`..\..\..\freemedforms\bin\freemedforms_Qt4_win32-gpp\plugins\Core.dll'.  Stop.

Original issue reported on code.google.com by periklis...@gmail.com on 4 Jul 2013 at 4:10

GoogleCodeExporter commented 9 years ago
Hi,

FreeMedForms build system does not support shadow building. Please uncheck this 
option in QtCreator, you should build a debug version and unsure that you add 
the CONFIG+=debug_without_install to the qmake command line, re-run qmake, then 
build and run.

Eric

Original comment by eric.mae...@gmail.com on 4 Jul 2013 at 4:45

GoogleCodeExporter commented 9 years ago
considered as fixed

Original comment by eric.mae...@gmail.com on 18 May 2014 at 6:17