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
2
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?

3
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.

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

5
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

6
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 :)

7
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

8
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

9
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 :)

10
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....

11
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

12
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....

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

14
Programming / Re: GCC - updates
« on: February 18, 2025, 12:10:49 am »
One interesting nit is that when attempting to build something with cmake/ninja in parallel mode, I get:
Code: [Select]
c++.exe: fatal error: cannot execute 'C:/usr/local1501/bin/../libexec/gcc/i686-pc-os2-emx/15/cc1plus.exe': spawnv: Resource busy
compilation terminated.

'ninja -j 1' seems to work OK.

15
Events / Re: ArcaOS 5.1.1 is out.
« on: February 17, 2025, 10:14:44 pm »
Well  it worked like a charm for me. Be sure you read the install options and select the update box on or near the bottom of the type of install you want. This is  on the 3rd of 4th screen. But I am not sure.
On a couple of systems, the Update/update has been greyed out. Exiting the installer and running a chkdsk on the boot drive resolves this.

Pages: [1] 2 3 ... 164