Thomas, what you are doing is trying to compile it, but it seems you don't have a compiler installed (it doesn't come with the os by default). I suggest you install Xcode, from the appstore.
CharlesThere is another problem with Lion. The latest version is not compiled for os x and Lion has a "wrong" compiler or something like that. See this:checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... ./install-sh -c -dchecking for gawk... nochecking for mawk... nochecking for nawk... nochecking for awk... awkchecking whether make sets $(MAKE)... nochecking for gcc... nochecking for cc... nochecking for cl.exe... noconfigure: error: in `/usr/local/flvmeta-r235':configure: error: no acceptable C compiler found in $PATHSee `config.log' for more details....do You know how to figure out?t2012/3/16 Marc
Flvmeta 1.0.11 is a legacy version that does not support command line options.
Actually I did it, but the "new" Xcode 4.3.1 has llvm-gcc-4.2 compiler unsupported by flvmeta. When I defined the path of gcc compiler (within Xcode.app on Lion) terminal wrote:
checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... ./install-sh -c -dchecking for gawk... nochecking for mawk... nochecking for nawk... nochecking for awk... awkchecking whether make sets $(MAKE)... yeschecking for gcc... gccchecking whether the C compiler works... noconfigure: error: in `/usr/local/flvmeta':configure: error: C compiler cannot create executablesSee `config.log' for more details.What I did was to comiple flvmeta on older system and copy to Lion. Works fine but it is not clear!T
2012/3/16 Charles
Thomas, what you are doing is trying to compile it, but it seems you don't have a compiler installed (it doesn't come with the os by default). I suggest you install Xcode, from the appstore.
I have never heart about it. I am trying..., thanx. Is there something special what I have to know?
Tomas2012/3/17 Marc
Well, actually, the autotools build system (./configure, etc) is not the main build system anymore, because it makes maintaining cross-platform compatibility too much of a hassle.
The C compiler identification is unknown
CMake Error at /Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake:71 (MESSAGE):
Could not find install_name_tool, please check your installation.
Call Stack (most recent call first):
/Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:171 (INCLUDE)
CMakeLists.txt:2 (project)
CMake Error: Could not find cmake module file:/Applications/flvmetab/CMakeFiles/CMakeCCompiler.cmake
Configuring incomplete, errors occurred!
...does not work.
The C compiler identification is unknown
CMake Error at /Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake:71 (MESSAGE):
Could not find install_name_tool, please check your installation.
Call Stack (most recent call first):
/Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:171 (INCLUDE)
CMakeLists.txt:2 (project)
CMake Error: Could not find cmake module file:/Applications/flvmetab/CMakeFiles/CMakeCCompiler.cmake
Configuring incomplete, errors occurred!
Any idea? I am confused...Regards,Tomas
2012/3/18 MarcYou need to install Cmake first.