accellera-official / systemc

SystemC Reference Implementation
https://systemc.org/overview/systemc/
Apache License 2.0
445 stars 141 forks source link

Miss Makefile.in in src folder #45

Closed BrianLChen closed 6 months ago

BrianLChen commented 1 year ago

Hi,

I recently have some problem when I try to install systemC in my machine, when I do "../configure" it will report an error of "cannot fine input file: `src/Makefile.in'.

I noticed that in the newest version, there is no file called "makefile.in", which used to appear in the previous version.

merkaG commented 1 year ago

Hello,

You still have the issue? If so, did try with config/bootstrap? You may need to cleanup your env before that. See doc.

I am able to build / install latest version as of today on Debian 11.

regards,

merkaG commented 1 year ago

OK, from aother issue I see what you mean. Indeed, i can see the failure when I download the package .tar.gz

Still, you can use the workaround I propose with the bootstrapping

merkaG commented 1 year ago

should be marked duplicate to issue https://github.com/accellera-official/systemc/issues/40

chenhaoc commented 1 year ago

I get the same issue, here is my solution. autoreconf -vfi then cd objdir do ../configure will work.

lmailletcontoz commented 6 months ago

Fixed in SystemC 3.0.0 release