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 ... 19
31
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...

32
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

33
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

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

35
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

36
Programming / time during compiling
« on: December 20, 2024, 06:48:23 pm »
Hello all,

I was wondering if its possible to add a time to see howlong a build takes.
f.e
I have a build cmd like:

#!/bin/sh
NCORES=$(nproc)
MAXCORES=$(( NCORES - 5 ))
NJS=$(( MAXCORES > 1 ? MAXCORES : 1 ))
echo "Cleaning previous compiled files..."
rm -r qmake-qt6-gcc1420
echo "Make a new directory..."
mkdir qmake-qt6-gcc1420
cd qmake-qt6-gcc1420
echo "Creating the Makefile..."
qmake6 ../ -r -spec os2-g++ -r CONFIG+="release" 2>&1 |tee qmake.out
echo "Compiling the programma with $NJS threads ($NCORES cores)..."
make -j$NJS 2>&1 |tee make.out
echo "Done."

I like to see how long a compiling takes in time
So is it possible to add some strings in this cmd  ??
As i have no idea how to add or what string to use.
Could someone helps me out

With kind regards, TeLLie


37
Internet / Re: Dooble releases-Qt6
« on: November 29, 2024, 08:04:43 pm »
Tellie,

  You probably need to use 'Highmem' to get the DLL's to load into high memory... from a command prompt like this:

highmem -c qt6weben.dll

 Highmem is available from ANPM.

Regards,


Thankz David,

Totaly forgotten this :)

38
Internet / Re: Dooble releases-Qt6
« on: November 27, 2024, 08:07:06 pm »
Thanks Paul... I get a 404 'not found' on that link, but figured out it needs the'tmp' directory added so https://smedley.id.au/tmp/qt6weben-systemicu-20241125.zip does work. I'll give it a try later today...

LATER: Tried it and it works fine, but I don't see any difference - still get odd characters in the title bar every once in awhile I don't get with the QT5 version. Paul's website shows it ( https://os2ports.smedley.id.au )- there is a question mark '?' in the QT5 dooble tiitle bar the QT6 version shows 3 strange characters there...

Regards,

Hi Paul,
When i copy those files to my hd and try to run dooble, i get a not enough mem, when i use the old files all works...

Any idea...

39
Programming / Re: harfbuzz (TeX Live)
« on: October 17, 2024, 06:49:22 pm »
Hi Mentore

Iirc Has Ko a port from meson

Just wonder did you port Harfbuzz static or shared ?

Greetz Tellie

40
Programming / Re: Qt6 Application Testing
« on: September 10, 2024, 05:29:14 pm »
Hi

Maybe a stupid question, but how to use that script from Remy, save it as a sh or cmd
Tellie

41
Programming / Re: ClassiCube porting thread
« on: May 06, 2024, 07:54:21 pm »
Hi all
Moest are from 26-01-2024
Look @ https://ecsoft2.org/eco-software-runtime

42
Applications / Re: Nomacs Image Viewer
« on: April 26, 2024, 07:14:38 pm »
Hi Martin,

Oeps you're correct i used the wrong one to link with it.

This dll is compiled with QT5, so please use this one if you dont have Qt6....

With kind regards, Tellie

43
Applications / Re: Nomacs Image Viewer
« on: April 25, 2024, 09:26:27 pm »
Hello Bernald,

Renaming dll is not a very good idea.
I did a quick QT5 port, had to disable OpenCV as i dont have it, this also means i had also disable Tiff and Raw.

I only started it and load a jpg, this worked.

With kind regards, TeLLie

44
Applications / Re: Nomacs Image Viewer
« on: April 24, 2024, 04:12:38 pm »
Hello Bernard,

I must have it some where on some older HD.
I will look when i have time to see if i still got it.
Otherwise i will try to port it to QT5 with latest dll's.

Kind regards, Tellie


45
Games / Re: Minecraft
« on: April 05, 2024, 09:36:41 am »
Anyone else testing ClassiCube?
Hi Jochem,

I just started it and ask for some updates,  i could fill in name and pass, only couldnot register.
When starting the game i had no mouse in the game.
Looks good ...
I run it in a VM with Arcanoae 5.0.1

Kinds regards, Tellie

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