Created
December 23, 2010 06:34
-
-
Save amiller/752658 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Administrator@andrew-6a3ff82a /o/amiller On My Mac/Desktop/libfreene | |
ct/build | |
$ mingw32-make.exe | |
[ 5%] Building CXX object src/CMakeFiles/freenect.dir/__/platform/windows/libus | |
b10emu/libusb-1.0/libusbemu.cpp.obj | |
O:\amiller On My Mac\Desktop\libfreenect\platform\windows\libusb10em | |
u\libusb-1.0\libusbemu.cpp: In function 'typename LibTranslator<T>::TranslatedTy | |
pe* translate(const T*)': | |
O:\amiller On My Mac\Desktop\libfreenect\platform\windows\libusb10em | |
u\libusb-1.0\libusbemu.cpp:49:43: error: expected primary-expression before ')' | |
token | |
### | |
The relevant line: | |
return((LibTranslator<T>::TranslatedType*)p); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment