We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have followed all the forums for the fix and none have worked, still getting the following error when I try to compile (on windows box)
C:\Python27\PC /Tchadoopy/getdelim.c /Fobuild\temp.win32-2.7\Release\hadoopy/get delim.obj getdelim.c c:\users\atrombley\hadoopy\hadoopy\getdelim.h(6) : error C2061: syntax error : i dentifier 'getdelim' c:\users\atrombley\hadoopy\hadoopy\getdelim.h(6) : error C2059: syntax error : ' ;' c:\users\atrombley\hadoopy\hadoopy\getdelim.h(6) : error C2059: syntax error : ' type' hadoopy/getdelim.c(53) : error C2061: syntax error : identifier 'getdelim' hadoopy/getdelim.c(53) : error C2059: syntax error : ';' hadoopy/getdelim.c(53) : error C2059: syntax error : 'type' error: command 'C:\Users\atrombley\AppData\Local\Programs\Common\Microsof t\Visual C++ for Python\9.0\VC\Bin\cl.exe' failed with exit status 2
The text was updated successfully, but these errors were encountered:
I'm facing the same issue. Requesting assistance on this issue.
Sorry, something went wrong.
No branches or pull requests
I have followed all the forums for the fix and none have worked, still getting the following error when I try to compile (on windows box)
C:\Python27\PC /Tchadoopy/getdelim.c /Fobuild\temp.win32-2.7\Release\hadoopy/get
delim.obj
getdelim.c
c:\users\atrombley\hadoopy\hadoopy\getdelim.h(6) : error C2061: syntax error : i
dentifier 'getdelim'
c:\users\atrombley\hadoopy\hadoopy\getdelim.h(6) : error C2059: syntax error : '
;'
c:\users\atrombley\hadoopy\hadoopy\getdelim.h(6) : error C2059: syntax error : '
type'
hadoopy/getdelim.c(53) : error C2061: syntax error : identifier 'getdelim'
hadoopy/getdelim.c(53) : error C2059: syntax error : ';'
hadoopy/getdelim.c(53) : error C2059: syntax error : 'type'
error: command 'C:\Users\atrombley\AppData\Local\Programs\Common\Microsof
t\Visual C++ for Python\9.0\VC\Bin\cl.exe' failed with exit status 2
The text was updated successfully, but these errors were encountered: