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 - TeLLie

Pages: [1] 2 3 ... 20
1
Programming / Re: Compiling uchardet
« on: March 04, 2026, 07:25:30 pm »
Hi

You better turn this of in cmake.symbols

Line 21 add
 AND NOT OS2)

Regards Tellie

2
Programming / Re: Compiling uchardet
« on: March 03, 2026, 08:40:07 am »
Hi Michael

Why not use the latest cmake from BWW
It's v3.31.7 iirc
What's diff Paul's cmake or BWW
Just curious...


3
Programming / Re: Compiling uchardet
« on: February 25, 2026, 10:48:42 pm »
Hi Michael,
I did it some time ago.
and dint see what you show.
i use this:
#!/bin/sh
echo GCC 9.2.0 and Qt 5.15 and the Cmake 3.3125 build Environment
NCORES=$(nproc)
MAXCORES=$(( NCORES - 5 ))
NJS=$(( MAXCORES > 5 ? MAXCORES : 5 ))
mkdir cmake325-os2
cd cmake325-os2
export LDFLAGS="-Zhigh-mem -Zomf -Zmap -lcx"
export CFLAGS="-O2 -g -march=pentium4"
export CXXFLAGS="-O2 -g -march=pentium4"
export FFLAGS="-O2 -g -march=pentium4"
export FCFLAGS="-O2 -g -march=pentium4"

cmake -L .. -DCMAKE_INSTALL_PREFIX:PATH=c:/test \
      -DCMAKE_BUILD_TYPE=Release \
      -DBUILD_BINARY=ON \
      -DBUILD_SHARED_LIBS=ON \
      -DCHECK_SSE2=ON \
      -DTARGET_ARCHITECTURE=ON \
      -Wno-dev 2>stdout 1>stderr
make -j$NJS 2>&1 |tee make.out

Not sure this will help.
What did you use..
I did v0.8
E:\uchardet-0.0.8\cmake325-os2\src\tools>uchardet.exe --version

uchardet Command Line Tool
Version 0.0.8

Authors: BYVoid, Jehan
Bug Report: https://gitlab.freedesktop.org/uchardet/uchardet/-/issues

I add to ucharded.h line 47 this

#if defined(UCHARDET_SHARED) && (defined(_WIN32) || defined(__OS2__))

Regars, Tellie

4
Hi

Why not open a ticket?
As I don't think it will be resolved here.
Its allways better to open a ticket.
As then the maintainer reads it, and he can answered you.

Greetz Tellie

5
Applications / Re: Software Port Requests
« on: February 01, 2026, 09:57:19 pm »
Hi all..

I attach the chupnp-01022026-os2.7z

I dint test it that much,but hey its starts :)

Greetz Tellie
Oeps dint copy all file...

get this one with all in it

6
Applications / Re: LibrePCB
« on: January 21, 2026, 12:54:32 pm »
Hi alll
I disable all the opengl.

Its been build till 50 procent now...

G:\...-1.2.0\librepcb-1.2.0-cmake-3.31_i686-pc-os2-emx_920\apps\librepcb-cli>librepcb-cli.exe --version
LibrePCB CLI Version 1.2.0
File Format 1 (stable)
Git Revision f079fa97b
Qt Version 5.15.2 (compiled against 5.15.2)
OpenCascade N/A
Built at 1/21/26 12:35 PM

7
Applications / Re: Media downloader
« on: January 20, 2026, 02:16:13 pm »
Hi Remy

Not sure if you do this from readme...

How to install:

If you get error that it cannot download yt-dlp then you have to set in ?:\Home\.local\share\media-downloader\settings\settings.ini to NetworkTimeOutInSeconds=300
REQUIREMENTS

PYTHON3
You need python 3 to run this software, you can get it from the netlabs rpm, but sometimes there are a conflict issue to install this software.
The issue was listed here: https://mantis.arcanoae.com/view.php?id=3523

The trick to install python 3 is:
- In ANPM (Arca Noae Package Manager) go to "Available - RPM"
- Select "python2.7", "python3", "python-unversioned-command" and run "Install".
It will take some time while it obsolete some packaged and get the new ones.
After that you will be able to run Media-Downloader and will automatically download "yt-dlp runtime" that is required.

CONFIGURATION CHANGES
'By default, youtube-dl and its forks create files that are in title-id.extension format and what you seem
to not want is the id part and you can remove it by doing the following:-

On OS2 we cant have utf8 filenames, and we need to stick with ascii, that's why we need to
add --restrict-filenames

- Go to Configure tab.
- Go to Engines's Default Options tab.
- At the Engine's Name drop down list, select an engine you want to change its option.
- At the "Options To Add" text field, add  --newline --ignore-config --no-playlist --restrict-filenames -o %(title).200s-%(id)s.%(ext)s
- Click Add.
- Right click the newly added entry and then select Set As Default.
Now you won't get an error while trying to download the file.

8
Applications / Re: LibreCAD
« on: January 16, 2026, 11:59:07 am »
Hi Michael

Did you try when there out of the docking.
Go to widgets/dock widgets/re-dock widgets.
Not found out yet how to do it like in windows

Greetz Tellie..

9
Internet / Re: Mypal68: A possible alternative browser?
« on: January 16, 2026, 11:54:03 am »
Hi

Ko ported meson..

Kind regards Tellie

10
Applications / Re: LibreCAD
« on: January 15, 2026, 01:34:30 pm »
Hi Michael,

Yes you're right about the annoying cmd line...
You can do exehdr /PMTYPE:PM librecad.exe that should fix it.
Here is it without the cmd
http://rpm.netlabs.org/test/Martin/LibreCAD-2.2.1.3-qt5-15012026-os2.7z

About the docked thing must be onnest i did not test it heavy up here.
I will look into it..

   And thankz agin :)

  Kind regards, Tellie

11
Programming / Re: Installing Meson on OS/2
« on: December 24, 2025, 08:12:38 pm »
Hi all

I use this cmd for meson.
I don't use meson a lot but i have done a few ports with it.
And succesfully.

Greetz Tellie

Btw change to you're own needs of cource :P

12
Applications / Re: AVxCAT 2.1.1.2
« on: August 11, 2025, 12:11:40 pm »
Hi Andy,

Maybe updating the Python to v3.13.2 helps ?

regards, Tellie

13
Programming / Re: GCC - updates
« on: August 11, 2025, 12:04:02 pm »
Hi Paul,

Did test on some small progs, so far so good :)

Greetz Tellie

14
Article Discussions / Re: Games with older SDL and FSLIB
« on: August 07, 2025, 08:17:47 pm »
Just in case it take more, here's all the binaries and the SDL I installed in Hexen 2.

It's not running

E:\uhexen2\Hexen 2>h2.exe
Hammer of Thyrion, release 1.5.10 (2025-06-20)
running on Hexen2 engine 1.29 (OS/2)
More info / sending bug reports:  http://uhexen2.sourceforge.net
basedir is: E:\uhexen2\Hexen 2
Detected byte order: LE
Found SDL version 1.2.16
Host_Init
Server using protocol 19 (Raven/MP/1.12)
Added packfile E:\uhexen2\Hexen 2\data1\pak0.pak (696 files, 34289 crc)
Added packfile E:\uhexen2\Hexen 2\data1\pak1.pak (523 files, 2995 crc)
Added packfile E:\uhexen2\Hexen 2\data1\pak3.pak (245 files, 1478 crc)
Added packfile E:\uhexen2\Hexen 2\data1\pak4.pak (102 files, 41062 crc)
Playing the registered version.
UDP, Local address: 192.168.1.204
UDP Initialized
Exe: 09:09:44 Aug  4 2025
32.0 megabyte heap
Console initialized.
No fullscreen video modes available

FATAL ERROR: No fullscreen modes available at this color depth

15
Article Discussions / Re: Games with older SDL and FSLIB
« on: August 02, 2025, 06:42:15 pm »
Hi Martin

Did you checked http://github.com/sezero/uhexen2

As this is even for os2.

This can be compiled with watcom.

Pages: [1] 2 3 ... 20