Walter A. Boring IV

Results 123 comments of Walter A. Boring IV

Also, ``` └─[$] BOX="openSUSE-13.2" vagrant up Vagrant failed to initialize at a very early stage: There was an error loading a Vagrantfile. The file being loaded and the error message...

Thanks for the help. I got the build to complete, but launching it results in no display window ``` Unable to obtain graphics context for NSWindow (Mojave behavior) screen initialized...

Do you have a link to the Boron source ? I can't seem to find the project

I tried to reconfigure and make again, but it's failing on the missing boron.h

So I tried to install boron from the 2.0.6 tarball and building it, but it fails to build too. ``` 1 warning generated. libtool -dynamiclib -o libboron.dylib .obj/env.o .obj/array.o .obj/binary.o...

ok thanks. That helped to build boron. I also had to do make install-dev to get the header files to be installed in /usr/local/include. I then re-ran u4 ./configure --allegro...

It looks like the src/Makefile.macosx assumes that there are files called macosx/SDLMain.m and macosx/SDLMain.h those files don't exist.

ok I was just discovering there lots of assumptions in the makefile for SDL. Also src/u4.cpp assumes SDL here: https://github.com/xu4-engine/u4/blob/master/src/u4.cpp#L32

That's because you are most likely running this with python3. The code style looks like python2 code. python2 is dead.

Can you please provide debug logs?