Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: mmphosis Newsgroups: comp.sys.apple2,comp.sys.apple2.programmer Subject: Re: Update: Bmp2DHR and A2FCBmp - All Apple II Graphics Modes including Mode320 and Mode3200 SHR now provided Date: Fri, 3 Apr 2015 17:13:29 +0000 (UTC) Organization: Mac GUI Lines: 47 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 3 Apr 2015 17:13:29 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="ac9e0e4d7dd3957fb97803ee6801bab8"; logging-data="21530"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+18rnORDbYea9PW55XusnV" User-Agent: Mac GUI Usenet In-Reply-To: Cancel-Lock: sha1:2pacP60XFubNWsFBEq8nXGOwfn4= Xref: csiph.com comp.sys.apple2:24346 comp.sys.apple2.programmer:1596 Thanks Nicola that works. Here is what I did... I downloaded brew into a local directory because I don't want to run things as the Administrator. https://github.com/Homebrew/homebrew/tarball/master You must: brew install git ./Homebrew-homebrew-436a759/bin/brew install git Tap Nicola's appleii... ./Homebrew-homebrew-436a759/bin/brew tap lifepillar/appleii Try to install bmp2hr... ./Homebrew-homebrew-436a759/bin/brew install bmp2dhr Error: SHA256 mismatch So, I edited bmp2dhr.rb to match the SHA256, and tried again... ./Homebrew-homebrew-436a759/Library/Taps/lifepillar/homebrew-appleii/ rm /Library/Caches/Homebrew/bmp2dhr-1.1.zip ./Homebrew-homebrew-436a759/bin/brew install bmp2dhr bmp2hdr works like a charm. Thanks Bill Buckels. ./Homebrew-homebrew-436a759/bin/bmp2dhr ----- Turns out all that was needed was the "-arch i386" option to make things work. gcc -DMINGW -arch i386 -o ../$(PRG) $(SRC).c I changed that one line in the makefile and bmp2dhr can be built and seems to work without having to install brew and git. Yes, back to creating graphics! :)