robaho / seashore

easy to use mac osx image editing application for the rest of us
GNU General Public License v2.0
439 stars 19 forks source link

Missing file GIMPCore.h #144

Closed SimonKravis closed 3 years ago

SimonKravis commented 3 years ago

import <GIMPCore/GIMPCore.h> in /Users/apple/Documents/GitHub/seashore/Seashore/source/tool/gradientTool.m fails with missing file with clone done just now

robaho commented 3 years ago

You need to use the workspace included, and probably build with XCode 12.3

I cloned a new copy and it built fine. Attaching the build log.

Build Seashore_2020-12-30T18-47-05.txt

SimonKravis commented 3 years ago

Thanks for your prompt replies.

I’m new to Mac development – if open the file seashore.xcworkspace with XCode it shows Build CMYK: Succeeded but the Product->Run option is greyed out. How can I run seashore within XCode?

If I open seashore.xcodeproj then I get the error regarding GIMPCore.h

Regards

Simon Kravis

From: robert engels [mailto:notifications@github.com] Sent: Thursday, 31 December 2020 11:55 AM To: robaho/seashore Cc: SimonKravis; Author Subject: Re: [robaho/seashore] Missing file GIMPCore.h (#144)

You need to use the workspace included, and probably build with XCode 12.3

I cloned a new copy and it built fine. Attaching the build log.

Build Seashore_2020-12-30T18-47-05.txt https://github.com/robaho/seashore/files/5756129/Build.Seashore_2020-12-30T18-47-05.txt

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/robaho/seashore/issues/144#issuecomment-752804988 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCCY6BVRRBFFIJPVRLIS4DSXPDUZANCNFSM4VO3DNDA . https://github.com/notifications/beacon/ACCCY6H4YHS5FLFXDFIWWITSXPDUZA5CNFSM4VO3DNDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFTPOI7A.gif

robaho commented 3 years ago

You need to select the Seashore scheme. You can also read the buildnotes.txt for building from the command line. Sorry, but I don't have time to support build/training issues.