Recent content by rbrine01

  1. R

    Release Catacomb

    I tried adding a build target entry in the Makefile for Mac, as such: ifeq ($(BUILDTARGET,MAC) PREFIX   = /usr TOOLS    = bin OGLTYPE  = opengl2 INCLUDE  = /Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include LIBRARY  =...
  2. R

    Release Catacomb

    Hey, Pickle.  I downloaded the opencatacomb project files, and am trying to run the Makefile, but I get this error: My-Macbook-Pro $ sudo ./Makefile ./Makefile: line 3: PROGRAM: command not found ./Makefile: line 7: BUILDTYPE: command not found ./Makefile: line 10: BASE_FLAGS: command...
  3. R

    Release Catacomb

    Well I just re-read Pickle's original post - Doh! (smacks forehead).  Looks like you have done a conversion of the Pascal code to C, with SDL and OpenGL. Too Awesome!  Will definitely check it out.  Question -will this work on a Macbook with SDL? One way to find out...
  4. R

    Release Catacomb

    Hi, Pickle and EvilDragon.  Thanks for the replies! I got it to run by commenting out 'halt (exit)' in the binary file-loading function in catacomb.pas, that was looking to load that particular file (sounds.cat), as such: begin   Assign (iofile, filename);   Reset (iofile,1);   If...
  5. R

    Release Catacomb

    So I got the Catacomb source to compile under DosBox, with Borland Turbo pascal 5.5 (now free, although had to scrounge around the web for TASM.EXE).  It compiles without error and creates CATACOMB.EXE, but then when I run it, it gives the error File Not Found: SOUNDS.CAT, which I placed in the...
Back
Top