View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum ↗

iraf-v216 · Code · Issues (50) · Pull requests (81)

iraf.net Issue #28

xc can’t find iraf.h during build

closed closed olebole opened this issue on 2017-05-04 · 4 comments


olebole commented on 2017-05-04

When building from source, I get a number of errors like

xc -c -w -/g -/m64 [...] aclrc.c [...]  
[...]  
aclrc.c:6:18: fatal error: iraf.h: No such file or directory  
 #include <iraf.h>  
                  ^  
compilation terminated.  

RobSteele49 commented on 2017-05-04

Could this in fact be related to the mkpkg.inc file I found that defines *FLAG values? @joequant @zcsteele

Also, are you attempting to build for the ‘linux64’ target?


iraf commented on 2017-05-04

No

On Thu, May 4, 2017 at 8:50 AM, RobSteele49 wrote:

[…]


RobSteele49 commented on 2017-05-04

Could @iraf elaborate on the “No”. My idea was just a guess - but if you ‘know’ the fix could you share? @zcsteele and I are having similar problems and would like to know the fix that could then be pulled into the iraf-v216 master. I’m sure others would like to know the fix as well.


olebole commented on 2017-05-04

This problem is fixed by #29; at least if @iraf merges it.


Fixed in #29


Closed on 2017-05-04