Where is Scintilla library/framework?

Mac OSX specific forum
ProphetOfDoom
User
User
Posts: 84
Joined: Mon Jun 30, 2008 4:36 pm
Location: UK

Where is Scintilla library/framework?

Post by ProphetOfDoom »

Hello, I can't find scintilla.dylib or similar in the PureBasic folder? Surely I'm not supposed to download the whole of xcode just so I can build it? I'm on a 4G connection at the moment so I really don't want to do that. :(
User avatar
mk-soft
Always Here
Always Here
Posts: 5398
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Where is Scintilla library/framework?

Post by mk-soft »

Xcode is required for Purebasic, just like the developer packaged for Linux.

In contrast to window and Linus the Scintilla library is bound statically with macOS. So there is no scintilla.dylib, like window the scintilla.dll or Linus the scintilla.so
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
ProphetOfDoom
User
User
Posts: 84
Joined: Mon Jun 30, 2008 4:36 pm
Location: UK

Re: Where is Scintilla library/framework?

Post by ProphetOfDoom »

I'm not sure I understand you.
I have the XCode command line tools installed on my MacBook, but not the full XCode. And PureBasic works fine without me installing XCode. I was asking: do I have to build Scintilla from source? Because when I tried that, it complained about there being no XCode present. Are you saying that the whole of Scintilla is in the file purelibraries/scintilla? I had assumed that was just a wrapper?
User avatar
deseven
Enthusiast
Enthusiast
Posts: 362
Joined: Wed Jan 12, 2011 3:48 pm
Location: Serbia
Contact:

Re: Where is Scintilla library/framework?

Post by deseven »

Maybe the documentation will help.
Post Reply