irstlm-team / irstlm

GNU Lesser General Public License v2.1
76 stars 33 forks source link

cstdlib - fatal error: stdlib.h: No such file or directory (re-open #8) #11

Open douglasbagnall opened 6 years ago

douglasbagnall commented 6 years ago

This is reopening #8, which I don't seem to be able to do directly.

@digital-idiot closed that with

Sorry, my bad. It compiles fine with g++-5 and gcc-5.

but gcc-5 is becoming increasingly unavailable, and a real fix is available in the Debian irstlm package:

https://salsa.debian.org/science-team/irstlm/blob/master/debian/patches/1001_fix_build_issues.patch

I believe this patch is by @giuliopaci

douglasbagnall commented 6 years ago

I have converted the patch into PR #12.

marasva commented 5 years ago

Hi, I am experiencing this problem on Ubuntu 19.10 trying to install irstlm and receiving a "fatal error: stdlib.h no such file or directory" the "./configure --prefix" command is successful and when writing "make install" the error above happens.

gzzyyxh commented 10 months ago

Hi, I am experiencing this problem on Ubuntu 19.10 trying to install irstlm and receiving a "fatal error: stdlib.h no such file or directory" the "./configure --prefix" command is successful and when writing "make install" the error above happens.

@marasva Have you solved the problem? I meet the same on Ubuntu 22.04.