1
Applications / Re: XTide
« on: January 21, 2026, 10:56:31 pm »Edit: Just create an empty repository with perhaps a README.MD
Try again https://github.com/OS2World/LIB-TIME-tzdb
It is empty now.
Thanks, not empty now.
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
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.
Edit: Just create an empty repository with perhaps a README.MD
Try again https://github.com/OS2World/LIB-TIME-tzdb
It is empty now.
Perhaps Martin will create an empty tzdb git repository and I'll push my code.
Let me know if I forked the right one: https://github.com/OS2World/LIB-TIME-tzdb
Regards
CMake Error at /@unixroot/usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5OpenGL" with
any of the following names:
Qt5OpenGLConfig.cmake
qt5opengl-config.cmake
Add the installation prefix of "Qt5OpenGL" to CMAKE_PREFIX_PATH or set
"Qt5OpenGL_DIR" to a directory containing one of the above files. If
"Qt5OpenGL" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:188 (find_package)
-- Configuring incomplete, errors occurred!
c99 -DHAVE_GETRESUID=0 -DHAVE_GETEUID=0 -DHAVE_ISSETUGID=0 -c -o localtime.o localtime.c
localtime.c:388:1: error: static declaration of 'issetugid' follows non-static declaration
388 | issetugid(void)
| ^~~~~~~~~
In file included from private.h:266,
from localtime.c:16:
M:/usr/lib/gcc/i686-pc-os2-emx/9/include-fixed/unistd.h:525:6: note: previous declaration of 'issetugid' was here
525 | int issetugid(void);
| ^~~~~~~~~
make: *** [<builtin>: localtime.o] Error 1
c99 -o zdump -DHAVE_GETRESUID=0 -DHAVE_GETEUID=0 -DHAVE_ISSETUGID=0 -Zexe -Zomf -Zhigh-mem -Zmap zdump.o localtime.o strftime.o -lintl
weakld: H:\tmp\ldconv_strftime_o_8da5696ed544186c40.obj - error: Duplicate symbol '_issetugid' ('_issetugid').
weakld: H:\tmp\ldconv_localtime_o_8da5696ed544184d00.obj - error: Symbol previously defined in this module.
Hello Dave
I created this repo: https://github.com/OS2World/APP-SCIENCE-XTide
Let me know if you think that way is fine (the program and the library), otherwise, just delete the files and set it as you like it.
Also, a quick tutorial on how it works would be appreciated just to test it out.
Regards
Will it work with python 3.9 ?
How to safe install python 3 without disturbing python 2 under arcaos v5.1.1 with valid Arca noae support ?
H:\tmp>python --version
Python 3.13.2
if you need to install Python3, IIRC, "yum install python2.7 python3" then "yum update"
i don't know if we have deno ported.