Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on compilation of v1.0.3 #22

Open
sioc-de-narf opened this issue Jan 24, 2019 · 10 comments
Open

Error on compilation of v1.0.3 #22

sioc-de-narf opened this issue Jan 24, 2019 · 10 comments
Assignees

Comments

@sioc-de-narf
Copy link

sioc-de-narf commented Jan 24, 2019

When i try to compile on windows 10 the source for the 1.03 found on github, i end with an error :

Missing file : /translation/rcse_tr.qm

@obiwankennedy
Copy link
Member

you have to call lrelease on the project.

It will generate all qm file. If it is the only one to be missing (and all other qm have been generated) you an create a file at the right position it will allow you to keep compiling. this file is the turkish translation

@sioc-de-narf
Copy link
Author

sioc-de-narf commented Jan 25, 2019

So i did the Tools => External => Linguistics => update ... No more linguistic trouble.

so next i had an error about not founding qmlgeneratorvisitor.h
so i took the one of the current rcse repository (might be a bad idea, but i didn't found one 'old' elsewhrere).

And now I get :

C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\tablefield.cpp:515: error: C2039: 'getRoot'ÿ: n'est pas membre de 'TableCanvasField'
C:\Users\sioc\Documents\github\rcse-1.0.3\tablecanvasfield.h:83: voir la d‚claration de 'TableCanvasField'
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\tablefield.cpp:597: error: C2039: 'save'ÿ: n'est pas membre de 'TableCanvasField'
C:\Users\sioc\Documents\github\rcse-1.0.3\tablecanvasfield.h:83: voir la d‚claration de 'TableCanvasField'
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\tablefield.cpp:672: error: C2039: 'load'ÿ: n'est pas membre de 'TableCanvasField'
C:\Users\sioc\Documents\github\rcse-1.0.3\tablecanvasfield.h:83: voir la d‚claration de 'TableCanvasField'
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\tablefield.cpp:731: error: C2039: 'fillLineModel'ÿ: n'est pas membre de 'TableCanvasField'
C:\Users\sioc\Documents\github\rcse-1.0.3\tablecanvasfield.h:83: voir la d‚claration de 'TableCanvasField'

@sioc-de-narf sioc-de-narf pinned this issue Jan 25, 2019
@sioc-de-narf sioc-de-narf changed the title Error on compilation of v1.03 Error on compilation of v1.0.3 Jan 25, 2019
@sioc-de-narf
Copy link
Author

no more help ?

@obiwankennedy
Copy link
Member

Technically this part of the code is not needed, as It was under development. I hide this feature. So you can probably remove (or comment) any line about TableCanvasField

@sioc-de-narf
Copy link
Author

ok now i get :

22:03:10: Running steps for project rcse...
22:03:10: Configuration unchanged, skipping qmake step.
22:03:10: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe"
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3 -I. -I..\rcse-1.0.3\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\tablefield.obj.4648.94.jom
tablefield.cpp
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3 -I. -I..\rcse-1.0.3\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\canvas.obj.4648.94.jom
canvas.cpp
..\rcse-1.0.3\canvas.cpp(171): error C2039: 'BUTTON'ÿ: n'est pas membre de 'Field'
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\field.h(45): note: voir la d‚claration de 'Field'
..\rcse-1.0.3\canvas.cpp(171): error C2664: 'void CharacterSheetItem::setCurrentType(const CharacterSheetItem::TypeField &)'ÿ: impossible de convertir l'argument 1 de 'Canvas::Tool' en 'const CharacterSheetItem::TypeField &'
..\rcse-1.0.3\canvas.cpp(171): note: Raisonÿ: impossible de convertir de 'Canvas::Tool' en 'const CharacterSheetItem::TypeField'
..\rcse-1.0.3\canvas.cpp(171): note: La conversion en type ‚num‚ration requiert un cast explicite (static_cast, cast de style C ou cast de style fonction)
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3 -I. -I..\rcse-1.0.3\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\canvasfield.obj.4648.109.jom
canvasfield.cpp
..\rcse-1.0.3\canvasfield.cpp(14): error C2039: 'BUTTON'ÿ: n'est pas membre de 'Field'
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\field.h(45): note: voir la d‚claration de 'Field'
..\rcse-1.0.3\canvasfield.cpp(14): error C2065: 'BUTTON'ÿ: identificateur non d‚clar‚
..\rcse-1.0.3\canvasfield.cpp(110): error C2039: 'getCurrentType'ÿ: n'est pas membre de 'Field'
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\field.h(45): note: voir la d‚claration de 'Field'
..\rcse-1.0.3\canvasfield.cpp(112): error C2039: 'getCurrentType'ÿ: n'est pas membre de 'Field'
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\field.h(45): note: voir la d‚claration de 'Field'
..\rcse-1.0.3\canvasfield.cpp(116): error C2039: 'getCurrentType'ÿ: n'est pas membre de 'Field'
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\field.h(45): note: voir la d‚claration de 'Field'
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3 -I. -I..\rcse-1.0.3\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\fieldmodel.obj.4648.109.jom
fieldmodel.cpp
..\rcse-1.0.3\fieldmodel.cpp(260): error C2039: 'generateQML'ÿ: n'est pas membre de 'Section'
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\section.h(32): note: voir la d‚claration de 'Section'
c:\users\sioc\documents\github\rcse-1.0.3\charactersheet\tablefield.cpp(519) : error C4716: 'TableField::getRoot' : doit retourner une valeur
c:\users\sioc\documents\github\rcse-1.0.3\charactersheet\tablefield.cpp(524) : error C4716: 'TableField::getChildAt' : doit retourner une valeur
jom: C:\Users\sioc\Documents\github\build-rcse-Desktop_Qt_5_12_0_MSVC2017_32bit2-Debug\Makefile.Debug [debug\tablefield.obj] Error 2
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3 -I. -I..\rcse-1.0.3\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\mainwindow.obj.4648.109.jom
mainwindow.cpp
..\rcse-1.0.3\mainwindow.cpp(792): warning C4100: 'allCharacter'ÿ: paramŠtre formel non r‚f‚renc‚
..\rcse-1.0.3\mainwindow.cpp(1259): error C2352: 'RolisteamImageProvider::getData'ÿ: appel non conforme d'une fonction membre non static
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\rolisteamimageprovider.h(21): note: voir la d‚claration de 'RolisteamImageProvider::getData'
..\rcse-1.0.3\mainwindow.cpp(1279): error C2664: 'void RolisteamImageProvider::setData(QSharedPointer<QHash<QString,QPixmap>>)'ÿ: impossible de convertir l'argument 1 de 'QHash<QString,QPixmap> *' en 'QSharedPointer<QHash<QString,QPixmap>>'
..\rcse-1.0.3\mainwindow.cpp(1279): note: Le constructeur pour class 'QSharedPointer<QHash<QString,QPixmap>>' est d‚clar‚ 'explicit'
..\rcse-1.0.3\mainwindow.cpp(1326): error C2352: 'RolisteamImageProvider::getData'ÿ: appel non conforme d'une fonction membre non static
C:\Users\sioc\Documents\github\rcse-1.0.3\charactersheet\rolisteamimageprovider.h(21): note: voir la d‚claration de 'RolisteamImageProvider::getData'
..\rcse-1.0.3\mainwindow.cpp(1328): error C2664: 'void RolisteamImageProvider::setData(QSharedPointer<QHash<QString,QPixmap>>)'ÿ: impossible de convertir l'argument 1 de 'QHash<QString,QPixmap> *' en 'QSharedPointer<QHash<QString,QPixmap>>'
..\rcse-1.0.3\mainwindow.cpp(1328): note: Le constructeur pour class 'QSharedPointer<QHash<QString,QPixmap>>' est d‚clar‚ 'explicit'
jom: C:\Users\sioc\Documents\github\build-rcse-Desktop_Qt_5_12_0_MSVC2017_32bit2-Debug\Makefile.Debug [debug\mainwindow.obj] Error 2
jom: C:\Users\sioc\Documents\github\build-rcse-Desktop_Qt_5_12_0_MSVC2017_32bit2-Debug\Makefile.Debug [debug\canvas.obj] Error 2
jom: C:\Users\sioc\Documents\github\build-rcse-Desktop_Qt_5_12_0_MSVC2017_32bit2-Debug\Makefile.Debug [debug\fieldmodel.obj] Error 2
jom: C:\Users\sioc\Documents\github\build-rcse-Desktop_Qt_5_12_0_MSVC2017_32bit2-Debug\Makefile.Debug [debug\canvasfield.obj] Error 2
jom: C:\Users\sioc\Documents\github\build-rcse-Desktop_Qt_5_12_0_MSVC2017_32bit2-Debug\Makefile [debug] Error 2
22:03:14: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project rcse (kit: Desktop Qt 5.12.0 MSVC2017 32bit2)
The kit Desktop Qt 5.12.0 MSVC2017 32bit2 has configuration issues which might be the root cause for this problem.
When executing step "Make"
22:03:14: Elapsed time: 00:03.

@obiwankennedy
Copy link
Member

Well, this issue is about image provider and its data. As I create several Image Providers with the same data.

@obiwankennedy
Copy link
Member

I start to think there is a lot of issue in this subject. Are you sure you get the right source.

As archive provided by github does not contains any submodule. We may already speak about it. But I want to be sure.

@obiwankennedy
Copy link
Member

rcse-1.0.3.zip

I compile 1.0.3 from git. I'm sure I have the right version of submodule. Could you see if there is any differences between this version and yours ?

@sioc-de-narf
Copy link
Author

sioc-de-narf commented Feb 1, 2019

I took the one in : https://github.com/Rolisteam/rcse/releases : https://github.com/Rolisteam/rcse/archive/v1.0.3.zip

I got less errors with yours.

18:27:33: Running steps for project rcse...
18:27:33: Configuration unchanged, skipping qmake step.
18:27:33: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe"
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\tablefield.obj.16788.94.jom
tablefield.cpp
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\parenthesesfnode.obj.16788.109.jom
parenthesesfnode.cpp
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\scalaroperatorfnode.obj.16788.109.jom
scalaroperatorfnode.cpp
..\rcse-1.0.3b\charactersheet\tablefield.cpp(95): warning C4100: 'isTable'ÿ: paramŠtre formel non r‚f‚renc‚
..\rcse-1.0.3b\charactersheet\tablefield.cpp(95): warning C4100: 'i'ÿ: paramŠtre formel non r‚f‚renc‚
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\alignmentdelegate.obj.16788.172.jom
alignmentdelegate.cpp
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\typedelegate.obj.16788.172.jom
typedelegate.cpp
c:\users\sioc\documents\github\rcse-1.0.3b\charactersheet\tablefield.cpp(119) : error C4716: 'LineFieldItem::createLineItem' : doit retourner une valeur
jom: C:\Users\sioc\Documents\github\build-rcse-Desktop_Qt_5_12_0_MSVC2017_32bit2-Debug\Makefile.Debug [debug\tablefield.obj] Error 2
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\fontdelegate.obj.16788.2391.jom
fontdelegate.cpp
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\canvasfield.obj.16788.2359.jom
canvasfield.cpp
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\main.obj.16788.125.jom
main.cpp
canvas.cpp
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\fieldmodel.obj.16788.141.jom
fieldmodel.cpp
borderlisteditor.cpp
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\qmlhighlighter.obj.16788.141.jom
qmlhighlighter.cpp
codeeditor.cpp
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\imagemodel.obj.16788.2906.jom
imagemodel.cpp
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\rcse.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DRCSE -DVERSION_MAJOR=1 -DVERSION_MIDDLE=8 -DVERSION_MINOR=2 -DQT_QML_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\rcse-1.0.3b -I. -I..\rcse-1.0.3b\charactersheet -Iformula -Iformula/nodes -I..\rcse-1.0.3b\charactersheet -IC:\Qt\5.12.0\msvc2017\include -IC:\Qt\5.12.0\msvc2017\include\QtQuickWidgets -IC:\Qt\5.12.0\msvc2017\include\QtQuick -IC:\Qt\5.12.0\msvc2017\include\QtWidgets -IC:\Qt\5.12.0\msvc2017\include\QtGui -IC:\Qt\5.12.0\msvc2017\include\QtANGLE -IC:\Qt\5.12.0\msvc2017\include\QtQml -IC:\Qt\5.12.0\msvc2017\include\QtNetwork -IC:\Qt\5.12.0\msvc2017\include\QtCore -Idebug -I. -I\include -IC:\Qt\5.12.0\msvc2017\mkspecs\win32-msvc -Fodebug\ @C:\Users\sioc\AppData\Local\Temp\tablecanvasfield.obj.16788.2969.jom
tablecanvasfield.cpp
..\rcse-1.0.3b\canvasfield.cpp(162): warning C4100: 'menu'ÿ: paramŠtre formel non r‚f‚renc‚
..\rcse-1.0.3b\tablecanvasfield.cpp(49): warning C4100: 'widget'ÿ: paramŠtre formel non r‚f‚renc‚
..\rcse-1.0.3b\tablecanvasfield.cpp(49): warning C4100: 'option'ÿ: paramŠtre formel non r‚f‚renc‚
..\rcse-1.0.3b\tablecanvasfield.cpp(189): warning C4100: 'option'ÿ: paramŠtre formel non r‚f‚renc‚
..\rcse-1.0.3b\tablecanvasfield.cpp(315): warning C4100: 'widget'ÿ: paramŠtre formel non r‚f‚renc‚
..\rcse-1.0.3b\tablecanvasfield.cpp(315): warning C4100: 'option'ÿ: paramŠtre formel non r‚f‚renc‚
itemeditor.cpp
preferencesmanager.cpp
G‚n‚ration de code en cours...
G‚n‚ration de code en cours...
mainwindow.cpp
G‚n‚ration de code en cours...
G‚n‚ration de code en cours...
..\rcse-1.0.3b\mainwindow.cpp(792): warning C4100: 'allCharacter'ÿ: paramŠtre formel non r‚f‚renc‚
G‚n‚ration de code en cours...
G‚n‚ration de code en cours...
jom: C:\Users\sioc\Documents\github\build-rcse-Desktop_Qt_5_12_0_MSVC2017_32bit2-Debug\Makefile [debug] Error 2
18:27:43: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project rcse (kit: Desktop Qt 5.12.0 MSVC2017 32bit2)
The kit Desktop Qt 5.12.0 MSVC2017 32bit2 has configuration issues which might be the root cause for this problem.
When executing step "Make"
18:27:43: Elapsed time: 00:10.

@obiwankennedy
Copy link
Member

Something is wrong with you installation of Qt. May be a story arount 32bits and 64bits ?

You can compile RCSE with mingw. It is always easier to compile with mingw as Qt can install it.

@obiwankennedy obiwankennedy self-assigned this Jul 7, 2019
@obiwankennedy obiwankennedy unpinned this issue Jul 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants