> > I'm not sure if one can assume for all platforms and distros that > libporttime is gone and the stuff from porttime.h is handled by > libportmidi.so. If so, I think -lporttime should vanish from the linker > command, otherwise the configure.ac macro should be refined to not only > check for the header, but find out how to construct the correct linker > command. > That's one of autotools goals. Those lines<https://github.com/denemo/denemo/blob/master/configure.ac#L298>try to find if gcc can link against libportmidi and libporttime, and update LDFLAGS so denemo dynamically compiles against which one are presents. You need to run ./autogen.sh if you did not run it since it has been pushed (~December 15th)
If you can precisely tell me how to work on your very environment, I can try to look.
_______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
