#99: Qutecom failed to build on MAC OS
-----------------------------+----------------------------------------------
Reporter: ahgindia | Owner: vadim
Type: defect | Status: new
Priority: blocker | Milestone: QuteCom 2.2-RC4
Component: 3rd party libs | Version: 2.2-RC3
Resolution: | Keywords: ffmpeg
-----------------------------+----------------------------------------------
Comment(by ahgindia):
port -v
MacPorts 1.710
gcc --version
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
There was one other error after solving this error :
/usr/local/include/mach-o/arch.h:52: error: use of enum 'NXByteOrder'
without previous declaration
make[2]: ***
[libs/3rdparty/googlebreakpad/CMakeFiles/googlebreakpad.dir/src/common/mac/macho_walker.o]
Error 1
make[1]: ***
[libs/3rdparty/googlebreakpad/CMakeFiles/googlebreakpad.dir/all] Error 2
make: *** [all] Error 2
I have solved this by uncommenting definition of NXByteOrder, which I had
commented out previously due to solve one more error.
So to solve this error I have done changes in
/usr/local/include/mach-o/arch.h and dept the definition of NXByteOrder
inside class guards ifndef _SOME_NAME define _SOME_NAME.
So finally, I have successfully built MAC version of qutecom after solving
lots of errors. I had not faced any such in windows version.
--
Ticket URL: <http://trac.qutecom.org/ticket/99#comment:6>
QuteCom <http://trac.qutecom.org>
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev