Edward M. Wagner

Results 3 issues of Edward M. Wagner

In some cases it is desirable to add files to the local fs and test without a need to rebuild an executable. Previously _ascLocalFS.Open() implementation needed the path to exist...

In some cases it is desirable to add files to the local fs and test without a need to rebuild an executable. Previously _ascLocalFS.Open() implementation needed the path to exist...

in https://github.com/faiface/pixel/wiki/Building-Pixel-on-Windows#gcc-toolchain the proper compilers are installed but use should also add them to the path with: export PATH=/mingw64/bin:/mingw32/bin:$PATH Otherwise they get confusing and hard to investigate build issues in...