Show an email

GET /hyperkitty/api/list/[email protected]/email/6Z24OIJO7JQMHGC4VAZOUSMLFCPSGNCM/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/6Z24OIJO7JQMHGC4VAZOUSMLFCPSGNCM/",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/",
    "message_id": "[email protected]",
    "message_id_hash": "6Z24OIJO7JQMHGC4VAZOUSMLFCPSGNCM",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/T4WKC2VTCVST7ESWU7O4FGL6RQC5PXSD/",
    "sender": {
        "address": "vk2tfg (a) ozemail.com.au",
        "mailman_id": "34a5271f6eb34fe599b48904c71aa854",
        "emails": "https://mailman.amsat.org/hyperkitty/api/sender/34a5271f6eb34fe599b48904c71aa854/emails/"
    },
    "sender_name": "Geoff",
    "subject": "[amsat-bb] Re: General Astrodynamics Library",
    "date": "2008-03-18T20:38:50Z",
    "parent": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/T4WKC2VTCVST7ESWU7O4FGL6RQC5PXSD/",
    "children": [],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "On Wednesday 19 March 2008 04:58, Willmott, Paul wrote:\n> Hi All,\n>\n> I've been working on a general c/c++ astrodynamics library. It is\n> strictly a work in progress, and so far only includes the basic\n> astronomy routines. Next up will be the orbit propagators, and tracking\n> stuff. Anyway, its time for it to see the outside world. It can be\n> downloaded from here:\n>\n> http://homepage.mac.com/pclwillmott/GAL/index.html\n>\n> Its released under GPL 2 and was developed under OSX using the GNU\n> development tools, so should compile OK on UNIX / GNU Linux / and under\n> cygwin in Windows.\n>\n> The routines are primitives, and it is deliberatly not framework based,\n> so you can rip bits for your projects without lots of baggage.\n>\n> Please let me know any comments.\nsnipped\n\nHi Paul,\n\tI had a go at your GAL package on my Debian 4.0 hppa box. Download, unpack, \nconfigure, make and make install work well but make check barfs with the \ntrace you'll see quoted below. I don't have the programming skills to do \nanything with it but I'm always glad to try and break software :-) .\n\n73 de Geoff vk2tfg.\n\n\n> hppa:/home/vk2tfg/libgal-0.1.0# make check\n> Making check in test\n> make[1]: Entering directory `/home/vk2tfg/libgal-0.1.0/test'\n> make[1]: Nothing to be done for `check'.\n> make[1]: Leaving directory `/home/vk2tfg/libgal-0.1.0/test'\n> Making check in vec_mat\n> make[1]: Entering directory `/home/vk2tfg/libgal-0.1.0/vec_mat'\n> make[1]: Nothing to be done for `check'.\n> make[1]: Leaving directory `/home/vk2tfg/libgal-0.1.0/vec_mat'\n> Making check in ephemerides\n> make[1]: Entering directory `/home/vk2tfg/libgal-0.1.0/ephemerides'\n> make[1]: Nothing to be done for `check'.\n> make[1]: Leaving directory `/home/vk2tfg/libgal-0.1.0/ephemerides'\n> Making check in pstrings\n> make[1]: Entering directory `/home/vk2tfg/libgal-0.1.0/pstrings'\n> make[1]: Nothing to be done for `check'.\n> make[1]: Leaving directory `/home/vk2tfg/libgal-0.1.0/pstrings'\n> Making check in star\n> make[1]: Entering directory `/home/vk2tfg/libgal-0.1.0/star'\n> make[1]: Nothing to be done for `check'.\n> make[1]: Leaving directory `/home/vk2tfg/libgal-0.1.0/star'\n> Making check in eao\n> make[1]: Entering directory `/home/vk2tfg/libgal-0.1.0/eao'\n> make[1]: Nothing to be done for `check'.\n> make[1]: Leaving directory `/home/vk2tfg/libgal-0.1.0/eao'\n> Making check in date_time\n> make[1]: Entering directory `/home/vk2tfg/libgal-0.1.0/date_time'\n> make[1]: Nothing to be done for `check'.\n> make[1]: Leaving directory `/home/vk2tfg/libgal-0.1.0/date_time'\n> make[1]: Entering directory `/home/vk2tfg/libgal-0.1.0'\n> make  gal_tdatetime gal_tvecmat gal_tprecnut gal_tearthrot gal_tephemerides\n> gal_tpstrings gal_tstar make[2]: Entering directory\n> `/home/vk2tfg/libgal-0.1.0'\n> gcc -DHAVE_CONFIG_H -I.  -Itest    -g -O2 -c -o gal_tdatetime.o `test -f\n> 'date_time/gal_tdatetime.c' || echo './'`date_time/gal_tdatetime.c In file\n> included from date_time/gal_tdatetime.c:44:\n> test/gal_test_common.h:78:3: warning: no newline at end of file\n> In file included from test/gal_test.h:38,\n>                  from date_time/gal_tdatetime.c:45:\n> test/gal_test_start.h:93:3: warning: no newline at end of file\n> In file included from test/gal_test.h:39,\n>                  from date_time/gal_tdatetime.c:45:\n> test/gal_test_stop.h:82:3: warning: no newline at end of file\n> In file included from test/gal_test.h:40,\n>                  from date_time/gal_tdatetime.c:45:\n> test/gal_vcv.h:92:3: warning: no newline at end of file\n> In file included from test/gal_test.h:41,\n>                  from date_time/gal_tdatetime.c:45:\n> test/gal_vdv.h:94:3: warning: no newline at end of file\n> In file included from test/gal_test.h:42,\n>                  from date_time/gal_tdatetime.c:45:\n> test/gal_viv.h:92:3: warning: no newline at end of file\n> In file included from test/gal_test.h:43,\n>                  from date_time/gal_tdatetime.c:45:\n> test/gal_vsv.h:92:3: warning: no newline at end of file\n> In file included from date_time/gal_tdatetime.c:45:\n> test/gal_test.h:70:3: warning: no newline at end of file\n> date_time/gal_tdatetime.c:110:3: warning: no newline at end of file\n> /bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2   -o gal_tdatetime\n> gal_tdatetime.o libgal_test.la libgal.la libtool: link: gcc -g -O2 -o\n> .libs/gal_tdatetime gal_tdatetime.o  ./.libs/libgal_test.a\n> ./.libs/libgal.so -Wl,-rpath -Wl,/usr/local/lib ./.libs/libgal.so:\n> undefined reference to `sqrt'\n> ./.libs/libgal.so: undefined reference to `floor'\n> ./.libs/libgal.so: undefined reference to `fmod'\n> ./.libs/libgal.so: undefined reference to `cos'\n> ./.libs/libgal.so: undefined reference to `sin'\n> ./.libs/libgal.so: undefined reference to `atan2'\n> ./.libs/libgal.so: undefined reference to `pow'\n> ./.libs/libgal.so: undefined reference to `atan'\n> collect2: ld returned 1 exit status\n> make[2]: *** [gal_tdatetime] Error 1\n> make[2]: Leaving directory `/home/vk2tfg/libgal-0.1.0'\n> make[1]: *** [check-am] Error 2\n> make[1]: Leaving directory `/home/vk2tfg/libgal-0.1.0'\n> make: *** [check-recursive] Error 1\n> hppa:/home/vk2tfg/libgal-0.1.0#\n",
    "attachments": []
}