| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
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-----
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
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.