MESSAGE
DATE | 2020-12-05 |
FROM | Rick Kline
|
SUBJECT | Re: [Hangout - NYLXS] [Gimp-user] Opening uncompressed NASA image
|
Yes, it appears that I own the folder:
ls -l results in drwsrwxrwx-at- 27 rickkline staff 864 Dec 4 23:30 pds-2.4.116
pds-2.4.116 is the directory
I wonder if it might have to do with the CC compiler. configure calls for gcc, but Mac OS now uses clang. gcc points to clang as a convenience, at least for now, but just in case, I tried
CC=clang ./configure
Results of which, in
Ricks-iMac:pds-2.4.116 rickkline$ CC=clang ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... no checking for style of include used by make... none checking for gcc... clang checking whether the C compiler works... no configure: error: in `/Users/rickkline/Downloads/pds-2.4.116': configure: error: C compiler cannot create executables See `config.log' for more details
The bold line "checking whether the C compiler works… no” concerns me.
Thanks. Rick
* * ** *** ***** ******** ************* ********************* It’s better to wave at a stranger than to ignore a friend * * ** *** ***** ******** ************* *********************
> On Dec 4, 2020, at 11:39 PM, Mark Morin wrote: > > I don't see how it could happen but do you own the folder that the file is in? > > On 12/4/2020 11:10 PM, Rick Kline wrote: >> Just did sudo chmod 4777 ../pds-2.4.116 >> Everyone should be able to do everything with that directory now. >> C compiler still can’t creat executables in pds-2.4.116 >> >> Rick >> * * ** *** ***** ******** ************* ********************* >> It’s better to wave at a stranger than to ignore a friend >> * * ** *** ***** ******** ************* ********************* >> >> >> >>> On Dec 4, 2020, at 10:48 PM, Rick Kline wrote: >>> >>> Tried chmod 777 ../pds-2.4.116 >>> Mod didn’t change. I appear to be the owner. >>> >>> Rick >>> * * ** *** ***** ******** ************* ********************* >>> It’s better to wave at a stranger than to ignore a friend >>> * * ** *** ***** ******** ************* ********************* >>> >>> >>> >>>> On Dec 4, 2020, at 10:31 PM, Rick Kline wrote: >>>> >>>> Hey Kein, >>>> >>>> I cd’d to the /Users/rickkline/Downloads/pds-2.4.116 directory created by double clicking on pds-2.4.116.tar.gz in Downloads. Read INSTALL in the pds-2.4.116 directory and based on that issued the terminal command ./configure. Got an error message: >>>> >>>> configure: error: in `/Users/rickkline/Downloads/pds-2.4.116': >>>> configure: error: C compiler cannot create executables >>>> >>>> Do I need to chmod to something other than what access is currently set to? >>>> >>>> ls -l results in -rw-r--r---at- 1 rickkline staff 179736 Dec 2 23:12 ../pds-2.4.116.tar.gz >>>> >>>> I imagine there should be an x in there somewhere. >>>> >>>> Thanks. >>>> Rick >>>> >>>> * * ** *** ***** ******** ************* ********************* >>>> It’s better to wave at a stranger than to ignore a friend >>>> * * ** *** ***** ******** ************* ********************* >>>> >>>> >>>> >>>>> On Dec 3, 2020, at 8:21 PM, Kevin Cozens wrote: >>>>> >>>>> On 2020-12-03 7:22 p.m., Rick Kline wrote: >>>>>> The image is a closeup of a scorched portion of the Mars Rover Opportunity’s heat shield that was burned during its trip through the Martian atmosphere. >>>>> ok, ty. That explains why I was seeing what looked like a honeycomb in part of the image. >>>>> >>>>>> Thanks for the info. I’ll try to get a working plugin now that I’ve found the plugin directory at >>>>>> rickkline/Library/Application Support/GIMP/2.10/plug-ins >>>>> FYI, I downloaded the PDS plug-in source code from: >>>>> http://areo.info/gimp/gimp-2.8/pds-2.4.116.tar.gz >>>>> >>>>> I tried to build it for use with the 2.99 (development) version of GIMP. There were errors in the pds.c file which lead me to believe the way that plug-ins tie in to GIMP has changed. I don't have time right now to work out what changes are required to fix the compile errors. >>>>> >>>>>> Do I need to use the cp command or can I copy it in Finder? >>>>> That's a question for a Mac user. >>>>> >>>>> -- >>>>> Cheers! >>>>> >>>>> Kevin. >>>>> >>>>> http://www.ve3syb.ca/ | "Nerds make the shiny things that >>>>> https://www.patreon.com/KevinCozens | distract the mouth-breathers, and >>>>> | that's why we're powerful" >>>>> Owner of Elecraft K2 #2172 | >>>>> #include | --Chris Hardwick >>>>> _______________________________________________ >>>>> gimp-user-list mailing list >>>>> List address: gimp-user-list-at-gnome.org >>>>> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list >>>>> List archives: https://mail.gnome.org/archives/gimp-user-list >>>> _______________________________________________ >>>> gimp-user-list mailing list >>>> List address: gimp-user-list-at-gnome.org >>>> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list >>>> List archives: https://mail.gnome.org/archives/gimp-user-list >>> _______________________________________________ >>> gimp-user-list mailing list >>> List address: gimp-user-list-at-gnome.org >>> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list >>> List archives: https://mail.gnome.org/archives/gimp-user-list >> _______________________________________________ >> gimp-user-list mailing list >> List address: gimp-user-list-at-gnome.org >> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list >> List archives: https://mail.gnome.org/archives/gimp-user-list > _______________________________________________ > gimp-user-list mailing list > List address: gimp-user-list-at-gnome.org > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list > List archives: https://mail.gnome.org/archives/gimp-user-list
_______________________________________________ gimp-user-list mailing list List address: gimp-user-list-at-gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list _______________________________________________ Hangout mailing list Hangout-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|