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 - Paul Smedley

Pages: [1] 2 3 ... 164
1
General Discussion / Re: Brainstorm: What is Next with OS/2 ?
« on: March 21, 2025, 11:33:26 pm »
What would need to be changed in ARCAOS to have a modern network?

**ChatGPT Response:**
   - **SMBv2 and SMBv3**: The current network file system protocol, SMB (Server Message Block), is outdated and uses SMBv1, which is increasingly blocked in modern networks. Implementing SMBv2 or SMBv3 would be necessary to remain compatible with modern Windows and Linux servers.
This part at least is incorrect. ArcaOS has some some time (since 5.0?) included a Samba plugin that supports smb2+

2
General Discussion / Re: Brainstorm: What is Next with OS/2 ?
« on: March 21, 2025, 09:10:43 am »
Not wanting to be negative, but even *compiling* qtwebengine is a PITA due to memory exhaustion - let alone running the thing.....

4
Applications / Re: OO 4.1.11 trouble
« on: March 16, 2025, 12:16:16 am »
libc version 0.1.13-1 is installed
can you post the results of:
bldlevel c:\usr\lib\libcn0.dll just to be sure?

5
Setup & Installation / Re: Updated qt5 files?
« on: March 09, 2025, 05:23:10 am »
No problem, I only remembered when I went looking for the qt6 patch, then saw the link to the bww repo.

6
Setup & Installation / Re: Updated qt5 files?
« on: March 09, 2025, 04:36:42 am »

7
Programming / Re: Compile a Game Weekend
« on: February 28, 2025, 10:42:26 pm »
you need to run the configure script...
Code: [Select]
sh ./configure

8
Programming / Re: GCC - updates
« on: February 23, 2025, 10:13:27 am »
Thanks Steven. We are currently only configuring c & c++:
Code: [Select]
dash ./configure --disable-bootstrap --enable-languages=c,c++ --build=i686-pc-os2-emx --with-sysroot=/@unixroot --prefix=/@unixroot/usr/local1501 --mandir=/@unixroot/usr/local1501/share/man --infodir=/@unixroot/usr/local1501/share/info --enable-shared --enable-threads --enable-checking=release --disable-multilib --with-system-zlib --with-gcc-major-version-only --without-isl --with-tune=generic --with-arch=i686 --with-gnu-as --disable-libstdcxx-pch
I'm currently building a non-debug build - I doubt it will change anything but who knows :)

When it doesn't help I start looking for other configuration options :)

9
Programming / Re: GCC - updates
« on: February 23, 2025, 04:32:32 am »
Hey Steven,
I'll get you a debug cc1plus.exe once it's rebuilt.

Code: [Select]
à ## Ä Base ÄÄÄ Size ÄÄRÄWÄEÄResÄDisÄShrÄPreÄInvÄSwpÄRsdÄLocÄA16Ä32BÄCnfÄIOPÄ
³  2 032A0000 00B760A0 û û                                        û         

So 12017824 bytes or 12,017,824 - so shouldn't be an issue?

From the map file
Code: [Select]
DGROUP                          0002:00000000        00b75df0
edit: binaries at https://smedley.id.au/tmp/gcc-15.0.1-os2-20250223.zip

10
Programming / Re: GCC - updates
« on: February 23, 2025, 12:15:24 am »
So I installed a logging libc... the failed call from g++ is:
Code: [Select]
0003dcb5 01 03 0001 Mesg 0002 __spawnve (2 ms): Calling DosExecPgm pgm: C:/usr/local1501/libexec/gcc/i686-pc-os2-emx/15/cc1plus.exe args: C:/usr/local1501/bin/../libexec/gcc/i686-pc-os2-emx/15/cc1plus.exe\0kLIBC\0\0
0003dcbf 01 03 0001 Mesg 0002 __spawnve (12 ms): DosExecPgm returned 170
0003dcbf 01 03 0000 Mesg 0010 _sys_set_errno: Set errno 16 for OS/2 error 170

The only reference I can find to DosExecPgm and a return code of 170 is http://svn.netlabs.org/libc/ticket/131

Some clues...
GCC 14 - cc1plus.map - 2.8mb
GCC 15 - cc1plus.map - 19.7mb

11
Programming / Re: GCC - updates
« on: February 21, 2025, 09:47:08 am »
I've confirmed that there are no differences between kLIBC build and LIBCn build.
Thanks for trying. I looked at some obvious areas of code and can't see what's changed. Still have a few months before 15.1.0 is released :)

12
Web applications / Re: Dooble releases, Qt5 builds
« on: February 21, 2025, 05:54:33 am »
Unluckily Qt6's qmake is crashing here, probably my Qt6 install is broken so I have to fix then do the Qt6 build and test both a bit more before packaging.

you didn't test the Qt 6.8 build did you? In the current public build, qmake.exe crashes....

13
Programming / Re: Qt6 Application Testing
« on: February 21, 2025, 02:55:58 am »
I'm sorry but I got confused again on the thread. Which is the latest Qt6 release that has the web engine to test Dooble Qt6 ?
https://smedley.id.au/tmp/qt6-6.2.11-qtwebengine-6.2.6-os2-20250119.zip + https://smedley.id.au/tmp/qt6weben-6.2.6-20250124.zip

14
Programming / Re: GCC - updates
« on: February 20, 2025, 08:31:43 am »
Just noticed something weird about cc1.exe and cc1plus.exe - they have no EA's listed. The equivalent  executables for GCC 14 (and rpm for that matter) have 124 bytes of EA's

Checking the command lines used to build now...

Edit:
Interesting, when built there are no EA's on GCC 14 or 15 - the install must add them....
Edit2: the EA's aren't the problem...
Edit3: found a misapplied diff in libiberty/argv.c - rebuilding....

15
Programming / Re: GCC - updates
« on: February 18, 2025, 09:51:17 pm »
Thanks, but I checked and -Zomf is definitely being used :(

Pages: [1] 2 3 ... 164