bug-global
[Top][All Lists]
Advanced

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

error: POSIX.1-2008 realpath(3) is required on macos


From: G
Subject: error: POSIX.1-2008 realpath(3) is required on macos
Date: Fri, 19 Feb 2021 15:54:50 +0900

Hi,

I face one issue to build global on macox.
The error is as below when I run configure.

    checking whether POSIX.1-2008 realpath is equipped... no
    configure: error: POSIX.1-2008 realpath(3) is required.

I think #include <stdlib.h> is necessary to call realpath on macOS environment.
I added 

#include <stdlib.h>

in configure then configure is completed and build all tool completed.

I attach patch file.
Please take a look.


The below is detailed information.

What is your environment (OS)? 
  macOS 11.2.1

Which version of Global are you using?
  6.6.5

What did you do? (command line)
  After I extract source code then, run the below command.
  ./configure

What did you expect from it?
  ./configure finish without any error
  

Attachment: realpath_configure_error.patch
Description: Binary data


reply via email to

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