etaoins / llambda

Scheme R7RS frontend for LLVM
Other
69 stars 6 forks source link

Compile error #62

Open jmikedupont2 opened 4 months ago

jmikedupont2 commented 4 months ago

This code does not compile, it also seems to be not updated in a while.

/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/g++  -I/home/mdupont/2024/07/10/llambda/runtime -Wall -O3 -DNDEBUG -std=c++14 -MD -MT CMakeFiles/llcore.dir/writer/DisplayDatumWriter.cpp.o -MF CMakeFiles/llcore.dir/writer/DisplayDatumWriter.cpp.o.d -o CMakeFiles/llcore.dir/writer/DisplayDatumWriter.cpp.o -c /\home/mdupont/2024/07/10/llambda/runtime/writer/DisplayDatumWriter.cpp
In file included from /home/mdupont/2024/07/10/llambda/runtime/writer/DisplayDatum\Writer.h:4,
                 from /home/mdupont/2024/07/10/llambda/runtime/writer/DisplayDatumWriter.cpp:1:
/home/mdupont/2024/07/10/llambda/runtime/writer/ExternalFormDatumWriter.h:27:50: error: 'uint8_t' in namespace 'std' does not name a type; did you mean 'wint_t'?