Create a matrix from a .csv file
-
wrote on 31 May 2020, 01:43 last edited by
yes, i try to change the .h include because sometimes i need to add the path
#include "../include/agree_gui/matrixwidget.h"
-
wrote on 31 May 2020, 01:43 last edited by
but nothing change.
-
wrote on 31 May 2020, 01:44 last edited by
Invoking "make -j12 -l12" failed
03:44:23: The process "/opt/ros/melodic/bin/catkin_make" exited with code 1.
Error while building/deploying project catkin_ws (kit: Desktop)
When executing step "CatkinMake Step" -
@AliM93
That i dont know why.
works with Qmake.can you try my project ?
https://www.dropbox.com/s/s0oc2poey2b95pq/GridWidgetApp.zip?dl=0
-
wrote on 31 May 2020, 01:45 last edited byThis post is deleted!
-
wrote on 31 May 2020, 01:46 last edited by
please can you help me to find the error?
-
wrote on 31 May 2020, 01:47 last edited by
everything works thine, maybe something went wrong with the promotion?
-
wrote on 31 May 2020, 01:50 last edited byThis post is deleted!
-
wrote on 31 May 2020, 01:50 last edited by
i get this error when i clean.. but i don't know why
-
wrote on 31 May 2020, 01:52 last edited byThis post is deleted!
-
@AliM93
its due to you having the auto generated file open
just press Close. -
Hmm
it seems cmake is confused.
about the includes.Lets demote the widget and then you can add it to the dialog as you normal does.
Demote is important else you get error for ever.
sec.
shots -
-
wrote on 31 May 2020, 01:57 last edited by
i have to do only this? morph into QWidget
-
Next step is to then include matrixwidget.h and
make it like it.
I dont know your structure so not sure why it dont see it.
You have to make it like the include. -
@AliM93
Yes to get rid of the promotion we tried. -
wrote on 31 May 2020, 01:58 last edited by
done, so now i have to include into file grid the matrix
-
@AliM93
yes and see if it will accept it.
Then we need to new a matrixwidget in GridDialog -
wrote on 31 May 2020, 02:00 last edited by
so i add the include of matrix.h in the grid.cpp
-
@AliM93
and it can compile?
104/140