[tor-bugs] #13461 [Tor]: Add OS X Xcode Project to contrib
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Oct 19 18:52:09 UTC 2014
#13461: Add OS X Xcode Project to contrib
-----------------------------+--------------------------------
Reporter: teor | Owner:
Type: enhancement | Status: needs_review
Priority: normal | Milestone: Tor: 0.2.6.x-final
Component: Tor | Version: Tor: unspecified
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
-----------------------------+--------------------------------
Comment (by rl1987):
This does not seem to work on my system.
* First, it fails to find libevent, specifically `event2/util.h` since I
used Homebrew to install libevent. Fixed it manually by adding
`/usr/local/Cellar/libevent/2.0.21` (recursive) and
`/usr/local/Cellar/libevent/2.0.21/include)` (recursive) to Library Search
Paths and Header Search Paths respectively. Obviously this is not a
solution for general case.
* `src/or/or_sha.i` is generated by compilation process so you have to
`make` the codebase for this file to appear.
* `ld: library not found for -lminiupnpc` Seems to be related to miniupnp
[1] library.
I think it would be worthwhile to research ways to generate Xcode project
automatically, e.g. by doing `make xcodeproj`. That way, we could account
for machine-specific things, such as library paths.
[1] http://miniupnp.free.fr/
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13461#comment:13>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list