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 - Dave Yeo

Pages: 1 [2] 3 4 ... 321
16
Programming / Re: ArcaOS - Recreate a complete build environment?
« on: April 08, 2024, 04:49:14 pm »
If you can, use cmake. It makes life easier.

Cmake will be the next step. Many projects I'm woking on use configure (for example ngspice 4.2, mup and others) so I'm basically stuck on noticing many other developers are seeing the same behavior (like configure not finding gcc RIGHT AFTER FINDING IT...  8))


Are you rebuilding the configure script using the autoconf port? Try running "sh c:/usr/bin/autoreconf -sfy" adjust C: as needed, then run configure.
Autoreconf will also run the other autotools, especially libtool.

17
Games / Re: Minecraft
« on: April 05, 2024, 04:58:52 pm »
I gave it a quick try. Seemed to work at about 12 fps, didn't try to register, mouse pointer seemed stuck in the middle though it seemed to work when I moved it.
No idea how to play the game.

18
Networking / Re: [SOLVED] Networking not working In Virtual Box
« on: April 04, 2024, 02:49:56 am »
Do you have 2 network cards installed in the VM? Can you post your x:\mptn\bin\setup.cmd?

19
Networking / Re: [SOLVED] Networking not working In Virtual Box
« on: April 04, 2024, 12:13:01 am »
Always good to leave the possibility to chain commands.

@echo off
set BEGINLIBPATH=c:\programs\foo\lib;%BEGINLIBPATH%
c:\programs\foo.exe %1
exit

20
Networking / Re: [SOLVED] Networking not working In Virtual Box
« on: April 03, 2024, 04:49:49 pm »
You should have a line like,
Code: [Select]
CALL=X:\OS2\CMD.EXE /Q /C X:\MPTN\BIN\MPTSTART.CMD >NULin config.sys with MPTSTART.CMD calling X:\MPTN\BIN\SETUP.cmd

21
Programming / Re: Xpdf v. 4.01
« on: April 02, 2024, 07:58:53 am »
Hi Tellie, how did you get cmake to find L:\qt6-2.x\lib\cmake\Qt6 for the IMPORTED_IMPLIB's for the various QT6 DLL's?

22
Applications / Re: Unlock DLL
« on: March 30, 2024, 02:29:51 am »
Use the unlock command, "unlock foo.dll"
Note that the old DLL will be loaded in memory and continued to be used as long as something is using it, so you may have to reboot as the last step.

23
Setup & Installation / Re: Ecomstation 1.0
« on: March 29, 2024, 05:50:30 am »
It's Martin's site that he has put 24 years into. If he doesn't want people putting abandoned ware product keys on here, we should respect that. The forum has been great for the community and Martin deserves a lot of thanks and respect of his mostly simple rules.

24
Programming / Re: Xpdf v. 4.01
« on: March 28, 2024, 03:18:56 pm »
Tried building Dooble,
Code: [Select]
[K:\work\dooble-dry\build]qmake ../dooble.pro
L:/QT6-6.2.X/mkspecs/features/toolchain.prf:76: Variable QMAKE_CXX.COMPILER_MACROS is not defined.
Project ERROR: failed to parse default search paths from compiler output

25
Programming / Re: Xpdf v. 4.01
« on: March 28, 2024, 06:34:25 am »
Hey Dave,

At some point could you get a devel package of Qt6 together?

Not sure what's missing here - the current zips include all headers/libs. If you mean an RPM -  I have no time/inclination to put one together - I have little enough free time as it is.

I thought that some of the libs were missing. Perhaps it is plugins where the import libs are missing.

26
Programming / Re: Start program from VX-Rexx
« on: March 28, 2024, 03:46:49 am »
Thanks to Dave Yeo, who built version 4.01, the new pdftotext now works from VX-Rexx as well.

Actually 4.05, the latest. Good that it works for you.

27
Programming / Re: Xpdf v. 4.01
« on: March 27, 2024, 10:57:32 pm »
Here's the full release version including the crashing xpdf.exe. 7z sure compresses this better, almost 80% improvement. Built with no patches, just the cmake arguments I posted to Paul.

28
Programming / Re: Xpdf v. 4.01
« on: March 27, 2024, 10:00:19 pm »
Yes, as long as the correct qmake is in front of the PATH.
At some point could you get a devel package of Qt6 together?
Edit: My cmake line, run from build
Code: [Select]
cmake -DXPDFWIDGET_PRINTING=OFF -DCMAKE_BUILD_TYPE=Release ..

29
Programming / Re: Xpdf v. 4.01
« on: March 27, 2024, 09:23:12 pm »
Built xdpf.exe by disabling printing like Windows does. Unluckily it crashes with a sigsegv in qt5core.dll

30
Programming / Re: Xpdf v. 4.01
« on: March 27, 2024, 08:54:46 pm »
Tried building 4.05, seems we are missing some printer support. Linking xpdf.exe is missing,
Code: [Select]
W:\usr\local\src\xpdf-4.05\build> __Z8printPDFP6PDFDocP8QPrinteriiP10XpdfWidget
printPDF(PDFDoc*, QPrinter*, int, int, XpdfWidget*)

I'll examine more. Here's the command line tools that did build.
Edit, removed the command line tools in favour of the ones posted down the page.

Pages: 1 [2] 3 4 ... 321