vgasim icon indicating copy to clipboard operation
vgasim copied to clipboard

Make file failing on Ubuntu 22.04.2 LTS WSL

Open devinatkin opened this issue 1 year ago • 1 comments

I'm having issues running the make file in this context

vgasim.h:41:10: fatal error: gtkmm.h: No such file or directory 41 | #include <gtkmm.h> | ^~~~~~~~~

My guess is that there's something missing in the make

devinatkin avatar Aug 03 '23 02:08 devinatkin

The C++ simulation models depend heavily upon the GTK++ library. It looks like you don't have it installed.

Have you tried sudo apt install libgtkmm-3.0-dev?

ZipCPU avatar Aug 03 '23 10:08 ZipCPU

Closed for a lack of comment.

ZipCPU avatar May 23 '24 14:05 ZipCPU