QuestionPython
QuestionPython
guest@Base:~/Gits/c-andrewchambers$ make test ----------- ``` make clean make[1]: Entering directory '/home/guest/Gits/c-andrewchambers' rm -rf src/panic.o src/cc/cpp.o src/cc/lex.o src/cc/parse.o src/cc/types.o src/cc/foldexpr.o src/cc/error.o src/mem/mem.o src/ds/list.o src/ds/map.o src/ds/vec.o src/ds/strset.o src/cmd/cpp/main.o src/cmd/6c/emit.o src/cmd/6c/frontend.o src/cmd/6c/main.o src/cmd/abifuzz/main.o...
Bug!
$ make test ``` ... ... test/bugs/0004.c PASS test/bugs/0005.c PASS test/bugs/0006.c PASS test/bugs/0008.c PASS /usr/bin/ld: test/bugs/0012.c.o: relocation R_X86_64_PC32 against symbol `abort@@GLIBC_2.2.5' can not be used when making a shared object;...
hi. how can have better and PowerFull error manager(like bison)? may say a example?
Bug?
>~$ go get -tags byollvm github.com/go-llvm/llvm # github.com/go-llvm/llvm In file included from /usr/include/llvm-c/Types.h:17:0, from /usr/include/llvm-c/Analysis.h:22, from go/src/github.com/go-llvm/llvm/analysis.go:4: /usr/include/llvm/Support/DataTypes.h:57:3: error: #error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h" # error "Must #define...
hi How build goyacc tool in GO? i have `goyacc -h` package in my system. but want install `go tool yacc` on go 1.8 how can do this? $ make...
$ g++ -v ------------ ``` Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.1-2ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/...
Hello, Tank you for work on this project :+1: . You had been write `Linux Kernel >= 2.6.32` at readme file. So can not use this on windows server/xp/7/8/10/.... ?
Hello, tank you. i import your lib. and gradle is ready. but in my layout have problem ---- ``` ``` Error show in Android Studio : ``` java.lang.IndexOutOfBoundsException: Position must...
Hello, i have Problem in Building. $ make ---- ``` cc -Wall -g -O3 -ObjC \ -framework Foundation -framework AppKit \ -o pngpaste \ pngpaste.m cc: error: Foundation: No such...
$ make ----- ``` make gc appending configuration tag "CXX" to libtool appending configuration tag "F77" to libtool mkdir .libs gcc -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\" "-DPACKAGE_STRING=\"gc 7.1\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\"...