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 ... 72 73 [74] 75 76 ... 140
1096
Utilities / PMVNC & Copy/Paste
« on: June 19, 2022, 03:00:47 am »
Hi All,

Does anyone know a way to enable copy/paste from a VNC client to  an OS/2 host running PMVNC?

Or is this not supported with our host?

As mentioned in another thread, I bought a Thinkcentre M73p to run ArcaOS natively, but ideally I want to be able to VNC in to that computer to compile stuff from my laptop running Ubuntu.

Lack of copy/paste from the Host OS is a PITA:/

Cheers,

Paul

1097
Applications / Re: Test build of dooble with qt5
« on: June 18, 2022, 11:00:42 pm »
Hi Roderick,

Dmitry is currently still traveling. He is now working to get settle within the EU. I visited him in Turkey about 1 month ago.
So for now the work on the browser is kind of on halt.

I figured that, hence why I built the newer Dooble...

Cheers,

Paul

1098
Applications / Re: Test build of dooble with qt5
« on: June 18, 2022, 10:59:28 pm »
Hi Mike,

The "Del"-Button ist still not working  :(.

I'm almost certain this is a Qt5 bug.... Not a Dooble bug per se.

Cheers,

Paul

1099
Applications / Re: Test build of dooble with qt5
« on: June 18, 2022, 11:36:09 am »
For me though,  it doesn't seem to be rendering a page - does it work for anyone else?

it works ok for me  -  at least showed  https://www.speedtest.net/

OK good - might just be something weird on my VM then.

URLs like https://www.google.com/ are working - but if I just type www.google.com it isn't. Fixed - I didn't have a default search engine selected.

1100
Applications / Re: Test build of dooble with qt5
« on: June 18, 2022, 11:20:49 am »
I built dooble-2002.06.15 based on the bww git. My fork of the code is at https://github.com/psmedley/dooble-os2

PR raised at https://github.com/bitwiseworks/dooble-os2/pull/15

https://smedley.id.au/tmp/dooble-2022.06.15-os2-20220618.zip

For me though,  it doesn't seem to be rendering a page - does it work for anyone else?

1101
Hardware / Re: Lenovo Thinkcentre M73p
« on: June 16, 2022, 09:57:55 am »
I think the below answers this:

[Loader's physical memory layout:
  Memory below 1MB: 630.00 KiB
  Memory between 1MB and 4GB: 3.40 GiB
  Memory below 4GB: 3.40 GiB
  Memory above 4GB: 4.49 GiB]

Full testlog attached

1102
Hardware / Re: Lenovo Thinkcentre M73p
« on: June 16, 2022, 12:37:48 am »
Model is 10AYA03LAU. See attachments for more details.

1103
Hardware / Re: Lenovo Thinkcentre M73p
« on: June 15, 2022, 11:51:08 am »
This arrived yesterday, and I installed ArcaOS 5.0.7 successfully on it today :) NIC and Sound were detected by the installer.

1104
Applications / Re: New builds of Thunderbird and SeaMonkey
« on: June 14, 2022, 12:15:47 pm »
Well, anyways, if anyone is interested I uploaded the SM 10.3.0 build to https://sourceforge.net/projects/cc-os2/files/

Glad you got this working Dave!

1105
Applications / Re: New builds of Thunderbird and SeaMonkey
« on: June 13, 2022, 02:16:27 am »
Good news! I knew the line numbers would be out  - but I don't have a local copy of the 45.9 sources yet (checking them out now).

I'm 'only' 47 but my days of car maintenance are definitely over :) Particularly as I bought two new cars when I left GM in 2017 - and modern cars are WAY too hard to work on yourself!

1106
Applications / Re: New builds of Thunderbird and SeaMonkey
« on: June 13, 2022, 01:19:42 am »
Well, after blowing away the obj directory and redoing, same missing symbol.
https://bugs.gentoo.org/617690 looks similar - and there's a patch in https://bugs.gentoo.org/617690#c21

They're talking about an older GCC, but who knows?

The GCC is similar, 6.x-10.x IIRC needed the same fixes. The problem is that patch seems to be for a change between ff55 and ff56.
I'll test it, then I'll take a look at 52ESR where at least the memset() issues should be fixed. Be awhile before testing the new 9.5.0.
At least I did the starter and wiring on the truck today. Solenoid was loose and the wires were rotten, but what a bitch, seems Ford does things the hard way consistently, half a dozen large wires just to feed juice to the starter, with some scarily close to the exhaust.

There's also a patch in https://bugs.gentoo.org/attachment.cgi?id=483002 for FF54

I hate working on cars - I'm too old for that stuff now - loved it when I was younger though :)

Cheers,

Paul

Edit: looking at gfxfont, I think the patch would need to be

Code: [Select]
--- a/gfx/thebes/gfxFont.cpp 2017-06-15 22:52:37.000000000 +0200
+++ b/gfx/thebes/gfxFont.cpp.new 2017-07-10 21:33:43.241262630 +0200
@@ -2612,6 +2612,16 @@
     return sw;
 }
 
+template gfxShapedWord* gfxFont::GetShapedWord(gfxContext *aContext,
+                                               const unsigned char    *aText,
+                                               uint32_t    aLength,
+                                               uint32_t    aHash,
+                                               int32_t      aRunScript,
+                                               bool        aVertical,
+                                               int32_t     aAppUnitsPerDevUnit,
+                                               uint32_t    aFlags,
+                                               gfxTextPerfMetrics *aTextPerf GFX_MAYBE_UNUSED);
+
 bool
 gfxFont::CacheHashEntry::KeyEquals(const KeyTypePointer aKey) const
 {

1107
Applications / Re: New builds of Thunderbird and SeaMonkey
« on: June 12, 2022, 11:36:47 pm »
Well, after blowing away the obj directory and redoing, same missing symbol.
https://bugs.gentoo.org/617690 looks similar - and there's a patch in https://bugs.gentoo.org/617690#c21

They're talking about an older GCC, but who knows?

1108
Applications / Re: New builds of Thunderbird and SeaMonkey
« on: June 12, 2022, 11:05:02 am »
Hey Dave,

OK, thanks, that looks much the same as my output.
The SeaMonkey build didn't go too bad, ran out of memory at one point, restarted stuff like the browser which had been running for close to a week and restarted. Now it has died linking xul.dll with a couple of missing symbols. I'll redo the build in case the memory allocation problems broke something. Tomorrow before I'll report.
Code: [Select]
91:38.98 weakld: error: Unresolved symbol (UNDEF) '__ZN7gfxFont13GetShapedWordIhEEP13gfxShapedWordP10gfxContextPKT_jjibijP18gfxTextPerfMetrics'.
91:38.98 weakld: info: The symbol is referenced by:
91:38.98     Y:\work\cc45-git\obj-sm\gfx\thebes\Unified_cpp_gfx_thebes1.obj
91:38.98 Ignoring unresolved externals reported from weak prelinker.
91:38.98 Error! E2028: __ZN7gfxFont13GetShapedWordIhEEP13gfxShapedWordP10gfxContextPKT_jjibijP18gfxTextPerfMetrics is an undefined reference
91:38.98 file Y:\work\cc45-git\obj-sm\gfx\thebes\Unified_cpp_gfx_thebes1.obj(Y:\work\cc45-git\obj-sm\gfx\thebes\Unified_cpp_gfx_thebes1.cpp): undefined symbol _ _ZN7gfxFont13GetShapedWordIhEEP13gfxShapedWordP10gfxContextPKT_jjibijP18gfxTextPerfMetrics
91:38.99 make.EXE[4]: *** [xul.dll] Error 1

I suspect a corrupt obj file from when you ran out of memory.

For the sake of it, I built 9.5.0 - https://smedley.id.au/tmp/gcc-9.5.0-os2-20220612.zip

Cheers,

Paul

1109
Applications / Re: New builds of Thunderbird and SeaMonkey
« on: June 12, 2022, 06:28:00 am »
Code: [Select]
Using built-in specs.
COLLECT_GCC=cpp
Target: i686-pc-os2-emx
Configured with: ./configure --prefix=/usr/local1030 --enable-shared --enable-languages=c,c++,fortran --with-gnu-as --enable-frame-pointer --disable-bootstrap --disable-libstdcxx-pch --enable-threads --enable-decimal-float=yes --build=i686-pc-os2-emx --target=i686-pc-os2-emx
Thread model: os2
Supported LTO compression algorithms: zlib
gcc version 10.3.0 (GCC)
COLLECT_GCC_OPTIONS='-E' '-pipe' '-Wextra' '-v' '-mtune=generic' '-march=pentiumpro'
 U:/usr/local1030/bin/../libexec/gcc/i686-pc-os2-emx/10.3.0/cc1plus.exe -E -quiet -v -iprefix U:/usr/local1030/bin/../lib/gcc/i686-pc-os2-emx/10.3.0/ - -mtune=generic -march=pentiumpro -Wextra
ignoring nonexistent directory "u:/cups/include"
ignoring nonexistent directory "U:/usr/local1030/bin/../lib/gcc/i686-pc-os2-emx/10.3.0/../../../../i686-pc-os2-emx/include"
ignoring nonexistent directory "U:/usr/local1030/bin/../lib/gcc/../../lib/gcc/i686-pc-os2-emx/10.3.0/../../../../i686-pc-os2-emx/include"
#include "..." search starts here:
#include <...> search starts here:
 u:/extras/include
 u:/openldap/include
 u:/usr/include
 U:/USR/local1030/include/c++/10.3.0/backward
 U:/USR/include
 U:/OS2TK45/H
 .
 U:/usr/local1030/bin/../lib/gcc/i686-pc-os2-emx/10.3.0/../../../../include/c++/10.3.0
 U:/usr/local1030/bin/../lib/gcc/i686-pc-os2-emx/10.3.0/../../../../include/c++/10.3.0/i686-pc-os2-emx
 U:/usr/local1030/bin/../lib/gcc/i686-pc-os2-emx/10.3.0/../../../../include/c++/10.3.0/backward
 U:/usr/local1030/bin/../lib/gcc/i686-pc-os2-emx/10.3.0/include
 U:/usr/local1030/bin/../lib/gcc/i686-pc-os2-emx/10.3.0/include-fixed
 U:/usr/local1030/bin/../lib/gcc/../../lib/gcc/i686-pc-os2-emx/10.3.0/../../../../include/c++/10.3.0
 U:/usr/local1030/bin/../lib/gcc/../../lib/gcc/i686-pc-os2-emx/10.3.0/../../../../include/c++/10.3.0/i686-pc-os2-emx
 U:/usr/local1030/bin/../lib/gcc/../../lib/gcc/i686-pc-os2-emx/10.3.0/../../../../include/c++/10.3.0/backward
 U:/usr/local1030/bin/../lib/gcc/../../lib/gcc/i686-pc-os2-emx/10.3.0/include
 /usr/local/include
 U:/usr/local1030/bin/../lib/gcc/../../include
 U:/usr/local1030/bin/../lib/gcc/../../lib/gcc/i686-pc-os2-emx/10.3.0/include-fixed
 u:/usr/include
End of search list.

1110
Applications / Re: RDP Server for OS/2?
« on: June 12, 2022, 12:45:13 am »
Hey Chris,

The thinking was to move the two MS VirtualPC's to native ESX Vm's and remotely administer them directly.

If you could movethe VM's to Virtualbox - you can use RDP - seehttps://www.virtualbox.org/manual/ch07.html

Cheers,

Paul

Pages: 1 ... 72 73 [74] 75 76 ... 140