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

Tools to compile/interpret source code #1

Open
nelsoncruzwood opened this issue Aug 29, 2019 · 7 comments
Open

Tools to compile/interpret source code #1

nelsoncruzwood opened this issue Aug 29, 2019 · 7 comments

Comments

@nelsoncruzwood
Copy link

@dmkoster Hi David. I'm looking for some help and want to know what are the tools you use to compile/interpret, and develop Raptor.
I've been trying to use samples shown in the following tutorial https://www.modula2.org/tutor/introduction.php but I think I'm missing something. If you can point me in the right direction, I'll be very grateful!

@jasonaepli
Copy link

I am also having issues compiling the source code. I've tried using G++ on each of the C++ files and the modules individually. The C++ files are looking for a header file named modsim.h which it can't find. I've done a search all over the web and nobody has a header file with that name so I'm assuming it's a custom file specific to Raptor?
Raptor_compile

@danyill
Copy link

danyill commented Apr 14, 2021

Same issue here, it would be good to have basic compilation instructions or CI to assist end users. Failing that a binary release would also be appreciated.

@mpengel224
Copy link

Did anyone get this to compile? Mine has the above issues, and when the modsim.h code line is removed, 48 more errors appear ranging from undefined identifiers to syntax errors.

@Random534
Copy link

This is where my trail came to an end also.

@mpengel224
Copy link

Same issue here, it would be good to have basic compilation instructions or CI to assist end users. Failing that a binary release would also be appreciated.

Did you ever get this to work? I found a modsim.h file, but the compiler still cant "find" it

@Random534
Copy link

I have not got this to work yet. Have you got the modsim.h file? I will see if I get some success.

@mpengel224
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants