Recent Posts

Pages: [1] 2 3 ... 10
1
Article Discussions / Re: Games with older SDL and FSLIB
« Last post by Dave Yeo on Today at 01:01:20 am »
If you have the time can you please check the next in line Enigma, to see if it compiles?
- https://github.com/Enigma-Game/Enigma

Hmm, first try,
Code: [Select]
H:\tmp\Enigma>bash autogen.sh
Bootstrapping ./lib-src/enet    autogen.sh: 2: set: Illegal option -o pipefail
ERROR

H:\tmp\Enigma>sh
# autoreconf -sfi
configure.ac:5: installing './compile'
configure.ac:3: installing './install-sh'
configure.ac:3: installing './missing'
Makefile.am: error: required file './AUTHORS' not found
Makefile.am: error: required file './ChangeLog' not found
Makefile.am: installing './INSTALL'
Makefile.am: error: required file './NEWS' not found
Makefile.am: installing './COPYING' using GNU General Public License v3 file
Makefile.am:     Consider adding the COPYING file to the version control system
Makefile.am:     for your code, to avoid questions about which license your project uses
Makefile.am: installing './depcomp'
autoreconf: error: failed to run automake: SYS0003=0x3: The system cannot find the path specified
#

Might have to use the original configure script.
2
Setup & Installation / Re: BonusPak installation, fail.
« Last post by Lars on Today at 12:55:23 am »
1) do not create a directory "d:\bonus_pak" and copy your ibmworks files to that dir. Instead, download the ibmworks.zip provided by ArcaNoae, extract that directly to the root of a drive (that can also be a RAM drive). The zip will create a directory structure FI\bonuspak\ibmworks which is essential for the ibmworks.cmd file to work properly. Now, copy your IBMWORKS files to that ibmworks subdirectory.

2) The ibmworks.cmd file has a bug. Changes these lines (to):
srcdir=directory()||'\fi'  (note the additional backslash)
rsp1=directory()||'\bpbase.rsp' (note the additional backslash)
3
Programming / OS/2 WARP Programming for Dummies by Blake Watson
« Last post by Dan Eicher on Today at 12:11:22 am »
Does someone have or know where I can download the code?
Thanks!
4
FYI

I created a buy report in the VirtualBox site.

- https://github.com/VirtualBox/virtualbox/issues/98

Any corrections to my English or redaction to make it more clear are welcome on the ticket.

Regards
5
Setup & Installation / Re: BonusPak installation, fail.
« Last post by Martin Iturbide on July 23, 2025, 10:02:58 pm »
Hello

I want to help, but I haven't touch IBM Works in years. On Which CD-ROM is the "d:\fi\bonuspak\ibmworks" directory?.
Which Warp 4 CD is that?

I have only found the Bonuspack on Warp 3 and IBM Works 2.00 installs fine.  But I think I'm missing the right CD, since I guess IBM Works latest version is 3.00.

Was there any patch for IBM Works? Or 3.00 is the latest version?

Regards
6
Article Discussions / Re: Games with older SDL and FSLIB
« Last post by Martin Iturbide on July 23, 2025, 05:07:06 pm »
Thanks for the info Dave.

It seems that my SDL into configured right. I will try it your way and see if I can learn something  ;D

If you have the time can you please check the next in line Enigma, to see if it compiles?
- https://github.com/Enigma-Game/Enigma

Regards
7
Setup & Installation / BonusPak installation, fail.
« Last post by Dan Eicher on July 23, 2025, 12:17:59 am »
Using the installation notes here:
   https://www.arcanoae.com/wiki/arcaos/post-install-tips-hints/installing-ibm-works-on-arcaos/

Took OS/2 4 CD, and copied /bonuspak directory to:
   d:\fi\bonuspak\ibmworks

Modified source and media drives set to d: in bpbase.rsp

Ran ibmworks.cmd from the command line.

Very quickly, I get a line that says ibmworks...
                      another                    checking ...
             and yet another                    checking ...

Then the window closes.

Looking at the log file, I see this:


I don't think I have a bonuspakbase.rsp here, just: bpbase.rsp


8
Applications / Re: AVxCAT 2.1.1.2
« Last post by Remy on July 22, 2025, 06:12:20 pm »
AVxCAT 2.2.2.0 fp2 update online including the network fix (if cdda2wav not set) + a few more messages and set threads to 1 when "add pic" is set during audio conversion with coverart due auto or more than one thread puts ffmpeg into a gang state (without "add pic", auto is ok) 

note: include an updated alpha build of the prereqs (when clic on get/install, only get files but the install is not fully operational. Of course, you will have packages downloaded and using the command from under yum log, you can run the yum install process for yum missing packages.
9
Comments, Suggestions & Questions / How to restore Trash Can icon change ?
« Last post by Remy on July 22, 2025, 06:36:12 am »
Hi !

Since I've got the icon bug (which occurs from time to time and seems to be related with xcenter use) after dynamic icon update, The Trash can icon no more changes from empty to full !

Any idea to restore this object icons ?
Thanks     
10
Good day today, first I went down a wrong path, I found some websites, that lead me down a road of copying a bunch of files from /os2 to /os2additions.
I guess that was for old versions of virtualbox, I'm using 7.0 release something or other.

Then I found ReadmeArcaos in c:\os2additions directory, lots of good information in the readme on vboxcontrol and the vboxservice

At first I was going to do like windows and map under c, but then I found, I could map a whole new drive letter (d:) which I did and it worked great.

I copied the watcom installer (from 88watts) to the shared folder and ran it.

Then I was able to compile and run mthread.c from the os/2 sample directory.
Pages: [1] 2 3 ... 10