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
I am trying to build use the plugin in Unreal to build a game for PS4 which uses a version of Orbis-Clang compiler which comes as part of PS4 SDK. I am getting lot of errors. A few mentioned below.
In file included from ...\Plugins\CISQLite3\Source\CISQLite3\Private\sqlite3.c:24471:
In file included from C:\Program Files (x86)\SCE\ORBIS SDKs\5.500\target\include\pthread.h:54:
In file included from C:\Program Files (x86)\SCE\ORBIS SDKs\5.500\target\include\kernel.h:10:
In file included from C:\Program Files (x86)\SCE\ORBIS SDKs\5.500\target\include/_kernel.h:12:
C:\Program Files (x86)\SCE\ORBIS SDKs\5.500\target\include\sys/event.h(78,2): error : unknown type name 'u_short'; did you mean 'short'?
u_short flags;
If we somehow supress this, more follows.
example
\Plugins\CISQLite3\Source\CISQLite3\Private\sqlite3.c(31144,10): fatal error : 'sys/ioctl.h' file not found
or dlfcn.h not found
Any help would be really great.
The text was updated successfully, but these errors were encountered:
I am trying to build use the plugin in Unreal to build a game for PS4 which uses a version of Orbis-Clang compiler which comes as part of PS4 SDK. I am getting lot of errors. A few mentioned below.
In file included from ...\Plugins\CISQLite3\Source\CISQLite3\Private\sqlite3.c:24471:
In file included from C:\Program Files (x86)\SCE\ORBIS SDKs\5.500\target\include\pthread.h:54:
In file included from C:\Program Files (x86)\SCE\ORBIS SDKs\5.500\target\include\kernel.h:10:
In file included from C:\Program Files (x86)\SCE\ORBIS SDKs\5.500\target\include/_kernel.h:12:
C:\Program Files (x86)\SCE\ORBIS SDKs\5.500\target\include\sys/event.h(78,2): error : unknown type name 'u_short'; did you mean 'short'?
u_short flags;
If we somehow supress this, more follows.
example
\Plugins\CISQLite3\Source\CISQLite3\Private\sqlite3.c(31144,10): fatal error : 'sys/ioctl.h' file not found
or dlfcn.h not found
Any help would be really great.
The text was updated successfully, but these errors were encountered: