newRPL - build 1255 released! [updated to 1299]
|
12-24-2017, 04:27 AM
Post: #34
|
|||
|
|||
RE: newRPL - build 1001 released!
(12-24-2017 12:43 AM)BarryMead Wrote: Claudio: On my Ubuntu 16.04 Linux system, the header file that defines uint32_t is named "stdint.h". (On Windows systems it is called stddef.h) I tried adding #include <stdint.h> to the mainwindow.cpp file which fixed that particular bug, but a whole new batch of errors surfaced, so I assumed that adding the #include <stdint.h> was not the correct approach to solving the issue. Sounds like you are giving up. Most of my work is done on Ubuntu, I build there all the time and never had that problem. Did you try installing those packages? All those types are supposed to be included already since mainwindow.cpp is a Qt C++ class and has all the standard Qt includes. If not then add: #include <cstdint> instead of including stdint.h which is for plain C. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)