Recent Posts

Pages: 1 ... 8 9 [10]
91
General Discussion / Desktop Icon Placement
« Last post by _AP on January 04, 2025, 04:36:48 am »
Hi.  I am unable to get OS/2 to remember desktop icon placement.  Whether I set layout as gridded or as placed, and whatever I do in sort.

After a reboot, icons seem to be placed randomly.  Whats the best way to resolve this?  I'm having similar issues with folder view settings.
92
Programming / Re: Qt6 Development
« Last post by Paul Smedley on January 04, 2025, 04:19:02 am »
That configure looks fine to me, it ends with:
Code: [Select]
-- Configuring done
-- Generating done
-- Build files have been written to: C:/work/qt6-os2/qt6-base-os2/build

Now run:
Code: [Select]
cmake --build . from c:\work\qt6-os2\qt6-base-os2\build
93
Programming / Re: Qt6 Development
« Last post by Dave Yeo on January 04, 2025, 04:13:56 am »
Anyways, it appeared I was building the wrong versions, though successfully. Now building qt6-base-os2 with branch 6.2.x, "cmake install ." fails with,
Code: [Select]
-- The ASM compiler identification is unknown
-- Found assembler: W:/USR/BIN/cc.exe
-- Warning: Did not find file Compiler/-ASM
-- Could NOT find md4c (missing: md4c_DIR)
-- Could NOT find md4c (missing: md4c_DIR)
 
 

Note: When linking against OpenSSL, you can override the default library names through OPENSSL_LIBS. For example: OPENSSL_LIBS='-L/opt/ssl/lib -lssl -lcrypto' ./configure -openssl-linked

-- Could NOT find Qt6OpenGL (missing: Qt6OpenGL_DIR)
CMake Warning at examples/widgets/graphicsview/chip/CMakeLists.txt:21 (find_package):
  Found package configuration file:

    C:/work/qt6-os2/qt6-base-os2/build/lib/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find Qt component "OpenGL".

  Expected Config file at
  "C:/work/qt6-os2/qt6-base-os2/build/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake"
  does NOT exist

 



-- Could NOT find Qt6OpenGL (missing: Qt6OpenGL_DIR)
CMake Warning at build/lib/cmake/Qt6/Qt6Config.cmake:207 (message):
  Failed to find Qt component "OpenGL".

  Expected Config file at
  "C:/work/qt6-os2/qt6-base-os2/build/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  examples/widgets/painting/shared/use_lib.cmake:10 (find_package)
  examples/widgets/painting/affine/CMakeLists.txt:42 (include)


-- Configuring done
-- Generating done
-- Build files have been written to: C:/work/qt6-os2/qt6-base-os2/build

My configure.cmd,
Code: [Select]
set BEGINLIBPATH=C:\work\qt6-os2\qt6-base-os2\build\lib
dash ../configure -prefix /qt6-6.2.x -release -no-opengl -system-sqlite -openssl-linked -no-pch -- -DQT_BUILD_EXAMPLES=ON -DQT_BUILD_TESTS=OFF 2>&1 | tee configure.log
94
Programming / Re: Qt6 Application Testing
« Last post by Paul Smedley on January 04, 2025, 03:49:42 am »
OK it was trying to use sysv_shm and sysv_sem - I've now worked how how to properly disable these on OS/2 and an rebuilding qtbase.
Took a lot more time that I expected, mainly cos OS/2 API is foreign to me :) but I have QSharedMemory working now. Some bits are a bit hacky, but time to move on to some of the breaks in the networking examples....
95
Web applications / Re: Dooble releases, Qt5 builds
« Last post by Dave Yeo on January 04, 2025, 12:55:24 am »
In version 2024.11.17. diacritical marks are available.
More precisely, the diacritical marks are visible on the web page but I can't type them in the search engine.
The QT5 libs have been upgraded.

Regards

Does this build work for you, ftp://dry@ftp.os2voice.org/tmp/dooble-2025.01.03-qt5.zip
96
Setup & Installation / Re: OS/2 Multi-Boot on T42p
« Last post by _AP on January 03, 2025, 11:20:58 pm »
Thanks for that.  That's helpful, although I did figure it out in the meantime.  So I can now unzip things, but I'd like to look into that.
97
Setup & Installation / Re: OS/2 Multi-Boot on T42p
« Last post by Dave Yeo on January 03, 2025, 11:02:48 pm »
Perhaps this one, http://hobbesarchive.com/Home/Download?path=/Hobbes/pub/os2/util/archiver/Info-Zip_Unzip_6-00.exe
Not sure of its dependencies, likely at least libc.
Long term you might want to consider installing ANPM as a package manager and install zip from there.
Start here, https://www.arcanoae.com/wiki/anpm/ you also should have warpin, which I think I posted the link to already.
98
Setup & Installation / Re: OS/2 Multi-Boot on T42p
« Last post by _AP on January 03, 2025, 10:41:29 pm »
Update to 14_104a worked.  Thanks.

Side note, what unzip program is the best?  I have been unsuccessful unzipping anything.
99
Programming / Re: Qt6 Development
« Last post by Paul Smedley on January 03, 2025, 10:30:41 pm »
Hey there,

Fill your boots if you want to try this. But our git port sucks on large repositories. I'd rather spend time fixing actual issues with qt6 that restructing the git repo. Building each module separately really isn't that difficult.


What's the sucking point of git on large repos ?

As Dave has also mentioned, try cloning https://github.com/psmedley/qt6-webengine-os2.git

The clone will more than likely hang part way through. I've had slightly more success changing acpi.psd to use MAXCPU=1 to get a successful clone.

NB: I haven't tried this with your latest git, just the ones from netlabs and an older port of yours.
100
Web applications / Re: Dooble releases, Qt5 builds
« Last post by Martin Iturbide on January 03, 2025, 07:08:09 pm »
Hello

In my case, in spanish I have this characters that I need, but I seem to be able to put it on the navigation bar on the google search box without problems.

Regards
Pages: 1 ... 8 9 [10]