pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Meal database app suggestion



On Wed, May 17, 2023 at 8:17 AM Thomas Klausner <wiz%gatalith.at@localhost> wrote:
> I've just added this as databases/anymeal - please give it a try and
> let me know if it works for you. Please make sure to use the latest
> pkgsrc.
> Cheers,
>  Thomas

At first I misread "latest" as ~wip rather than ~current, so now I am
testing the right code. The build got as far as one qt package and
stalled:

pkg/qt5/include/QtCore/5.15.9/QtCore -I/home/pkg/qt5/include
-I/home/pkg/qt5/include/QtCore -I.moc -I/usr/pkg/include
-I/usr/pkg/include -I/home/pkg/qt5/mkspecs/netbsd-g++ -o
.obj/qserialport.o qserialport.cpp
In file included from qserialport.cpp:47:
qserialport_p.h:58:10: fatal error: private/qiodevice_p.h: No such
file or directory
   58 | #include <private/qiodevice_p.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [Makefile:583: .obj/qserialport.o] Error 1

I tried an earlier quarterly pkgsrc and also hunted for a prebuilt
package without success so far.

There is a "qiodevice_p.h" file under /usr/pkg:

$ file /usr/pkg/qt5/include/QtCore/5.15.9/QtCore/private/qiodevice_p.h
/usr/pkg/qt5/include/QtCore/5.15.9/QtCore/private/qiodevice_p.h: C++
source, ASCII text

Jim


Home | Main Index | Thread Index | Old Index