Chaosforge Forum

  • March 28, 2024, 12:58
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: Berserk! 0.8 Linux binary needs testing  (Read 9956 times)

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Berserk! 0.8 Linux binary needs testing
« on: March 28, 2007, 12:09 »

Some time ago I compiled a Berserk! 0.8 Linux binary at my university... I don't know whether it would work anywhere else tough. So if anyone reading this owns a Linux box, please give it a spin and tell me whether it works!

berserk-0.8-linux.tar.gz
Logged
at your service,
Kornel Kisielewicz

Adral

  • Second Lieutenant
  • *
  • Offline Offline
  • Posts: 180
    • View Profile
Re: Berserk! 0.8 Linux binary needs testing
« Reply #1 on: April 04, 2007, 05:27 »

Hey, long time no see :P

I have tried this in Kubuntu Edgy AMD64 version, and it works prefectly fine ;)

By the way, since I only use Linux now, is there any chance of having a Linux version of AliensRL++? I'd like to play that too :P. I couldn't try most of this year's 7DRLs because there are only Windows versions for most of these games :-/.
Logged
Paranoia is a very comforting state of mind. If you think they're out to get you, it means you think you matter

Sparrow

  • Private
  • *
  • Offline Offline
  • Posts: 2
    • View Profile
Re: Berserk! 0.8 Linux binary needs testing
« Reply #2 on: April 22, 2007, 10:47 »

I have tested the binary on Gentoo Linux.
It doesn't work properly with rxvt as it doesn't take input from the numpad, but xterm runs it perfectly so it's a minor problem.
So far I have not seen any problem or bug with it. Thanks for the port.
Logged

Jerry Swain

  • Private FC
  • *
  • Offline Offline
  • Posts: 14
    • View Profile
Re: Berserk! 0.8 Linux binary needs testing
« Reply #3 on: February 18, 2008, 04:37 »

I might be doing something stupid, but....
I downloaded the 0.8 binary and src, also Valkyrie Library and FPC. After installing FPC, I put the binary, source and Library files in one folder and ran
            fpc berserk.pas
I get this
Free Pascal Compiler version 2.2.0 [2007/08/31] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Linux for i386
Compiling berserk.pas
berserk.pas(33,2) Warning: APPTYPE is not supported by the target OS
Compiling vsystems.pas
Compiling vsystem.pas
Compiling vnode.pas
Compiling vmsg.pas
vmsg.pas(30,8) Error: Identifier not found "class"
vmsg.pas(30,8) Error: Error in type definition
vmsg.pas(30,8) Fatal: Syntax error, ";" expected but "identifier PUBLIC" found
Fatal: Compilation aborted
Error: /usr/local/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)


I'm running Kubuntu 7.04 32-bit on a P4
Logged

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Re: Berserk! 0.8 Linux binary needs testing
« Reply #4 on: February 18, 2008, 09:36 »

Yeah, my fault, there should be some general compiler options include :(. I'll fix it ASAP.
Logged
at your service,
Kornel Kisielewicz

Jerry Swain

  • Private FC
  • *
  • Offline Offline
  • Posts: 14
    • View Profile
Re: Berserk! 0.8 Linux binary needs testing
« Reply #5 on: February 18, 2008, 11:20 »

Thanx. BTW, (off topic and  off forum) do you have the original mangas and  read unofficial translations or do you read scanlations?
Logged

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Re: Berserk! 0.8 Linux binary needs testing
« Reply #6 on: February 18, 2008, 11:23 »

I first saw the anime, then read the scanlations. Now however I own all of the Dark Horse published mangas (the translations unfortunately are far superior to the fan ones). I'd recommend that all people who enjoy Berserk do the same and support Miura :).
Logged
at your service,
Kornel Kisielewicz

Jerry Swain

  • Private FC
  • *
  • Offline Offline
  • Posts: 14
    • View Profile
Re: Berserk! 0.8 Linux binary needs testing
« Reply #7 on: February 18, 2008, 11:29 »

I tried the -S2 switch...

Free Pascal Compiler version 2.2.0 [2007/08/31] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Linux for i386
Compiling berserk.pas
berserk.pas(33,2) Warning: APPTYPE is not supported by the target OS
Compiling vsystems.pas
Compiling vsystem.pas
Compiling vnode.pas
Compiling vmsg.pas
Compiling vuid.pas
Compiling vsystem.pas
vsystems.pas(33,18) Warning: An inherited method is hidden by "TSystems.Add(var TSystem, TSystem)"
Compiling brmain.pas
Compiling brlevel.pas
Compiling brdata.pas
Compiling brui.pas
Compiling vrltools.pas
Compiling vdata.pas
Compiling vstream.pas
vstream.pas(148,18) Error: function header doesn't match the forward declaration "IOutputStream.Write(const LongInt, Pointer)"
vstream.pas(166,20) Warning: An inherited method is hidden by "constructor TFileInputStream.Open(const ShortString)"
vstream.pas(199,20) Warning: An inherited method is hidden by "constructor TMemoryOutputStream.Open(const LongInt)"
vstream.pas(235,20) Warning: An inherited method is hidden by "constructor TTextInputStream.Open(const ShortString)"
vstream.pas(255,17) Warning: An inherited method is hidden by "TTextInputStream.ReadString:ShortString"
vstream.pas(297,20) Warning: An inherited method is hidden by "constructor TSTDOutputStream.Create"
vstream.pas(328,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/local/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)

Logged

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Re: Berserk! 0.8 Linux binary needs testing
« Reply #8 on: February 18, 2008, 11:42 »

Did you use the recent SVN version of Valkyrie? Use both SVN Valkyrie and SVN Berserk
Logged
at your service,
Kornel Kisielewicz

Jerry Swain

  • Private FC
  • *
  • Offline Offline
  • Posts: 14
    • View Profile
Re: Berserk! 0.8 Linux binary needs testing
« Reply #9 on: February 18, 2008, 12:13 »

SVN Berserk? 0.8.5?
Logged

Jerry Swain

  • Private FC
  • *
  • Offline Offline
  • Posts: 14
    • View Profile
Re: Berserk! 0.8 Linux binary needs testing
« Reply #10 on: February 18, 2008, 12:38 »

This is after SVN...
Free Pascal Compiler version 2.2.0 [2007/08/31] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Linux for i386
Compiling berserk.pas
berserk.pas(33,2) Warning: APPTYPE is not supported by the target OS
Compiling vsystems.pas
Compiling vdebug.pas
vdebug.pas(43,80) Error: Type identifier expected
vdebug.pas(43,80) Fatal: Syntax error, ")" expected but "CONST" found
Fatal: Compilation aborted
Error: /usr/local/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)


And this is after -S2 switch:

Free Pascal Compiler version 2.2.0 [2007/08/31] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Linux for i386
Compiling berserk.pas
berserk.pas(33,2) Warning: APPTYPE is not supported by the target OS
Compiling vsystems.pas
Compiling vdebug.pas
Compiling vutil.pas
vutil.pas(341,1) Error: Can't create object file: vutil.o
vutil.pas(341,1) Fatal: Can't create object vutil.o
Fatal: Compilation aborted
Error: /usr/local/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
Logged
Pages: [1]