Hello, Whilst attempting to build kmahjonn, I had to compile lex_common, and I got a build failure:
/usr/include/c++/9.2.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory 75 | #include_next <stdlib.h> I edited the cstlib file and removed the _next and also in one other file that mentioned it. My question is this, will this have disasterous results in any future compiles? With removing that it allowed lex_common to compile and install. The result is that kmahjonn successfully built and installed, and is correctly working. Regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
