Yan Titarenko

Results 83 issues of Yan Titarenko

I tried to compile Ohm framework on Windows. Here is what I got inside of VS 2010 shell: ...>bash Entered Cygwin port for bash. Typing: $ make all Got this:...

Hi. I am curious whether there is a support of D and F extensions (as I understood from the publications) in qemu. I have a project here, on a match...

[c_glfw-logs.zip](https://github.com/goxjs/glfw/files/5310503/c_glfw-logs.zip) $ go get -u github.com/goxjs/glfw # github.com/go-gl/glfw/v3.3/glfw fatal error: error in backend: Segmented stacks do not support vararg functions. PLEASE submit a bug report to https://bugs.llvm.org/ and include the...

external

Hi there. I wanted to create for supporting containers, which would be used for [gollvm](https://go.googlesource.com/gollvm/) . There are two main scenarios: - building gollvm project itself (relies on [llvm, Clang](https://github.com/llvm/llvm-project/releases)...

Hi. > $ go build -i -v -x > WORK=/tmp/go-build260147053 > _/home/oceanfish81/gexpect/examples > mkdir -p $WORK/b001/ > cd $WORK > /home/oceanfish81/gollvm_dist/bin/llvm-goc -fgo-importcfg=/dev/null -c -x c - -o /dev/null || true...

**Is your feature request related to a problem? Please describe.** Not really, it is about promoting/summarizing support for [gollvm](https://go.googlesource.com/gollvm/) **Describe the solution you'd like** I was able to compile this...

enhancement
help wanted

Configured MSYS and MSVC for compiling, on Windows. Here is what I get: auto/configure --with-cc=cl --builddir=deps --prefix= --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=deps/pcre --with-zlib=deps/zlib --with-select_module --add-module=../ngx_http_php_memcache_standard_balancer-master...

Hello. Here is my situation: > # make test > ===> Testing for libepoll-shim-0.0.20200602 > Test project /usr/ports/devel/libepoll-shim/work/.build > Total Test time (real) = 196.91 sec > > The following...

Got this error while compiling on win32 (MSVC) for Ocaml 4: mkdir lib ''ocamlfind ocamldep -package type_conv -syntax camlp4o -modules lib/type.mli > lib/type.mli.depends ''ocamlfind ocamlc -c -g -package type_conv -syntax...

Hi there. I wanted to practice in using LLVM backend, for WebAssembly, while compiling with Clang (without usage of emscripten, in the current pipeline). I will have to re-write most...