Changes between Initial Version and Version 1 of Ticket #68756, comment 7


Ignore:
Timestamp:
Nov 25, 2023, 6:25:45 AM (10 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68756, comment 7

    initial v1  
    1 Hi,
     1Hi, \\
    22I tried
    33
     4{{{
    45sudo port install gcc13
    5 
    66sudo port select gcc
    7 
    87sudo port select gcc mp-gcc13
    9 
    108sudo port install gtk2
    11 
    129sudo port install pkgconfig
    13 
    1410sudo port variants fftw-3-single
    15 
    1611sudo port install fftw-3-single +gcc13
    17 
    1812sudo port variants cfitsio
    19 
    2013sudo port install cfitsio +gcc13
    21 
    22 
    2314unxz gildas-src-nov23b.tar.xz
    24 
    2515tar -xf gildas-src-nov23b.tar
    26 
    2716cd gildas-src-nov23b
    28 
    2917source admin/gildas-env.sh -o openmp
    30 
    3118make
     19}}}
    3220
    3321but I get
    3422
     23{{{
    3524Makefile:35: built/x86_64-darwin-gfortran-openmp/Makefile.deps: No such file or directory
    36 
    3725gcc -c -I../     -I/Users/pabloriviere/Downloads/gildas-src-nov23b/integ/x86_64-darwin-gfortran-openmp/include -pipe -fPIC -w   -Ddarwin -DDARWIN -DPNG -O -Dunderscore -DGAG_USE_GTK -DGAG_USE_OPENMP -DGAG_USE_POSIX -DGAG_USE_UNDERSCORE gcomm.c -o built/x86_64-darwin-gfortran-openmp/gcomm.o
    38 
    3926gcomm.c: In function 'sic_remove_previous_comm_files':
    40 
    4127gcomm.c:720:23: error: 'PATH_MAX' undeclared (first use in this function)
    4228  720 |         char last_cwd[PATH_MAX];
    4329      |                       ^~~~~~~~
    4430gcomm.c:720:23: note: each undeclared identifier is reported only once for each function it appears in
     31make[3]: *** [built/x86_64-darwin-gfortran-openmp/gcomm.o] Error 1
     32make[2]: *** [default] Error 1
     33make[1]: *** [default] Error 1
     34make: *** [default] Error 1
     35}}}
    4536
    46 make[3]: *** [built/x86_64-darwin-gfortran-openmp/gcomm.o] Error 1
     37And then after `make install`:
    4738
    48 make[2]: *** [default] Error 1
    49 
    50 make[1]: *** [default] Error 1
    51 
    52 make: *** [default] Error 1
    53 
    54 And then after make install:
    55 
     39{{{
    5640make[2]: Nothing to be done for `default-install'.
    57 
    5841Makefile:35: built/x86_64-darwin-gfortran-openmp/Makefile.deps: No such file or directory
    59 gcc -c -I../     -I/Users/pabloriviere/Downloads/gildas-src-nov23b/integ/x86_64-darwin-gfortran-openmp/include -pipe -fPIC -w   -Ddarwin -DDARWIN -DPNG -O -Dunderscore -DGAG_USE_GTK -DGAG_USE_OPENMP -DGAG_USE_POSIX -DGAG_USE_UNDERSCORE gcomm.c -o built/x86_64-darwin-
    60 
    61 gfortran-openmp/gcomm.o
    62 
     42gcc -c -I../     -I/Users/pabloriviere/Downloads/gildas-src-nov23b/integ/x86_64-darwin-gfortran-openmp/include -pipe -fPIC -w   -Ddarwin -DDARWIN -DPNG -O -Dunderscore -DGAG_USE_GTK -DGAG_USE_OPENMP -DGAG_USE_POSIX -DGAG_USE_UNDERSCORE gcomm.c -o built/x86_64-darwin-gfortran-openmp/gcomm.o
    6343gcomm.c: In function 'sic_remove_previous_comm_files':
    64 
    6544gcomm.c:720:23: error: 'PATH_MAX' undeclared (first use in this function)
    6645  720 |         char last_cwd[PATH_MAX];
    6746      |                       ^~~~~~~~
    6847gcomm.c:720:23: note: each undeclared identifier is reported only once for each function it appears in
    69 
    7048make[3]: *** [built/x86_64-darwin-gfortran-openmp/gcomm.o] Error 1
    71 
    7249make[2]: *** [default-install] Error 1
    73 
    7450make[1]: *** [default-install] Error 1
    75 
    7651make: *** [default-install] Error 1
     52}}}