Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Darwin 261. linux compile.



Hello,
	Without the error message identified, I can only assume you are
seeing the same problem that I am when compiling the source code.  My build
is complaining about not finding a prototype declaration for ntohs() within
QTSSModuleUtils.cpp.  I think you can just add the following to the top of
the QTSSModuleUtils.cpp source file to fix the compilation problem:


	#ifndef __Win32__
	#include <netinet/in.h>
	#endif

Hope this fixes the problem you are seeing.

Larry Deaton
email@hidden 

-----Original Message-----



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.