Flmsg will not compile and errors out as posted:

7 views
Skip to first unread message

Kevin Ivey

unread,
Apr 2, 2018, 5:12:19 AM4/2/18
to fltk.general
I rebuilt my Main Linux computer at home and had to recompile all my fldigi apps.

I was able to ensure all the needed libraries were in place to get a clean .config and all went well...

When I ran make, I got the following errors:


flmsg.cxx: In function ‘int main(int, char**)’:
flmsg.cxx:2220:14: error: ‘flmsg_icon_pixmap’ was not declared in this scope
  make_pixmap(flmsg_icon_pixmap, flmsg_icon);
              ^~~~~~~~~~~~~~~~~
flmsg.cxx:2220:14: note: suggested alternative: ‘flmsg_icon’
  make_pixmap(flmsg_icon_pixmap, flmsg_icon);
              ^~~~~~~~~~~~~~~~~
              flmsg_icon
flmsg.cxx:2220:2: error: ‘make_pixmap’ was not declared in this scope
  make_pixmap(flmsg_icon_pixmap, flmsg_icon);
  ^~~~~~~~~~~
flmsg.cxx:2220:2: note: suggested alternative: ‘Fl_Pixmap’
  make_pixmap(flmsg_icon_pixmap, flmsg_icon);
  ^~~~~~~~~~~
  Fl_Pixmap
make[2]: *** [Makefile:1977: flmsg-flmsg.o] Error 1
make[2]: Leaving directory '/home/kevin/Downloads/Amateur_Radio/Software/flmsg-4.0.6/src'
make[1]: *** [Makefile:714: all] Error 2
make[1]: Leaving directory '/home/kevin/Downloads/Amateur_Radio/Software/flmsg-4.0.6/src'
make: *** [Makefile:398: all-recursive] Error 1

There must be some link or library missing because all the other fldigi apps compiled fine.

Any ideas?

Matthias Melcher

unread,
Apr 2, 2018, 7:50:18 AM4/2/18
to fltk.general
This is difficult to say. Flmsg is not our code. I would have to download and read through the project. Try to find 'flmsg_icon_pixmap'. It's not part of the FLTK code base.


The archive https://sourceforge.net/projects/fldigi/files/flmsg/ was updated last week, so I am sure that there is someone around to help.

Let us know if you were able to solve this.

Thanks, 
  Matthias
Reply all
Reply to author
Forward
0 new messages