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 - TeLLie

Pages: 1 2 [3] 4 5 ... 20
31
Programming / Re: Qt6 Application Testing
« on: January 15, 2025, 08:53:38 pm »
Hi Paul,

I tried to compile some progs but i only get this when running qmake

Assertion failed: _UM_LUMP_STATUS (olump) == _UMS_FREE, file ./libc-0.1.13/src/emx/src/lib/malloc/ialloc.c, line 116

Killed by SIGABRT
pid=0x2190 ppid=0x218f tid=0x0001 slot=0x009b pri=0x0200 mc=0x0001 ps=0x0010
H:\USR\QT6-626\BIN\QMAKE6.EXE
Creating 2190_01.TRP
Moved 2190_01.TRP to C:\var\log\app\67881edb-2190_01-QMAKE6-exceptq.txt

I copied in the v6.2.10 dir
Will try later in a clean dir...

32
Programming / Re: Qt6 Application Testing
« on: January 05, 2025, 06:55:40 pm »
Hi all,
A other small app for downloading Youtube files

Dint test much, just tried one url and that did the job ok.

http://rpm.netlabs.org/test/QT6/yt_dl_gui-os2-05012025-qt6.7z


Greetz, Tellie

33
Programming / Re: Qt6 Application Testing
« on: January 04, 2025, 01:40:30 pm »
hi all

please try the latest Nomacs...

http://rpm.netlabs.org/test/QT6/nomacs-3.19.1-os2-qt6210-5012025.7z

greetz Elbert

34
Programming / Re: Qt6 Development
« on: January 03, 2025, 02:16:04 pm »
I'm confused.... how are you configuring/building qtmultimedia?

Hi Paul,
Have all in the dir  qt6-src
And also seperated folders like yours...

How is your source laid out?
I have a series of separate folders:
Code: [Select]
Directory of  U:\dev\qt6*os2

30/12/24   8:20         <DIR>      570  qt6-base-os2
10/10/24  16:05         <DIR>      124  qt6-charts-os2
10/10/24  16:07         <DIR>      124  qt6-declarative-os2
10/10/24  16:08         <DIR>      124  qt6-multimedia-os2
11/10/24  15:02         <DIR>      124  qt6-networkauth-os2
10/10/24  16:09         <DIR>      124  qt6-positioning-os2
10/10/24  16:10         <DIR>      124  qt6-qt5compat-os2
10/10/24  16:10         <DIR>      124  qt6-shadertools-os2
10/10/24  16:11         <DIR>      124  qt6-svg-os2
10/10/24  16:11         <DIR>      124  qt6-tools-os2
10/10/24  16:12         <DIR>      124  qt6-translations-os2
31/12/24  15:54         <DIR>      124  qt6-webchannel-os2
 1/01/25  11:18         <DIR>      124  qt6-webengine-os2
24/11/24   7:01         <DIR>      124  qt6-websockets-os2

I first build qt6-base-os2 using a configuration similar to yours (btw why are you using unix makefiles and not ninja?)
Yes i build also the base first, i thought Ninja where not working well enough to build qt6.

I will try with Ninja
I get:
-- Configuring done
-- Generating done
-- Build files have been written to: F:/qt6-src/qt6-base-os2/build

[F:\qt6-src\qt6-base-os2\build]cmake --build . --parallel   2>&1  | tee cmake.out
ninja: error: 'src/dbus/-ldbus-1', needed by 'src/dbus/CMakeFiles/DBus_autogen_timestamp_deps', missing and no known rule to make it

I then build each other module by configuring with a script like:
Code: [Select]
dash /qt6-6.2.x/bin/qt-configure-module .. 2>&1 | tee configure.log

35
Programming / Re: Qt6 Development
« on: January 03, 2025, 01:33:40 pm »
Hi Ko,

For me its hanging the machine when i clone big repos, like de webengine from Qt6 (The RPM version from git)

I have try you're 2.42.0 also, but that also hangs the machine after some time.

I don't have log/popups ...

Best wishes for 2025 :)

36
Programming / Re: Qt6 Development
« on: January 02, 2025, 10:55:54 pm »
Hi PAul,

Yes its indeed multimedia from QT
I have not found a config.summary in multymedia dir
Or you wanted the one from base, i attach that one.
I use this cmd...

SET GCCOPT=-static-libgcc
set release=F:\qt6-6.2.x
set PATH=%release%\bin;%PATH%
set BEGINLIBPATH=%release%\lib;%release%\plugins;%BEGINLIBPATH%
set INCLUDEPATH=%release%\include;%INCLUDEPATH%
set LIBPATHSTRICT=T
cmake .. -G "Unix Makefiles" -DCMAKE_PREFIX_PATH=f:/Qt6-6.2.x -DCMAKE_INSTALL_PREFIX:PATH=f:/qt6-6.2.x -DQT_BUILD_EXAMPLES=OFF -DQT_BUILD_TESTS=OFF -Wno-dev 2>&1 |tee config.out

37
Programming / Re: Qt6 Development
« on: January 02, 2025, 05:47:24 pm »
Hi Paul,

I have build most from qt6-6.2.10
Only media gives error:

Can't locate File/Basename.pm in @INC (@INC contains: /@unixroot/usr/local/lib/perl5 /@unixroot/usr/local/share/perl5 /@unixroot/usr/lib/perl5/vendor
perl /@unixroot/usr/share/perl5/vendor_perl /@unixroot/usr/lib/perl5 /@unixroot/usr/share/perl5 .) at f:/Qt6-6.2.x/bin/syncqt.pl line 47.
BEGIN failed--compilation aborted at f:/Qt6-6.2.x/bin/syncqt.pl line 47.
CMake Error at F:/qt6-src/qt6-base-os2/cmake/QtModuleHelpers.cmake:313 (message):
  Failed to run syncqt, return code: 2
Call Stack (most recent call first):
  f:/Qt6-6.2.x/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:170 (qt_internal_add_module)
  src/multimediaquick/CMakeLists.txt:9 (qt_internal_add_qml_module)

Have perl installed also the basename.pm is there...

Any thoughts??




38
Programming / Re: Qt6 Development
« on: January 01, 2025, 05:14:59 pm »
Any reason you're targeting 6.3.2, not 6.2.10?
Hi Paul,

I had that one pull some time ago, will pull the 6.2.10

39
Programming / Re: Qt6 Development
« on: December 31, 2024, 11:27:14 am »
You didn't set beginlibpath to build\lib did you? So it can't find the qt6core.dll it needs.

Hi Paul,
I had a typo in dir name
So far so good for now, its on 37%
I had also probs when using cmake with --paralel i get not enough mem available.
Running now with make...

Ok finally its building to the end :)
Had to disable the example.
F:\qt6-6.2.x\bin>qmake6.exe --version
QMake version 3.1
Using Qt version 6.3.2 in F:/QT6-SRC/QT6-BASE-OS2/BUILD/lib

F:\qt6-6.2.x\bin>rcc -v
rcc 6.3.2

F:\qt6-6.2.x\bin>moc --version
moc 6.3.2

Wish you all the best for 2025...

40
Programming / Re: Qt6 Development
« on: December 31, 2024, 12:42:48 am »
Hi,

I get this after 26%
[ 26%] Running rcc for resource qpdf
make[2]: *** [src/gui/CMakeFiles/Gui.dir/build.make:86: src/gui/.rcc/qrc_qpdf.cpp] Segmentation fault (core dumped)
make[1]: *** [CMakeFiles/Makefile2:10239: src/gui/CMakeFiles/Gui.dir/all] Error 2
make: *** [Makefile:146: all] Error 2

41
Programming / Re: Qt6 Development
« on: December 30, 2024, 09:27:25 pm »
Hi Rich,

No dont see that so far, as cmake says it cannot find dbus-1

CMake Error in CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "dbus-1" configuration
  "Release".
I have dbus-1 installed

I have all you're recommend set and i still have no idea why it dont find the dbus...

42
Programming / Re: Qt6 Development
« on: December 30, 2024, 06:33:48 pm »
My cmd file, based on what Paul recently recommended.
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
cmake --build . --parallel 2>&1 | tee build.log
Adjust paths as needed.

Hi Dave,
You use qt6 or qt5 ?

I upload a qt5 file and a qt6 file

43
Programming / Re: Qt6 Development
« on: December 30, 2024, 03:36:18 pm »
Hi Paul and David,

I cannot get the base build, i get lots of errors.
Not remember what those are, as im not @ home.
Do you use a cmd or sh to get it build..
And are u use something special?


Kind regards, Tellie

44
Programming / Re: Qt6 Application Testing
« on: December 29, 2024, 05:34:45 pm »
Hihi

Will do asap with latest 6.2.10 from Paul

Wish all a happy and healthy 2025

Ok, i upload several zip file build with qt6 6.2.10

P.S I didn't test it all, so it can be that some don't run propely :)

45
Programming / Re: time during compiling
« on: December 22, 2024, 08:50:26 am »
Thankz all,
Will see what to use...
As i prefer to get the output in min/secs

Wish all a merry Xmas, and all the best for 2025

Pages: 1 2 [3] 4 5 ... 20