Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zachnfine

Pages: [1]
1
LaserBoy !!! / Re: DOWNLOAD IT HERE !!!
« on: July 17, 2017, 05:08:49 pm »
Hmm, just finally got back to this (been away a while). Can't find my compiled copy of Laserboy so am starting over with the newest 2017 version (LaserBoy_2017_06_27.zip). Got through the editing of Makefile.brew to point to /usr/local, and then hit a ton of errors (pastebin link) when trying to compile. Based on this comment, it looks like newer versions of boost don't use 'ifstream' but instead 'std::ifstream' (and equivalent for of stream).


I added a "fix_boost" flag to the Makefile.brew to change all instances of ifstream and ofstream to their std:: equivalents, but after running 'make -f Makefile.brew fix_boost' am running into other similar-sounding errors about references to 'fstream' being ambiguous.


Here's my Makefile.brew in case anyone wants to take it from where I've gotta leave it, since I'm out of tinkering time for the day.

2
LaserBoy !!! / Re: Building in OS X 10.10 with homebrew
« on: November 10, 2015, 02:53:02 pm »

5. Go to the LaserBoy src directory and build it using this command:
make -f Makefile.brew


Just did that on OS X 10.10.5. The application compiles and runs! There are a ton of errors during compilation look like this:


./LaserBoy_palette_set.hpp:122:38: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]                         if(index < 0)


I haven't looked at the code, but there may be a bunch of loops that include statements that should be executed when index<0 that will never be executed.


(edited to get rid of some weird formatting)

Pages: [1]
SMF spam blocked by CleanTalk
SimplePortal 2.3.7 © 2008-2024, SimplePortal