Open ElvargThemSelf opened 3 years ago
The res file is only used for the Win32 build to include an icon and some Windows specific EXE metadata to the executable. It should not be required for Linux and in this case Mac targets.
Ok, but is it also necessary to build the png file, or is it just Win32 build only?
Also on note: When trying to run the built program it gives me a segmentation fault and I have no clue what causes it.
Hmm, that's odd. Sadly I don't think I can provide much help as I'm not familiar with building for OSX and have no access to a Mac to figure it out myself.
same on my Arch Linux.
I removed everything around this icon.png
btw. 1) all #include <Fl/.....> should be #include <FL/.......> check for case sensitivity 2) You only need -lfltk_images not thouse _png and so on
I'm having issues compiling TIMEdit on Mac OSX. I tried to edit the Makefile to satisfy my compiler, but the only issue I have is linking the res file and image, which apparently doesn't link properly. My question is can skip the linking part entirely and run the program normally as it should?