Mailing list archives : pcb-rnd

ID:5875
From:Derek <de...@q40.de>
Date:Sat, 12 Nov 2022 09:22:25 +0000
Subject:Re: [pcb-rnd] new: miniboxtk: 0.1.2
in-reply-to:5874 from rn...@igor2.repo.hu
replies: 5876 from rn...@igor2.repo.hu
Hi,
 
I checked out the latest version of miniboxtk.
 
The configure gave:
 
=====================
Configuration summary
=====================
Compilation for debugging                               disabled
Include debug symbols                                   disabled
installation prefix (--prefix)                          /usr/local
 
Backends:
 
glfw (opengl)                                           disabled
libsdl2                                                 disabled
raw X11                                                 enabled
test
 
I already had libsdl2-dev 2.0.10 installed, but had to load in:
 
libglfw3-dev
libsdl2-ttf-dev
libsdl2-gfx-dev
 
Which configure gave:
 
=====================
Configuration summary
=====================
Compilation for debugging                               disabled
Include debug symbols                                   disabled
installation prefix (--prefix)                          /usr/local
 
Backends:
 
glfw (opengl)                                           enabled
libsdl2                                                 enabled
raw X11                                                 enabled
test                                                    enabled
 
Configuration complete, ready to compile.
 
Make compiled without any error, so I installed the library with:
 
sudo make install
 
No errors.
 
I compiled and ran all the examples OK, except for: hello_inst
 
Which gave this error message:
 
/usr/local/include/libmbtk/src_3rd/genvector/vtp0.h:23:10: fatal error: 
genvector/genvector_impl.h: No such file or directory
    23 | #include <genvector/genvector_impl.h>
       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:11: hello.o] Error 1
 
 
 
Regards,
Derek
 

Reply subtree:
5875 Re: [pcb-rnd] new: miniboxtk: 0.1.2 from Derek <de...@q40.de>
  5876 Re: [pcb-rnd] new: miniboxtk: 0.1.2 from rn...@igor2.repo.hu