You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c:\users\somename\appdata\local\temp\pycharm-packaging2161460498868547044.tmp\pytrace\ext\record_pb.h(6) : fatal error C1083: Cannot open include file: 'google/protobuf-c/protobuf-c.h': No such file or directory
error: command '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' failed with exit status 2
What I'm doing wrong?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello.
I'm trying to install pytrace on win 7 it gives following error (from log file):
C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Iext -I/opt/local/include -IC:\Python27\include -IC:\Python27\PC /Tcext/trace.c /Fobuild\temp.win32-2.7\Release\ext/trace.obj -O0
cl : Command line warning D9002 : ignoring unknown option '-O0'
trace.c
c:\users\somename\appdata\local\temp\pycharm-packaging2161460498868547044.tmp\pytrace\ext\record_pb.h(6) : fatal error C1083: Cannot open include file: 'google/protobuf-c/protobuf-c.h': No such file or directory
error: command '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' failed with exit status 2
What I'm doing wrong?
Thanks in advance.
The text was updated successfully, but these errors were encountered: