Dev Links |
Author |
Message |
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Thu Nov 15, 2012 10:25 pm Post subject: MacPorts & CocoaPods |
|
|
so - Unable to get MacPort functionality after installing Xcode 4.3
Code: | "$ sudo port install libsocketsPassword:
Warning: xcodebuild exists but failed to execute"
"libpvx still wouldn't install after the above. Two extra steps were required:
sudo ln -s /Developer /
sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs /SDKs" |
Last edited by Ike on Sun Feb 11, 2024 7:45 pm; edited 1 time in total |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Sat Feb 10, 2024 11:51 pm Post subject: |
|
|
macports.org - wiki/FAQ
"There is also a HOWTO section, which may answer some questions not listed
here and provides useful tutorials for performing a number of different tasks
using MacPorts." |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Sat Feb 10, 2024 11:52 pm Post subject: |
|
|
macports.org - xmlsec - XML Security Library
"XML Security Library is a C library based on LibXML2.. The library supports
major XML security standards. XML Signature, XML Encryption, Canonical XML
and Exclusive Canonical XML."
git - Cannot install libxmlsec1 on Mountain Lion
--disable-crypto-dl fixes it.
--enable-crypto-dl enable dynamic loading support for xmlsec-crypto libraries (yes)
--enable-apps-crypto-dl enable dynamic loading support for xmlsec-crypto libraries in xmlsec command line tool (yes)
Last edited by Ike on Fri Feb 16, 2024 11:20 am; edited 1 time in total |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Sat Feb 10, 2024 11:54 pm Post subject: |
|
|
macports.org - Install Apple's Command Line Developer Tools: xcode-select --install
"Installers for legacy platforms Big Sur, Catalina, Mojave, High Sierra, Sierra, El
Capitan, Yosemite, Mavericks, Mountain Lion, Lion, Snow Leopard, Leopard and
Tiger are also available."
/opt/local/var/macports/software |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Sun Feb 11, 2024 7:47 pm Post subject: |
|
|
cocoapods.org - CocoaPods Guides - Home
Using CocoaPods, Build with CocoaPods, Reference |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Sat Feb 17, 2024 5:52 pm Post subject: |
|
|
macports.org - Reactivating an older version that's still installed
"When you upgrade, a newer version of tcl will be installed and activated, while
tcl @8.4.16_0 will remain installed but will be deactivated. As long as it is still
installed, you can reactivate tcl @8.4.16_0, which will automatically deactivate
the active version first."
Code: | $ sudo port activate tcl @8.4.16_0
---> Deactivating tcl @8.5.0_0
---> Activating tcl @8.4.16_0 |
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
|
Back to top |
|
|
|