Post Reply 
newRPL - build 1255 released! [updated to 1299]
12-23-2017, 07:11 AM (This post was last modified: 12-23-2017 09:13 AM by BarryMead.)
Post: #27
RE: newRPL - build 1001 released!
(12-21-2017 02:51 PM)Claudio L. Wrote:  Mac and Linux users have to build from sources but it's perfectly compatible.

I had no luck with the Win-32 pre-built version of newRPL-Desktop 1001, so I thought I might try to compile a version to run under Linux, since I use Linux as my default OS anyway.
So I grabbed the source with this command:
git clone https://git.code.sf.net/p/newrpl/sources newrpl-sources

I tried to follow the instructions for compiling the emulator shown here:
http://www.hpmuseum.org/forum/archive/in...-7250.html

The first part of the compile went just fine using the newrpl-comp.pro project file, but the second part using the newrpl-ui.pro produced some errors as some files related to the usbdriver were missing from the repository.
The error message that I got was:
/home/barry/newRPL/newrpl-sources/mainwindow.cpp:53: error: 'uint32_t' was not declared in this scope
This error was caused when trying to compile the following line in the mainwindow.cpp file:
extern "C" int usbreceivearchive(uint32_t *buffer,int bufsize);

My guess is that something related to the usbreceiverarchive is missing from the repository, or the instructions for compiling the usb portion of the emulator are missing from the instructions.
Since the usb stuff was just recently added it would make sense.

One could confirm/replicate the errors I got, by using git to grab a fresh copy of the repository on a Linux system, using qtcreator to compile the newrpl-comp.pro and newrpl-ui.pro projects for one's self.
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! - BarryMead - 12-23-2017 07:11 AM
RE: newRPL - build 1001 released! - pier4r - 12-23-2017, 10:16 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: 1 Guest(s)