ChrisMmm wrote: 
> Thanks.
> 
> OK, after installing a few extra required packages got the build scrip
> running. However ended with this:
> 
> > 
Code:
--------------------
  >   > In file included from Scan.xs:2:0:
  > /usr/lib/aarch64-linux-gnu/perl/5.20/CORE/perl.h:676:23: fatal error: 
sys/types.h: No such file or directory
  > #include <sys/types.h>
  > ^
  > compilation terminated.
--------------------
> > 
> 
> Not looking good. The directory exists as does file "perl.h" but not
> with the ":676:23:" part. Possible script error?

No, you are missing Linux kernel development headers.   Normally, there
is a package called compile-essentials that would install major packages
for compiling. 

I thought you were trying to compile for perl 5.22?   This is showing
that you are using 5.20, there are already arm binaries for perl 5.20.  
The catch is that perl has to report as
arm-linux-gnueabihf-thread-multi-64int.

what does your perl report as?


------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=105125

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to