highway900

Results 12 comments of highway900

Amazing Project @CedricGuillemet I have just started playing with building in a ubuntu:18.04 docker container. Which version of Ubuntu did you use to compile against? I would be happy to...

So I am back. I have setup a build pipeline using azure pipeline. This is pretty fast and free for open source applications. It also supports Windows, OSX and Linux...

The azure build system just points at my github fork of Imogen :) So there is no azure repository that I know of. I did allow access to azure to...

As far as I can tell the version of `pyconfig.h` is generated by python configure system (or copied from `PC/pyconfig.h`) in the cpython source. The version included in imogen is...

Compiling with an installed version of python3.7 and package lookup in CMakeLists fixed the python dependency. Now the compiler semantics are appearing. I get a different set of errors for...

The path for SDL is likely incorrect in the include. ‘#include ’ This is actually where ‘SDL.h’ is. I would suggest changing the cmakelists file to search in the include...

I am seeing this error on apple silicon with `proj-v0.24.0` I am able to build but cannot run tests. When testing running `cargo test -v` I get a linker error...

running `cargo test --features bundled_proj` gives me the same error so does using `cargo test --no-default-features` ``` cargo test --verbose Fresh cfg-if v1.0.0 Fresh autocfg v1.0.1 Fresh unicode-xid v0.2.2 Fresh...

my understanding is `libtiff` is _not_ required right?

Ok this worked. Looks like a `cargo clean` must have fixed my issue, though IIRC I had done this... Maybe my terminal sessions restarted and `libtiff` could be found now......