Changes between Version 2 and Version 3 of Ticket #62994, comment 69


Ignore:
Timestamp:
Apr 1, 2024, 11:42:58 PM (5 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62994, comment 69

    v2 v3  
    33I am very much a novice programmer and definitely a newbie when it comes to Macports. Please forgive me if I sound simple and naive. :)
    44
    5 I was directed here by kencu after my attempts of installing m4 with the command "sudo port install m4" failed.
     5I was directed here by kencu after my attempts of installing m4 with the command `sudo port install m4` failed.
    66
    7 I think I found the "configure" file noted by kencu in comment #5.
     7I think I found the "configure" file noted by kencu in comment:5.
    88
    99Mine is located in :
     
    1111/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_m4/m4/work/m4-1.4.19
    1212
    13 I edited the file with "sudo nano configure" and searched for the string "bug_possible".
     13I edited the file with `sudo nano configure` and searched for the string "bug_possible".
    1414
    1515I commented out the original if statement and added in the suggested test for TRUE.
    1616
     17{{{
    1718#endif
    1819
     
    2122  if (1)
    2223    return 0;
     24}}}
    2325
    24 
    25 After saving the file I reran the command "sudo port install m4". Unfortunately, I ended up with the same error.
     26After saving the file I reran the command `sudo port install m4`. Unfortunately, I ended up with the same error.
    2627
    2728What am I doing incorrectly?