gnuastro-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[task #15567] Converting hh:mm:ss and dd:mm:ss notations to degrees and


From: Mohammad Akhlaghi
Subject: [task #15567] Converting hh:mm:ss and dd:mm:ss notations to degrees and vice vesa
Date: Sat, 21 Mar 2020 13:37:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0

Follow-up Comment #30, task #15567 (project gnuastro):

This is because Gnuastro's build system doesn't yet know that it should also
compile your new library ;-)!

To tell it to also compile your new `units.c', add `units.c' to the
`libgnuastro_la_SOURCES' variable of `lib/Makefile.am'. Just note that the
files in this variable are sorted alphabetically (for human-reasons to find
easily when reading!), so add it in the correct place.

You also need to tell it to package and install the new header file. So also
add `$(headersdir)/units.h' to `pkginclude_HEADERS'. 

Afterwards run `autoreconf -f' in the top source directory (so all the
necessary build infrastructure is updated), and re-configure and re-built. It
should then work ;-)

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/task/?15567>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]