I'm getting an error to compile uvm hello world example:
$ make -f Makefile.questa all
make -f Makefile.questa BITS=32 dpi_lib
make[1]: Entering directory '/tmp/uvm-1.2/examples/simple/hello_world'
mkdir -p ../../../lib
gcc -m32 -fPIC -DQUESTA -g -W -shared -x c -I/include ../../../src/dpi/uvm_dpi.cc -o ../../../lib/uvm_dpi.so
In file included from ../../../src/dpi/uvm_dpi.cc:34:0:
../../../src/dpi/uvm_dpi.h:31:22: fatal error: vpi_user.h: Arquivo ou diretório não encontrado
compilation terminated.
../../Makefile.questa:161: recipe for target 'dpi_lib' failed
make[1]: **