-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi there,
I'm having a problem when i try com build the 1.1 Branch...
When i'm compiling JavascriptHandler.cpp i got this errors:
1>..\src\JavascriptHandler.cpp(25) : error C2039: 'json' : is not a member of 'QtJson'
1>..\src\JavascriptHandler.cpp(25) : error C2873: 'json' : symbol cannot be used in a using-declaration
1>..\src\JavascriptHandler.cpp(56) : error C2653: 'Json' : is not a class or namespace name
1>..\src\JavascriptHandler.cpp(56) : error C3861: 'serialize': identifier not found
1>..\src\JavascriptHandler.cpp(513) : error C2653: 'Json' : is not a class or namespace name
1>..\src\JavascriptHandler.cpp(513) : error C3861: 'serialize': identifier not found
1>Build log was saved at "file://G:\SOFTWARE\GreenJ-1.1\GreenJ-1.1\build\win32\Debug\BuildLog.htm"
1>greenj - 6 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I've checked and i have the qt-json source code in the "vendor/qt-json/" folder.
i'm using Visual C++ 2008 Express and pjsip 1.16, and i have no problems to build the 1.0 branch...
Thanks for the help.
Regards.