[MacPorts] #63344: glib2-devel @2.62.5: does not build on 10.4 Tiger i386

MacPorts noreply at macports.org
Sat Aug 7 01:18:28 UTC 2021


#63344: glib2-devel @2.62.5: does not build on 10.4 Tiger i386
--------------------------+--------------------
  Reporter:  kencu        |      Owner:  (none)
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:  tiger
      Port:  glib2-devel  |
--------------------------+--------------------

Comment (by kencu):

 here is part, perhaps:
 {{{
 $ cat getpath.c
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <pwd.h>
 #include <assert.h>

 int main(void) {
     const char * thePath;

     struct passwd *pw = getpwuid(getuid());
     assert(pw);
     thePath = pw->pw_dir;

     printf("%s\n",thePath);
     return 0;
 }
 }}}
 {{{
 $ gcc-apple-4.2 -o getpath getpath.c
 MacMini:~ me$ ./getpath
 /Users/me
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/63344#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list