Recent Posts

Pages: 1 ... 8 9 [10]
91
Programming / Re: Qt6 Development
« Last post by Paul Smedley on January 04, 2025, 05:20:42 am »
All ready built, it is install that fails
Weird - as the log you posted looked like it came from running the cmake configure process - nothing abnormal in it.... Are you sure that was the output of 'cmake --install .'?
92
Programming / Re: Qt6 Development
« Last post by Dave Yeo on January 04, 2025, 05:18:27 am »
All ready built, it is install that fails
93
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.
94
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
95
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
96
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....
97
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
98
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.
99
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.
100
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.
Pages: 1 ... 8 9 [10]