mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
CCExtractor 0.79 fails to build on OS X #107
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @workflowsguy on GitHub (Jan 31, 2016).
When trying to build CCextractor from Source, besides issuing several warnings, it fails with
Building on OS X 10.9.5 with Xcode 6 Command line tools (Apple LLVM version 6.0 (clang-600.0.57)
@canihavesomecoffee commented on GitHub (Jan 31, 2016):
Hello,
could you verify if liconv is installed? Please post the output of
mdfind -name libiconv | sorthere, so we can help you further.The warnings are quite normal, they appear almost every time.
@workflowsguy commented on GitHub (Feb 1, 2016):
Here is the output from mdfind:
@canihavesomecoffee commented on GitHub (Feb 1, 2016):
Could you try to add this to the end of the gcc command inside the .command file?
-L/usr/libThen you'd get this:
@workflowsguy commented on GitHub (Feb 1, 2016):
OK,
with the modified command line, a ccextractor binary is built, albeit with the following warning:
`
@iha commented on GitHub (Mar 8, 2016):
I got a lot of warnings, but ccextractor was compiled in El Capitan.
@cfsmp3 commented on GitHub (Mar 8, 2016):
Are there warnings that don't relate to code itself? (such as the
-L/usr/lib one)
If yes we should solve those and have a clean build if at all possible.
On Tue, Mar 8, 2016 at 1:05 PM, Vitor Massaru Iha notifications@github.com
wrote:
@iha commented on GitHub (Mar 9, 2016):
There are many implicit conversions like char * to unsigned char * for example, and comparisons always true or false.
Follows the gcc output warnings.
gcc.log.zip
@cfsmp3 commented on GitHub (Mar 9, 2016):
Some of them are quite useful.
On Wed, Mar 9, 2016 at 10:42 AM, Vitor Massaru Iha <notifications@github.com
@barun511 commented on GitHub (Mar 12, 2016):
The build seems to work fine for me. I did have a libiconv issue, but that was due to conflicting macports and mac installations...removing macports and switching to homebrew fixed it for me, and the compilation went through smoothly.
@cfsmp3 commented on GitHub (Mar 18, 2016):
Current github confirmed working, reopen if/when it breaks again