Hi guys, I've no time to investigate but yesterday commit breaks tcc (at least on RPi)
jullien@sims ~/tinycc $ git pull >From http://repo.or.cz/r/tinycc d9dfd9c..6ed6a36 mob -> origin/mob Updating d9dfd9c..6ed6a36 Fast-forward lib/libtcc1.c | 11 +++++++++++ tccrun.c | 1 + 2 files changed, 12 insertions(+) I made a clean install and still got: tccrun.c: In function 'set_pages_executable': tccrun.c:228:24: error: 'prog_main' undeclared (first use in this function) tccrun.c:228:24: note: each undeclared identifier is reported only once for each function it appears in make: *** [tccrun.o] Error 1 make -C tests test make[1]: Entering directory `/home/jullien/tinycc/tests' ------------ hello-exe ------------ ../tcc -B.. ../examples/ex1.c -o hello || (../tcc -vv; exit 1) && ./hello /bin/sh: 1: ../tcc: not found /bin/sh: 1: ../tcc: not found make[1]: *** [hello-exe] Error 1 make[1]: Leaving directory `/home/jullien/tinycc/tests' make: *** [test] Error 2 _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
