Error when running make
View and edit grids of meteorological values
Status: Beta
Brought to you by:
romberg
Hello! I am trying to run the make -j 4 command, and it works for a little while, before I get an error message, and it abruptly stops. I am using Fedora 33 with GFE 1.13.0. Here is the error.
make[1]: *** [../Rules.make:81: all] Error 2
make[1]: Leaving directory '/home/wyatth/Downloads/gfe-1.13.0/ifpServer'
make: *** [Makefile:70: ifpServer] Error 2
make: *** Waiting for unfinished jobs....
rm -f libgraphics.a
/usr/bin/ar rcvs libgraphics.a MapCoord.o MapDomain.o Mapping.o RGBColor.o MappedCanvas.o Graphics.o PointerState.o Canvas.o BitmapStack.o X11Canvas.o X11Graphics.o X11Pixmap.o X11Window.o DrawingArea.o Graphics_wrap.o GDCanvas.o GDGraphics.o LPGraphics.o LPCanvas.o FileCanvas.o FillPatterns.o
a - MapCoord.o
a - MapDomain.o
a - Mapping.o
a - RGBColor.o
a - MappedCanvas.o
a - Graphics.o
a - PointerState.o
a - Canvas.o
a - BitmapStack.o
a - X11Canvas.o
a - X11Graphics.o
a - X11Pixmap.o
a - X11Window.o
a - DrawingArea.o
a - Graphics_wrap.o
a - GDCanvas.o
a - GDGraphics.o
a - LPGraphics.o
a - LPCanvas.o
a - FileCanvas.o
a - FillPatterns.o
make[2]: Leaving directory '/home/wyatth/Downloads/gfe-1.13.0/gfe/graphics'
/usr/bin/c++ -I/home/wyatth/Downloads/gfe-1.13.0/libs/ifpData/include -I/home/wyatth/Downloads/gfe-1.13.0/libs/support -I/home/wyatth/Downloads/gfe-1.13.0/libs/foundation -I/home/wyatth/Downloads/gfe-1.13.0/libs/logStream -I/usr/include/python3.9 -I/usr/include/python3.9 -I/home/wyatth/Downloads/gfe-1.13.0/libs/pyInter -Wp,-MD,.main.o.d -Wall -Wextra -O3 -pipe -g -c main.C -o main.o
/usr/bin/python3 /home/wyatth/Downloads/gfe-1.13.0/scripts/build/MakeVersionFile "1.13.0" gfe_version.C
/usr/bin/c++ -I/home/wyatth/Downloads/gfe-1.13.0/libs/ifpData/include -I/home/wyatth/Downloads/gfe-1.13.0/libs/support -I/home/wyatth/Downloads/gfe-1.13.0/libs/foundation -I/home/wyatth/Downloads/gfe-1.13.0/libs/logStream -Wp,-MD,.gfe_version.o.d -Wall -Wextra -O3 -pipe -g -c gfe_version.C -o gfe_version.o
/usr/bin/c++ -Xlinker -export-dynamic -Wall -Wextra -O3 -pipe -g -o gfe gfe_version.o main.o -L/home/wyatth/Downloads/gfe-1.13.0/gfe/editTool -L/home/wyatth/Downloads/gfe-1.13.0/gfe/gfePyIntr -L/home/wyatth/Downloads/gfe-1.13.0/gfe/dataMgr -L/home/wyatth/Downloads/gfe-1.13.0/gfe/msgHand -L/home/wyatth/Downloads/gfe-1.13.0/gfe/parm -L/home/wyatth/Downloads/gfe-1.13.0/gfe/visual -L/home/wyatth/Downloads/gfe-1.13.0/gfe/graphics -leditTool -lgfePyIntr -ldataMgr -lmsgHand -lparm -lvisual -lgraphics -leditTool -lgfePyIntr -ldataMgr -lmsgHand -lparm -lvisual -lgraphics -L/home/wyatth/Downloads/gfe-1.13.0/libs/interpolator -linterpolator -L/home/wyatth/Downloads/gfe-1.13.0/libs/pyInter -lsupIntr -L/home/wyatth/Downloads/gfe-1.13.0/libs/ifpData -lifpData -L/home/wyatth/Downloads/gfe-1.13.0/libs/support -lsupport -lstdc++fs -L/home/wyatth/Downloads/gfe-1.13.0/libs/foundation -lfoundation -L/home/wyatth/Downloads/gfe-1.13.0/libs/logStream -llogStream -lexpat -lxmlrpc_client++ -lxmlrpc++ -lxmlrpc_client -lxmlrpc -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lcurl -lpython3.9 -lcrypt -lpthread -ldl -lutil -lm -lm -L/home/wyatth/Downloads/gfe-1.13.0/libs/gifLib -lgdplus -lgd -lplot -ltk8.6 -ltcl8.6 -lX11 -lXext
/usr/bin/ld: cannot find -lexpat
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:23: gfe] Error 1
make[1]: *** [../Rules.make:81: all] Error 2
make[1]: Leaving directory '/home/wyatth/Downloads/gfe-1.13.0/gfe'
make: *** [Makefile:70: gfe] Error 2
Thanks in advanced!
I also wanted to let you know I am not skilled at linux.