Description
So I seem to have run into a few things
First is the instructions for compilation seems to require to run autoconf, while there is already a configure script in the repo.
Second, when using that script, I cannot continue to build the system as I end up getting errors that there is no target for all when trying to build 'simu'
And lastly if I do follow the instructions provided in the README file, I run into a slew of obsolete macros as a lot were deprecated with autotools version 2.70 and 2.71.
I would think the simplest way to get around this would be to figure out what is causing the simu directory to not have the makefile built (which is what I came across), and eventually update configure.in (which I keep getting warnings saying it should be changed to configure.ac)
Activity