Source: premake
Version: 3.7-1
Severity: important
User: [email protected]
Usertags: kfreebsd

Hi,

your package FTBFS on kfreebsd-*:
| platform_windows.c
| platform_windows.c:28:21: warning: windows.h: No such file or directory
| platform_windows.c:35: error: expected specifier-qualifier-list before 
'HANDLE'
| platform_windows.c:40: error: expected ')' before '*' token
| platform_windows.c: In function 'platform_chdir':
| platform_windows.c:45: warning: implicit declaration of function 
'SetCurrentDirectory'
| platform_windows.c: In function 'platform_copyfile':
| platform_windows.c:51: warning: implicit declaration of function 'CopyFile'
| platform_windows.c:51: error: 'FALSE' undeclared (first use in this function)
| platform_windows.c:51: error: (Each undeclared identifier is reported only 
once
| platform_windows.c:51: error: for each function it appears in.)
| platform_windows.c: In function 'platform_findlib':
| platform_windows.c:57: error: 'HMODULE' undeclared (first use in this 
function)
| platform_windows.c:57: error: expected ';' before 'hDll'
| platform_windows.c:58: error: 'hDll' undeclared (first use in this function)
| platform_windows.c:60: warning: implicit declaration of function 
'GetModuleFileName'
| platform_windows.c:61: warning: implicit declaration of function 'strcpy'
| platform_windows.c:61: warning: incompatible implicit declaration of built-in 
function 'strcpy'
| platform_windows.c:62: warning: implicit declaration of function 'FreeLibrary'
| platform_windows.c: In function 'platform_getcwd':
| platform_windows.c:73: warning: implicit declaration of function 
'GetCurrentDirectory'
| platform_windows.c: In function 'platform_getuuid':
| platform_windows.c:80: error: 'CoCreateGuid' undeclared (first use in this 
function)
| platform_windows.c:82: error: 'HMODULE' undeclared (first use in this 
function)
| platform_windows.c:82: error: expected ';' before 'hOleDll'
| platform_windows.c:83: error: expected ')' before '__stdcall'
| platform_windows.c:83: error: expected ')' before '(' token
| platform_windows.c:83: error: expected ';' before 'GetProcAddress'
| platform_windows.c:85: warning: implicit declaration of function 
'CoCreateGuid'
| platform_windows.c: In function 'platform_isAbsolutePath':
| platform_windows.c:91: warning: implicit declaration of function 'strlen'
| platform_windows.c:91: warning: incompatible implicit declaration of built-in 
function 'strlen'
| platform_windows.c: In function 'platform_mask_close':
| platform_windows.c:97: error: 'struct PlatformMaskData' has no member named 
'handle'
| platform_windows.c:97: error: 'INVALID_HANDLE_VALUE' undeclared (first use in 
this function)
| platform_windows.c:98: warning: implicit declaration of function 'FindClose'
| platform_windows.c:98: error: 'struct PlatformMaskData' has no member named 
'handle'
| platform_windows.c: In function 'platform_mask_getname':
| platform_windows.c:107: warning: incompatible implicit declaration of 
built-in function 'strcpy'
| platform_windows.c:108: warning: incompatible implicit declaration of 
built-in function 'strlen'
| platform_windows.c:109: warning: implicit declaration of function 'strcat'
| platform_windows.c:109: warning: incompatible implicit declaration of 
built-in function 'strcat'
| platform_windows.c:110: error: 'struct PlatformMaskData' has no member named 
'entry'
| platform_windows.c: In function 'platform_mask_getnext':
| platform_windows.c:117: error: 'struct PlatformMaskData' has no member named 
'handle'
| platform_windows.c:117: error: 'INVALID_HANDLE_VALUE' undeclared (first use 
in this function)
| platform_windows.c:120: error: 'struct PlatformMaskData' has no member named 
'isFirst'
| platform_windows.c:122: error: 'struct PlatformMaskData' has no member named 
'isFirst'
| platform_windows.c:127: warning: implicit declaration of function 
'FindNextFile'
| platform_windows.c:127: error: 'struct PlatformMaskData' has no member named 
'handle'
| platform_windows.c:127: error: 'struct PlatformMaskData' has no member named 
'entry'
| platform_windows.c: In function 'platform_mask_isfile':
| platform_windows.c:134: error: 'struct PlatformMaskData' has no member named 
'entry'
| platform_windows.c:134: error: 'FILE_ATTRIBUTE_DIRECTORY' undeclared (first 
use in this function)
| platform_windows.c: In function 'platform_mask_open':
| platform_windows.c:143: error: 'struct PlatformMaskData' has no member named 
'handle'
| platform_windows.c:143: warning: implicit declaration of function 
'FindFirstFile'
| platform_windows.c:143: error: 'struct PlatformMaskData' has no member named 
'entry'
| platform_windows.c:144: warning: incompatible implicit declaration of 
built-in function 'strlen'
| platform_windows.c:145: warning: incompatible implicit declaration of 
built-in function 'strcpy'
| platform_windows.c:146: error: 'struct PlatformMaskData' has no member named 
'isFirst'
| platform_windows.c: In function 'platform_mkdir':
| platform_windows.c:153: warning: implicit declaration of function 
'CreateDirectory'
| platform_windows.c: In function 'platform_remove':
| platform_windows.c:159: warning: implicit declaration of function 'DeleteFile'
| platform_windows.c: In function 'platform_rmdir':
| platform_windows.c:166: error: 'WIN32_FIND_DATA' undeclared (first use in 
this function)
| platform_windows.c:166: error: expected ';' before 'data'
| platform_windows.c:167: error: 'HANDLE' undeclared (first use in this 
function)
| platform_windows.c:167: error: expected ';' before 'hDir'
| platform_windows.c:169: warning: incompatible implicit declaration of 
built-in function 'strlen'
| platform_windows.c:170: warning: incompatible implicit declaration of 
built-in function 'strcpy'
| platform_windows.c:171: warning: incompatible implicit declaration of 
built-in function 'strcat'
| platform_windows.c:172: error: 'hDir' undeclared (first use in this function)
| platform_windows.c:172: error: 'data' undeclared (first use in this function)
| platform_windows.c:173: error: 'INVALID_HANDLE_VALUE' undeclared (first use 
in this function)
| platform_windows.c:179: warning: implicit declaration of function 'strcmp'
| platform_windows.c:187: error: 'FILE_ATTRIBUTE_DIRECTORY' undeclared (first 
use in this function)
| platform_windows.c:195: error: 'FILE_ATTRIBUTE_READONLY' undeclared (first 
use in this function)
| platform_windows.c:196: warning: implicit declaration of function 
'SetFileAttributes'
| platform_windows.c:204: warning: implicit declaration of function 
'RemoveDirectory'
| make[2]: *** [obj/Debug/platform_windows.o] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=premake

Mraw,
KiBi.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to