View Single Post
Old 07 March 2013, 11:07   #2
arti
Registered User
 
Join Date: Jul 2008
Location: Poland
Posts: 662
Code:
COMPILE: amiga/schedule.c
amiga/schedule.c:28:17: pbl.h: No such file or directory
amiga/schedule.c:38: error: syntax error before '*' token
amiga/schedule.c:38: warning: type defaults to `int' in declaration of `schedule_list'
amiga/schedule.c:38: warning: data definition has no type or storage class
amiga/schedule.c: In function `schedule':
amiga/schedule.c:69: warning: passing arg 1 of `GetSysTime' from incompatible pointer type
amiga/schedule.c:70: warning: passing arg 1 of `AddTime' from incompatible pointer type
amiga/schedule.c:70: warning: passing arg 2 of `AddTime' from incompatible pointer type
amiga/schedule.c:72: error: invalid application of `sizeof' to an incomplete type
amiga/schedule.c:74: error: dereferencing pointer to incomplete type
amiga/schedule.c:74: error: dereferencing pointer to incomplete type
amiga/schedule.c:75: error: dereferencing pointer to incomplete type
amiga/schedule.c:76: error: dereferencing pointer to incomplete type
amiga/schedule.c:77: error: dereferencing pointer to incomplete type
amiga/schedule.c:84: warning: implicit declaration of function `pblHeapInsert'
amiga/schedule.c: In function `schedule_remove':
amiga/schedule.c:98: error: `PblIterator' undeclared (first use in this function)
amiga/schedule.c:98: error: (Each undeclared identifier is reported only once
amiga/schedule.c:98: error: for each function it appears in.)
amiga/schedule.c:98: error: `iterator' undeclared (first use in this function)
amiga/schedule.c:103: warning: implicit declaration of function `pblHeapIsEmpty'
amiga/schedule.c:105: warning: implicit declaration of function `pblHeapIterator'
amiga/schedule.c:107: warning: implicit declaration of function `pblIteratorNext'
amiga/schedule.c:107: warning: assignment makes pointer from integer without a cast
amiga/schedule.c:107: warning: comparison between pointer and integer
amiga/schedule.c:112: warning: implicit declaration of function `pblIteratorRemove'
amiga/schedule.c:118: warning: implicit declaration of function `pblIteratorFree'
amiga/schedule.c:120: warning: implicit declaration of function `pblHeapConstruct'
amiga/schedule.c: In function `schedule_remove_all':
amiga/schedule.c:125: error: `PblIterator' undeclared (first use in this function)
amiga/schedule.c:125: error: `iterator' undeclared (first use in this function)
amiga/schedule.c:132: warning: assignment makes pointer from integer without a cast
amiga/schedule.c:132: warning: comparison between pointer and integer
amiga/schedule.c: In function `schedule_run':
amiga/schedule.c:156: warning: implicit declaration of function `pblHeapGetFirst'
amiga/schedule.c:156: warning: assignment makes pointer from integer without a cast
amiga/schedule.c:158: warning: comparison between pointer and integer
amiga/schedule.c:167: warning: passing arg 1 of `GetSysTime' from incompatible pointer type
amiga/schedule.c:168: warning: passing arg 1 of `CmpTime' from incompatible pointer type
amiga/schedule.c:168: warning: passing arg 2 of `CmpTime' from incompatible pointer type
amiga/schedule.c:174: warning: implicit declaration of function `pblHeapRemoveFirst'
amiga/schedule.c: In function `ami_schedule_compare':
amiga/schedule.c:198: warning: passing arg 1 of `CmpTime' from incompatible pointer type
amiga/schedule.c:198: warning: passing arg 2 of `CmpTime' from incompatible pointer type
amiga/schedule.c: In function `ami_schedule_create':
amiga/schedule.c:203: warning: implicit declaration of function `pblHeapNew'
amiga/schedule.c:203: warning: assignment makes pointer from integer without a cast
amiga/schedule.c:204: error: `PBL_ERROR_OUT_OF_MEMORY' undeclared (first use in this function)
amiga/schedule.c:206: warning: implicit declaration of function `pblHeapSetCompareFunction'
amiga/schedule.c: In function `ami_schedule_free':
amiga/schedule.c:212: warning: implicit declaration of function `pblHeapFree'
amiga/schedule.c: In function `ami_schedule_open_timer':
amiga/schedule.c:218: warning: implicit declaration of function `AllocSysObjectTags'
amiga/schedule.c:218: error: `ASOT_PORT' undeclared (first use in this function)
amiga/schedule.c:219: error: `ASO_NoTrack' undeclared (first use in this function)
amiga/schedule.c:220: error: `TAG_DONE' undeclared (first use in this function)
amiga/schedule.c:220: warning: assignment makes pointer from integer without a cast
amiga/schedule.c:222: error: `ASOT_IOREQUEST' undeclared (first use in this function)
amiga/schedule.c:223: error: `ASOIOR_Size' undeclared (first use in this function)
amiga/schedule.c:223: error: invalid application of `sizeof' to an incomplete type
amiga/schedule.c:224: error: `ASOIOR_ReplyPort' undeclared (first use in this function)
amiga/schedule.c:230: error: dereferencing pointer to incomplete type
amiga/schedule.c:231: warning: implicit declaration of function `GetInterface'
amiga/schedule.c: In function `ami_schedule_close_timer':
amiga/schedule.c:238: warning: implicit declaration of function `DropInterface'
amiga/schedule.c:242: warning: implicit declaration of function `FreeSysObject'
amiga/schedule.c:242: error: `ASOT_IOREQUEST' undeclared (first use in this function)
amiga/schedule.c:243: error: `ASOT_PORT' undeclared (first use in this function)

 COMPILE: amiga/save_pdf.c
 COMPILE: amiga/print.c
amiga/print.c: In function `ami_print_readunit':
amiga/print.c:143: warning: implicit declaration of function `SNPrintf'
amiga/print.c: In function `ami_print':
amiga/print.c:385: warning: implicit declaration of function `AllocSysObjectTags'
amiga/print.c:385: error: `ASOT_IOREQUEST' undeclared (first use in this function)
amiga/print.c:385: error: (Each undeclared identifier is reported only once
amiga/print.c:385: error: for each function it appears in.)
amiga/print.c:386: error: `ASOIOR_Size' undeclared (first use in this function)
amiga/print.c:387: error: `ASOIOR_ReplyPort' undeclared (first use in this function)
amiga/print.c:388: error: `ASO_NoTrack' undeclared (first use in this function)
amiga/print.c: In function `ami_print_init':
amiga/print.c:445: error: `ASOT_PORT' undeclared (first use in this function)
amiga/print.c:446: error: `ASO_NoTrack' undeclared (first use in this function)
amiga/print.c:447: warning: assignment makes pointer from integer without a cast
amiga/print.c: In function `ami_print_free':
amiga/print.c:454: warning: implicit declaration of function `FreeSysObject'
amiga/print.c:454: error: `ASOT_PORT' undeclared (first use in this function)
amiga/print.c: In function `ami_print_next_page':
amiga/print.c:481: warning: implicit declaration of function `RefreshSetGadgetAttrs'
amiga/print.c: In function `ami_print_close_device':
amiga/print.c:501: error: `ASOT_IOREQUEST' undeclared (first use in this function)
 COMPILE: amiga/plugin_hack.c
amiga/plugin_hack.c: In function `amiga_plugin_hack_execute':
amiga/plugin_hack.c:250: warning: implicit declaration of function `ASPrintf'
amiga/plugin_hack.c:250: warning: assignment makes pointer from integer without a cast
amiga/plugin_hack.c:260: error: `SYS_Input' undeclared (first use in this function)
amiga/plugin_hack.c:260: error: (Each undeclared identifier is reported only once
amiga/plugin_hack.c:260: error: for each function it appears in.)
amiga/plugin_hack.c:261: error: `SYS_Output' undeclared (first use in this function)
amiga/plugin_hack.c:262: error: `SYS_Error' undeclared (first use in this function)
amiga/plugin_hack.c:263: error: `SYS_Asynch' undeclared (first use in this function)
amiga/plugin_hack.c:264: error: `NP_Name' undeclared (first use in this function)
 COMPILE: amiga/plotters.c
amiga/plotters.c:46: warning: "struct BackFillMessage" declared inside parameter list
amiga/plotters.c:46: warning: its scope is only this definition or declaration, which is probably not what you want
amiga/plotters.c: In function `ami_init_layers':
amiga/plotters.c:195: error: `BGBACKFILL' undeclared (first use in this function)
amiga/plotters.c:195: error: (Each undeclared identifier is reported only once
amiga/plotters.c:195: error: for each function it appears in.)
amiga/plotters.c: In function `ami_plot_release_pens':
amiga/plotters.c:284: warning: implicit declaration of function `IsMinListEmpty'
amiga/plotters.c:285: warning: implicit declaration of function `GetHead'
amiga/plotters.c:289: warning: implicit declaration of function `GetSucc'
amiga/plotters.c: In function `ami_plot_setapen':
amiga/plotters.c:299: error: `RPTAG_APenColor' undeclared (first use in this function)
amiga/plotters.c: In function `ami_plot_setopen':
amiga/plotters.c:311: error: `RPTAG_OPenColor' undeclared (first use in this function)
amiga/plotters.c: In function `ami_bitmap':
amiga/plotters.c:733: error: `BLITA_UseSrcAlpha' undeclared (first use in this function)
amiga/plotters.c:737: error: `BLITA_MaskPlane' undeclared (first use in this function)
amiga/plotters.c:742: warning: implicit declaration of function `BltBitMapTags'
amiga/plotters.c:742: error: `BLITA_Width' undeclared (first use in this function)
amiga/plotters.c:743: error: `BLITA_Height' undeclared (first use in this function)
amiga/plotters.c:744: error: `BLITA_Source' undeclared (first use in this function)
amiga/plotters.c:745: error: `BLITA_Dest' undeclared (first use in this function)
amiga/plotters.c:746: error: `BLITA_DestX' undeclared (first use in this function)
amiga/plotters.c:747: error: `BLITA_DestY' undeclared (first use in this function)
amiga/plotters.c:748: error: `BLITA_SrcType' undeclared (first use in this function)
amiga/plotters.c:748: error: `BLITT_BITMAP' undeclared (first use in this function)
amiga/plotters.c:749: error: `BLITA_DestType' undeclared (first use in this function)
amiga/plotters.c:749: error: `BLITT_RASTPORT' undeclared (first use in this function)
amiga/plotters.c:750: error: `BLITA_Minterm' undeclared (first use in this function)
amiga/plotters.c: In function `ami_bitmap_tile':
amiga/plotters.c:828: warning: implicit declaration of function `CreateBackFillHook'
amiga/plotters.c:828: error: `BFHA_BitMap' undeclared (first use in this function)
amiga/plotters.c:829: error: `BFHA_Width' undeclared (first use in this function)
amiga/plotters.c:830: error: `BFHA_Height' undeclared (first use in this function)
amiga/plotters.c:831: error: `BFHA_OffsetX' undeclared (first use in this function)
amiga/plotters.c:832: error: `BFHA_OffsetY' undeclared (first use in this function)
amiga/plotters.c:833: warning: assignment makes pointer from integer without a cast
amiga/plotters.c:854: warning: implicit declaration of function `DeleteBackFillHook'
amiga/plotters.c: At top level:
amiga/plotters.c:865: warning: "struct BackFillMessage" declared inside parameter list
amiga/plotters.c:866: error: conflicting types for 'ami_bitmap_tile_hook'
amiga/plotters.c:46: error: previous declaration of 'ami_bitmap_tile_hook' was here
amiga/plotters.c:866: error: conflicting types for 'ami_bitmap_tile_hook'
amiga/plotters.c:46: error: previous declaration of 'ami_bitmap_tile_hook' was here
amiga/plotters.c: In function `ami_bitmap_tile_hook':
amiga/plotters.c:871: error: dereferencing pointer to incomplete type
amiga/plotters.c:872: error: dereferencing pointer to incomplete type
amiga/plotters.c:895: error: `BLITA_UseSrcAlpha' undeclared (first use in this function)
amiga/plotters.c:899: error: `BLITA_MaskPlane' undeclared (first use in this function)
amiga/plotters.c:904: error: `BLITA_Width' undeclared (first use in this function)
amiga/plotters.c:905: error: `BLITA_Height' undeclared (first use in this function)
amiga/plotters.c:906: error: `BLITA_Source' undeclared (first use in this function)
amiga/plotters.c:907: error: `BLITA_Dest' undeclared (first use in this function)
amiga/plotters.c:908: error: `BLITA_DestX' undeclared (first use in this function)
amiga/plotters.c:909: error: `BLITA_DestY' undeclared (first use in this function)
amiga/plotters.c:910: error: `BLITA_SrcType' undeclared (first use in this function)
amiga/plotters.c:910: error: `BLITT_BITMAP' undeclared (first use in this function)
amiga/plotters.c:911: error: `BLITA_DestType' undeclared (first use in this function)
amiga/plotters.c:911: error: `BLITT_RASTPORT' undeclared (first use in this function)
amiga/plotters.c:912: error: `BLITA_Minterm' undeclared (first use in this function)
 COMPILE: amiga/object.c
amiga/object.c: In function `NewObjList':
amiga/object.c:32: error: `MEMF_PRIVATE' undeclared (first use in this function)
amiga/object.c:32: error: (Each undeclared identifier is reported only once
amiga/object.c:32: error: for each function it appears in.)
amiga/object.c: In function `AddObject':
amiga/object.c:44: error: `MEMF_PRIVATE' undeclared (first use in this function)
amiga/object.c: In function `FreeObjList':
amiga/object.c:79: warning: implicit declaration of function `IsMinListEmpty'
amiga/object.c:80: warning: implicit declaration of function `GetHead'
amiga/object.c:84: warning: implicit declaration of function `GetSucc'
 COMPILE: amiga/misc.c
amiga/misc.c: In function `warn_user':
amiga/misc.c:50: warning: implicit declaration of function `ASPrintf'
amiga/misc.c:51: warning: assignment makes pointer from integer without a cast
amiga/misc.c:66: warning: implicit declaration of function `IDoMethod'
amiga/misc.c: In function `ami_warn_user_multi':
amiga/misc.c:80: warning: initialization makes pointer from integer without a cast
amiga/misc.c:84: warning: implicit declaration of function `TimedDosRequesterTags'
amiga/misc.c:84: error: `TDR_ImageType' undeclared (first use in this function)
amiga/misc.c:84: error: (Each undeclared identifier is reported only once
amiga/misc.c:84: error: for each function it appears in.)
amiga/misc.c:84: error: `TDRIMAGE_WARNING' undeclared (first use in this function)
amiga/misc.c:85: error: `TDR_TitleString' undeclared (first use in this function)
amiga/misc.c:86: error: `TDR_FormatString' undeclared (first use in this function)
amiga/misc.c:87: error: `TDR_GadgetString' undeclared (first use in this function)
amiga/misc.c:88: error: `TDR_Window' undeclared (first use in this function)
amiga/misc.c: In function `die':
amiga/misc.c:99: error: `TDR_ImageType' undeclared (first use in this function)
amiga/misc.c:99: error: `TDRIMAGE_ERROR' undeclared (first use in this function)
amiga/misc.c:100: error: `TDR_TitleString' undeclared (first use in this function)
amiga/misc.c:101: error: `TDR_GadgetString' undeclared (first use in this function)
amiga/misc.c:103: error: `TDR_FormatString' undeclared (first use in this function)
amiga/misc.c:104: error: `TDR_Arg1' undeclared (first use in this function)
amiga/misc.c: In function `path_to_url':
amiga/misc.c:160: warning: implicit declaration of function `DevNameFromLock'
amiga/misc.c:160: error: `DN_FULLPATH' undeclared (first use in this function)
arti is offline  
 
Page generated in 0.07515 seconds with 11 queries