Search found 19 matches: lipo

Searched query: lipo

by richmond62
Sat Mar 20, 2021 9:14 am
Forum: Talking LiveCode
Topic: LIPO?
Replies: 7
Views: 4345

Re: LIPO?

AND who, pray tell, is trying to build a combined 32-bit & 64-bit standalone on a Mac at the moment, and with which version of LiveCode? I thought I was retro, but . . . If I ever need to run of 32-bit standalones (which I do about once a week when my school is open) for Macs I use a version capable...
by jacque
Fri Mar 19, 2021 6:51 pm
Forum: Talking LiveCode
Topic: LIPO?
Replies: 7
Views: 4345

Re: LIPO?

Thanks, that helps. Looking up the lipo command, I get this definition: Create or operate on a universal file: convert a universal binary to a single architecture file, or vice versa. It's a Mac-only command and it sounds like it will allow ...
by richmond62
Fri Mar 19, 2021 6:27 pm
Forum: Talking LiveCode
Topic: LIPO?
Replies: 7
Views: 4345

Re: LIPO?

Screen Shot 2021-03-18 at 3.15.08 PM.png
-
Not really very informative.
by bogs
Fri Mar 19, 2021 6:20 pm
Forum: Talking LiveCode
Topic: LIPO?
Replies: 7
Views: 4345

Re: LIPO?

I'm tellin ya Craig, PostImage, it is a great resource :D
by jacque
Fri Mar 19, 2021 6:15 pm
Forum: Talking LiveCode
Topic: LIPO?
Replies: 7
Views: 4345

Re: LIPO?

What does the dialog say exactly? (It's too much trouble to download a file, unzip it, and look at it on a mobile device.) Posting the image here directly would work too.
by dunbarx
Thu Mar 18, 2021 11:01 pm
Forum: Talking LiveCode
Topic: LIPO?
Replies: 7
Views: 4345

Re: LIPO?

... splash would not allow any external stack files to be attached. I trashed it and created a new one, and all is well. But that is the moment the LIPO dialog started to appear during a standalone build. They does not seem to be harming anything; I do not even have to dismiss them. My Mac itself ...
by richmond62
Thu Mar 18, 2021 9:45 pm
Forum: Talking LiveCode
Topic: LIPO?
Replies: 7
Views: 4345

Re: LIPO?

LC is not used for Liposuction. 8)

Installing upgrades to macOS 11 requires you reinstall the command line tools each time:

viewtopic.php?f=5&t=35277
by dunbarx
Thu Mar 18, 2021 9:09 pm
Forum: Talking LiveCode
Topic: LIPO?
Replies: 7
Views: 4345

LIPO?

I all of a sudden started getting about three of these during a standalone build.
Any reason for this?
Screen Shot 2021-03-18 at 3.15.08 PM.zip
(32.11 KiB) Downloaded 179 times
Craig
by richmond62
Tue Aug 11, 2020 3:21 pm
Forum: Off-Topic
Topic: "lipo" command
Replies: 2
Views: 3478

Re: "lipo" command

Screenshot 2020-08-11 at 17.20.14.png
-
Yuck!
by richmond62
Tue Aug 11, 2020 3:16 pm
Forum: Off-Topic
Topic: "lipo" command
Replies: 2
Views: 3478

Re: "lipo" command

You are allowed to use lipo to combine different architectures into a single framework, but Apple forbids the combining of different platforms (macOS and iOS). It seems to work OK, and it's often done for frameworks distributed outside ...
by richmond62
Tue Aug 11, 2020 3:14 pm
Forum: Off-Topic
Topic: "lipo" command
Replies: 2
Views: 3478

"lipo" command

Screenshot 2020-08-11 at 17.12.35.png
-
odd message when building a Mac standalone.

?
by FourthWorld
Wed Aug 05, 2020 12:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A stack "revCursors" is already in memory
Replies: 30
Views: 18000

Re: A stack "revCursors" is already in memory

Seems a bug. We scripters should never be bothered with engine implementation details. FWIW, I found some background on lipo - if the name reminds you of "fat", there's a reason for that, it's a set of utilities for the modern equivalent of what Apple used to call "fat binaries": https://eclecticlight.co/2020/07/24/magic-lipo-and-testing-for-universal-binaries/
by dunbarx
Tue Aug 04, 2020 10:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A stack "revCursors" is already in memory
Replies: 30
Views: 18000

Re: A stack "revCursors" is already in memory

But the "Lipo" thing is odd. Building for iOS? No. desktop. Do you know what that is? But now my only recipe is to send my project to Scotland. I don't have problem with that; it is purely for in-house use. But does this make ...
by FourthWorld
Tue Aug 04, 2020 7:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A stack "revCursors" is already in memory
Replies: 30
Views: 18000

Re: A stack "revCursors" is already in memory

Good to see that whatever had caused the errant substack copying appears to have been fixed.

But the "Lipo" thing is odd. Building for iOS?
by dunbarx
Tue Aug 04, 2020 7:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A stack "revCursors" is already in memory
Replies: 30
Views: 18000

Re: A stack "revCursors" is already in memory

... the same inclusions as in my main project. During a standalone build, I get no dialog asking about cursors. I do get a dialog telling me that the "Lipo Command" requires command line developer tools, and offers a version of XCode. I do not use, or even have XCode resident. Craig