Giter Club home page Giter Club logo

Comments (6)

antoniogermano avatar antoniogermano commented on May 21, 2024

Xcode Version 6.4 (6E35b)
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.4.0
Thread model: posix

from firefox-ios.

reza-ryte-club avatar reza-ryte-club commented on May 21, 2024

Try installing Carthage.pkg from https://github.com/Carthage/Carthage/releases
Then go to your firefox source directory from terminal.
Give the following command:

./checkout.sh

after installing necessary dependencies open the Client.xcodeproj file from finder with XCode.
Then in order to build Command+B
You can run then with Command+R.

from firefox-ios.

pbernery avatar pbernery commented on May 21, 2024

Same issue here.

Where does the sqlite3.c file dependency comes from? The Sqlite Cipher project does not seem to contain any sqlite3.c file nor does the firefox for iOS repository.

By the way, but this is more related to Carthage, I had to manually fetch dependencies as Carthage segfaults on my machine with the Firefox for iOS Cartfile.

from firefox-ios.

pbernery avatar pbernery commented on May 21, 2024

I managed to make it compile: I first opened the sqlcipher Xcode project, built the sqlcipher target then reopened the Firefox for iOS project and it passed.
It seems to be a build dependency failure of Xcode.

from firefox-ios.

pbernery avatar pbernery commented on May 21, 2024

I forgot to mention that I used the latest sqlcipher project for that. However, the default configuration seems to not be good for Firefox. I got back to the version delivered with Firefox. I had to build the sqlcipher dependency (amalgamation) manually. In a Terminal, in the ThirdParty/sqlcipher directory, type:

./configure --enable-tempstore=yes --with-crypto-lib=commoncrypto CFLAGS="-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2"
make sqlite3.c

The command is taken from the amalgamation target Run Script build phase of the sqlcipher Xcode project.

from firefox-ios.

rnewman avatar rnewman commented on May 21, 2024

This was fixed: https://bugzilla.mozilla.org/show_bug.cgi?id=1182620.

from firefox-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.