Post Reply 
newRPL - build 1255 released! [updated to 1299]
12-24-2017, 05:13 AM
Post: #35
RE: newRPL - build 1001 released!
(12-24-2017 04:27 AM)Claudio L. Wrote:  
(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.

I realize that this project is in alpha, so I don't expect it to be polished, or bug free.
I made an earnest attempt to compile a native Linux version, but perhaps it just isn't meant to be.

Take Care, Barry

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.

I not only confirmed that all of those packages are installed using synaptic, but re-installed each of them to be sure. I also tried your #include <cstdint> suggestion
and that did not help either. There is obviously some dependency missing. I tried posting the error messages into generic google searches to see if any suggestions came up, but had no success. The errors are just too generic. I haven't exactly given up, but have simply run out of leads to follow. Unless you or someone else on the forum has some fresh ideas to try, I simply don't know to find what is missing.
Thanks for the suggestions, Merry Christmas, Barry
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL - build 1001 released! - pier4r - 12-16-2017, 08:03 AM
newRPL - on Hp 39gs - Martin Hepperle - 06-05-2019, 06:51 AM
RE: newRPL - build 1001 released! - pier4r - 12-23-2017, 10:16 AM
RE: newRPL - build 1001 released! - BarryMead - 12-24-2017 05:13 AM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 09:42 AM
t - Claudio L. - 01-01-2018, 03:06 PM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 03:41 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 04:54 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 06:58 PM
newRPL - brickviking - 10-05-2018, 06:01 AM
How to participate? - erazor - 12-13-2019, 07:12 AM



User(s) browsing this thread: 3 Guest(s)