![]() |
![]() |
#1 |
Registered User
Join Date: Jul 2008
Location: Poland
Posts: 626
|
Replacing OS4 functions for OS3.x
If you know a replacement of at least one function below, post it here.
This way we could together make NetSurf for 68k with proper GUI. EDIT: This thread should have been better in Coders. C/C++ section. Code:
amiga/tree.c:45:31: graphics/blitattr.h: No such file or directory amiga/tree.c: In function `ami_tree_resized': amiga/tree.c:165: warning: implicit declaration of function `RefreshSetGadgetAttrs' amiga/tree.c: In function `ami_tree_scroller_hook': amiga/tree.c:379: error: `IDCMP_EXTENDEDMOUSE' undeclared (first use in this function) amiga/tree.c:379: error: (Each undeclared identifier is reported only once amiga/tree.c:379: error: for each function it appears in.) amiga/tree.c:380: error: `IMSGCODE_INTUIWHEELDATA' undeclared (first use in this function) amiga/tree.c:384: error: dereferencing pointer to incomplete type amiga/tree.c:384: error: dereferencing pointer to incomplete type amiga/tree.c: In function `ami_tree_open': amiga/tree.c:558: error: `IDCMP_EXTENDEDMOUSE' undeclared (first use in this function) amiga/tree.c:575: error: `BVS_DISPLAY' undeclared (first use in this function) amiga/tree.c:645: error: `WINDOW_NewMenu' undeclared (first use in this function) amiga/tree.c: In function `ami_tree_close': amiga/tree.c:697: warning: comparison of distinct pointer types lacks a cast amiga/tree.c: In function `ami_tree_update_quals': amiga/tree.c:717: error: `WINDOW_Qualifier' undeclared (first use in this function) amiga/tree.c:717: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/tree.c: In function `ami_tree_event': amiga/tree.c:787: warning: implicit declaration of function `SetWindowAttr' amiga/tree.c:855: error: structure has no member named `tv_secs' amiga/tree.c:856: error: structure has no member named `tv_micro' amiga/tree.c:904: error: structure has no member named `tv_secs' amiga/tree.c:904: error: structure has no member named `tv_micro' amiga/tree.c:908: error: structure has no member named `tv_secs' amiga/tree.c:910: error: structure has no member named `tv_secs' amiga/tree.c:911: error: structure has no member named `tv_micro' amiga/tree.c:912: error: structure has no member named `tv_secs' amiga/tree.c:912: error: structure has no member named `tv_micro' amiga/tree.c:920: error: structure has no member named `tv_secs' amiga/tree.c:921: error: structure has no member named `tv_micro' amiga/tree.c:925: error: structure has no member named `tv_secs' amiga/tree.c:925: error: structure has no member named `tv_secs' amiga/tree.c:926: error: structure has no member named `tv_micro' amiga/tree.c:926: error: structure has no member named `tv_micro' amiga/tree.c:939: error: structure has no member named `tv_secs' amiga/tree.c:939: error: structure has no member named `tv_micro' amiga/tree.c:943: error: structure has no member named `tv_secs' amiga/tree.c:945: error: structure has no member named `tv_secs' amiga/tree.c:946: error: structure has no member named `tv_micro' amiga/tree.c:947: error: structure has no member named `tv_secs' amiga/tree.c:947: error: structure has no member named `tv_micro' amiga/tree.c:955: error: structure has no member named `tv_secs' amiga/tree.c:956: error: structure has no member named `tv_micro' amiga/tree.c:960: error: structure has no member named `tv_secs' amiga/tree.c:960: error: structure has no member named `tv_secs' amiga/tree.c:961: error: structure has no member named `tv_micro' amiga/tree.c:961: error: structure has no member named `tv_micro' amiga/tree.c: In function `ami_tree_redraw_request': amiga/tree.c:1291: warning: implicit declaration of function `BltBitMapTags' amiga/tree.c:1291: error: `BLITA_SrcType' undeclared (first use in this function) amiga/tree.c:1291: error: `BLITT_BITMAP' undeclared (first use in this function) amiga/tree.c:1292: error: `BLITA_Source' undeclared (first use in this function) amiga/tree.c:1293: error: `BLITA_SrcX' undeclared (first use in this function) amiga/tree.c:1294: error: `BLITA_SrcY' undeclared (first use in this function) amiga/tree.c:1295: error: `BLITA_DestType' undeclared (first use in this function) amiga/tree.c:1295: error: `BLITT_RASTPORT' undeclared (first use in this function) amiga/tree.c:1296: error: `BLITA_Dest' undeclared (first use in this function) amiga/tree.c:1297: error: `BLITA_DestX' undeclared (first use in this function) amiga/tree.c:1298: error: `BLITA_DestY' undeclared (first use in this function) amiga/tree.c:1299: error: `BLITA_Width' undeclared (first use in this function) amiga/tree.c:1300: error: `BLITA_Height' undeclared (first use in this function) COMPILE: amiga/thumbnail.c COMPILE: amiga/theme.c amiga/theme.c: In function `gui_window_start_throbber': amiga/theme.c:394: error: `TNA_Flagged' undeclared (first use in this function) amiga/theme.c:394: error: (Each undeclared identifier is reported only once amiga/theme.c:394: error: for each function it appears in.) amiga/theme.c: In function `gui_window_stop_throbber': amiga/theme.c:424: error: `TNA_Flagged' undeclared (first use in this function) amiga/theme.c: In function `ami_update_throbber': amiga/theme.c:481: warning: implicit declaration of function `BltBitMapTags' amiga/theme.c:481: error: `BLITA_SrcX' undeclared (first use in this function) amiga/theme.c:482: error: `BLITA_SrcY' undeclared (first use in this function) amiga/theme.c:483: error: `BLITA_DestX' undeclared (first use in this function) amiga/theme.c:484: error: `BLITA_DestY' undeclared (first use in this function) amiga/theme.c:485: error: `BLITA_Width' undeclared (first use in this function) amiga/theme.c:486: error: `BLITA_Height' undeclared (first use in this function) amiga/theme.c:487: error: `BLITA_Source' undeclared (first use in this function) amiga/theme.c:488: error: `BLITA_Dest' undeclared (first use in this function) amiga/theme.c:489: error: `BLITA_SrcType' undeclared (first use in this function) amiga/theme.c:489: error: `BLITT_BITMAP' undeclared (first use in this function) amiga/theme.c:490: error: `BLITA_DestType' undeclared (first use in this function) amiga/theme.c:490: error: `BLITT_RASTPORT' undeclared (first use in this function) COMPILE: amiga/system_colour.c amiga/system_colour.c:34:27: intuition/gui.h: No such file or directory amiga/system_colour.c:82: error: `FOREGROUNDPEN' undeclared here (not in a function) amiga/system_colour.c:82: error: initializer element is not constant amiga/system_colour.c:82: error: (near initialization for `colour_list[4].amiga_pen') amiga/system_colour.c:84: error: initializer element is not constant amiga/system_colour.c:84: error: (near initialization for `colour_list[4]') amiga/system_colour.c:89: error: `FORESHINEPEN' undeclared here (not in a function) amiga/system_colour.c:89: error: initializer element is not constant amiga/system_colour.c:89: error: (near initialization for `colour_list[5].amiga_pen') amiga/system_colour.c:91: error: initializer element is not constant amiga/system_colour.c:91: error: (near initialization for `colour_list[5]') amiga/system_colour.c:96: error: `FORESHADOWPEN' undeclared here (not in a function) amiga/system_colour.c:96: error: initializer element is not constant amiga/system_colour.c:96: error: (near initialization for `colour_list[6].amiga_pen') amiga/system_colour.c:98: error: initializer element is not constant amiga/system_colour.c:98: error: (near initialization for `colour_list[6]') amiga/system_colour.c:105: error: initializer element is not constant amiga/system_colour.c:105: error: (near initialization for `colour_list[7]') amiga/system_colour.c:112: error: initializer element is not constant amiga/system_colour.c:112: error: (near initialization for `colour_list[8]') amiga/system_colour.c:117: error: `DISABLEDTEXTPEN' undeclared here (not in a function) amiga/system_colour.c:117: error: initializer element is not constant amiga/system_colour.c:117: error: (near initialization for `colour_list[9].amiga_pen') amiga/system_colour.c:119: error: initializer element is not constant amiga/system_colour.c:119: error: (near initialization for `colour_list[9]') amiga/system_colour.c:124: error: `SELECTPEN' undeclared here (not in a function) amiga/system_colour.c:124: error: initializer element is not constant amiga/system_colour.c:124: error: (near initialization for `colour_list[10].amiga_pen') amiga/system_colour.c:126: error: initializer element is not constant amiga/system_colour.c:126: error: (near initialization for `colour_list[10]') amiga/system_colour.c:131: error: `SELECTTEXTPEN' undeclared here (not in a function) amiga/system_colour.c:131: error: initializer element is not constant amiga/system_colour.c:131: error: (near initialization for `colour_list[11].amiga_pen') amiga/system_colour.c:133: error: initializer element is not constant amiga/system_colour.c:133: error: (near initialization for `colour_list[11]') amiga/system_colour.c:138: error: `INACTIVEFILLPEN' undeclared here (not in a function) amiga/system_colour.c:138: error: initializer element is not constant amiga/system_colour.c:138: error: (near initialization for `colour_list[12].amiga_pen') amiga/system_colour.c:140: error: initializer element is not constant amiga/system_colour.c:140: error: (near initialization for `colour_list[12]') amiga/system_colour.c:145: error: initializer element is not constant amiga/system_colour.c:145: error: (near initialization for `colour_list[13].amiga_pen') amiga/system_colour.c:147: error: initializer element is not constant amiga/system_colour.c:147: error: (near initialization for `colour_list[13]') amiga/system_colour.c:152: error: `INACTIVEFILLTEXTPEN' undeclared here (not in a function) amiga/system_colour.c:152: error: initializer element is not constant amiga/system_colour.c:152: error: (near initialization for `colour_list[14].amiga_pen') amiga/system_colour.c:154: error: initializer element is not constant amiga/system_colour.c:154: error: (near initialization for `colour_list[14]') amiga/system_colour.c:161: error: initializer element is not constant amiga/system_colour.c:161: error: (near initialization for `colour_list[15]') amiga/system_colour.c:168: error: initializer element is not constant amiga/system_colour.c:168: error: (near initialization for `colour_list[16]') amiga/system_colour.c:173: error: `MENUBACKGROUNDPEN' undeclared here (not in a function) amiga/system_colour.c:173: error: initializer element is not constant amiga/system_colour.c:173: error: (near initialization for `colour_list[17].amiga_pen') amiga/system_colour.c:175: error: initializer element is not constant amiga/system_colour.c:175: error: (near initialization for `colour_list[17]') amiga/system_colour.c:180: error: `MENUTEXTPEN' undeclared here (not in a function) amiga/system_colour.c:180: error: initializer element is not constant amiga/system_colour.c:180: error: (near initialization for `colour_list[18].amiga_pen') amiga/system_colour.c:182: error: initializer element is not constant amiga/system_colour.c:182: error: (near initialization for `colour_list[18]') amiga/system_colour.c:189: error: initializer element is not constant amiga/system_colour.c:189: error: (near initialization for `colour_list[19]') amiga/system_colour.c:194: error: initializer element is not constant amiga/system_colour.c:194: error: (near initialization for `colour_list[20].amiga_pen') amiga/system_colour.c:196: error: initializer element is not constant amiga/system_colour.c:196: error: (near initialization for `colour_list[20]') amiga/system_colour.c:201: error: initializer element is not constant amiga/system_colour.c:201: error: (near initialization for `colour_list[21].amiga_pen') amiga/system_colour.c:203: error: initializer element is not constant amiga/system_colour.c:203: error: (near initialization for `colour_list[21]') amiga/system_colour.c:208: error: initializer element is not constant amiga/system_colour.c:208: error: (near initialization for `colour_list[22].amiga_pen') amiga/system_colour.c:210: error: initializer element is not constant amiga/system_colour.c:210: error: (near initialization for `colour_list[22]') amiga/system_colour.c:215: error: `HALFSHINEPEN' undeclared here (not in a function) amiga/system_colour.c:215: error: initializer element is not constant amiga/system_colour.c:215: error: (near initialization for `colour_list[23].amiga_pen') amiga/system_colour.c:217: error: initializer element is not constant amiga/system_colour.c:217: error: (near initialization for `colour_list[23]') amiga/system_colour.c:222: error: `HALFSHADOWPEN' undeclared here (not in a function) amiga/system_colour.c:222: error: initializer element is not constant amiga/system_colour.c:222: error: (near initialization for `colour_list[24].amiga_pen') amiga/system_colour.c:224: error: initializer element is not constant amiga/system_colour.c:224: error: (near initialization for `colour_list[24]') amiga/system_colour.c:231: error: initializer element is not constant amiga/system_colour.c:231: error: (near initialization for `colour_list[25]') amiga/system_colour.c:236: error: initializer element is not constant amiga/system_colour.c:236: error: (near initialization for `colour_list[26].amiga_pen') amiga/system_colour.c:238: error: initializer element is not constant amiga/system_colour.c:238: error: (near initialization for `colour_list[26]') amiga/system_colour.c:246: error: initializer element is not constant amiga/system_colour.c:246: error: (near initialization for `colour_list[27]') amiga/system_colour.c: In function `ami_system_colour_scrollbar_fgpen': amiga/system_colour.c:260: warning: implicit declaration of function `GetGUIAttrs' amiga/system_colour.c:260: error: `GUIA_PropKnobColor' undeclared (first use in this function) amiga/system_colour.c:260: error: (Each undeclared identifier is reported only once amiga/system_colour.c:260: error: for each function it appears in.) COMPILE: amiga/stringview/urlhistory.c COMPILE: amiga/stringview/stringview.c amiga/stringview/stringview.c: In function `myStringOpenListview': amiga/stringview/stringview.c:82: warning: implicit declaration of function `IDoMethod' amiga/stringview/stringview.c: In function `myStringSearch': amiga/stringview/stringview.c:150: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/stringview/stringview.c:169: warning: implicit declaration of function `GetHead' amiga/stringview/stringview.c:169: warning: assignment makes pointer from integer without a cast amiga/stringview/stringview.c:216: warning: implicit declaration of function `GetSucc' amiga/stringview/stringview.c:216: warning: assignment makes pointer from integer without a cast amiga/stringview/stringview.c:228: warning: implicit declaration of function `RefreshSetGadgetAttrs' amiga/stringview/stringview.c: In function `myStringClass_OM_New': amiga/stringview/stringview.c:396: warning: implicit declaration of function `IDoSuperMethodA' amiga/stringview/stringview.c:440: warning: implicit declaration of function `ICoerceMethod' amiga/stringview/stringview.c: In function `myStringClass_GM_HandleInput': amiga/stringview/stringview.c:624: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/stringview/stringview.c:641: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/stringview/stringview.c:645: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/stringview/stringview.c:671: error: `IECLASS_MOUSEWHEEL' undeclared (first use in this function) amiga/stringview/stringview.c:671: error: (Each undeclared identifier is reported only once amiga/stringview/stringview.c:671: error: for each function it appears in.) amiga/stringview/stringview.c: In function `MakeStringClass': amiga/stringview/stringview.c:850: warning: assignment from incompatible pointer type COMPILE: amiga/sslcert.c COMPILE: amiga/search.c amiga/search.c: In function `ami_search_open': amiga/search.c:179: warning: passing arg 4 of `ActivateLayoutGadget' makes integer from pointer without a cast amiga/search.c: In function `ami_search_event': amiga/search.c:216: warning: implicit declaration of function `RefreshSetGadgetAttrs' Last edited by arti; 07 March 2013 at 11:18. |
![]() |
![]() |
#2 |
Registered User
Join Date: Jul 2008
Location: Poland
Posts: 626
|
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) |
![]() |
![]() |
#3 |
Registered User
Join Date: Jul 2008
Location: Poland
Posts: 626
|
Code:
COMPILE: amiga/menu.c amiga/menu.c: In function `ami_free_menulabs': amiga/menu.c:129: warning: comparison of distinct pointer types lacks a cast amiga/menu.c: In function `ami_menu_refresh': amiga/menu.c:404: error: `WINDOW_NewMenu' undeclared (first use in this function) amiga/menu.c:404: error: (Each undeclared identifier is reported only once amiga/menu.c:404: error: for each function it appears in.) amiga/menu.c: In function `ami_menu_arexx_scan': amiga/menu.c:498: warning: implicit declaration of function `EAD_IS_FILE' amiga/menu.c: In function `ami_menu_item_project_about': amiga/menu.c:801: warning: implicit declaration of function `ASPrintf' amiga/menu.c:803: warning: assignment makes pointer from integer without a cast amiga/menu.c:808: warning: implicit declaration of function `TimedDosRequesterTags' amiga/menu.c:808: error: `TDR_ImageType' undeclared (first use in this function) amiga/menu.c:808: error: `TDRIMAGE_INFO' undeclared (first use in this function) amiga/menu.c:809: error: `TDR_TitleString' undeclared (first use in this function) amiga/menu.c:810: error: `TDR_Window' undeclared (first use in this function) amiga/menu.c:811: error: `TDR_GadgetString' undeclared (first use in this function) amiga/menu.c:813: error: `TDR_FormatString' undeclared (first use in this function) amiga/menu.c:817: error: `TDR_Arg1' undeclared (first use in this function) amiga/menu.c:821: error: `TDR_Arg2' undeclared (first use in this function) amiga/menu.c:823: error: `TDR_Arg3' undeclared (first use in this function) COMPILE: amiga/login.c amiga/login.c: In function `ami_401login_login': amiga/login.c:189: warning: implicit declaration of function `ASPrintf' amiga/login.c:189: warning: assignment makes pointer from integer without a cast COMPILE: amiga/launch.c amiga/launch.c: In function `ami_openurl_free_list': amiga/launch.c:68: warning: implicit declaration of function `IsMinListEmpty' amiga/launch.c:69: warning: implicit declaration of function `GetHead' amiga/launch.c:73: warning: implicit declaration of function `GetSucc' amiga/launch.c: In function `ami_openurl_open': amiga/launch.c:113: warning: implicit declaration of function `GetInterface' amiga/launch.c: In function `ami_openurl_close': amiga/launch.c:122: warning: implicit declaration of function `DropInterface' amiga/launch.c: In function `gui_launch_url': amiga/launch.c:130: warning: implicit declaration of function `SetProcWindow' amiga/launch.c:130: warning: initialization makes pointer from integer without a cast amiga/launch.c:140: warning: implicit declaration of function `ASPrintf' amiga/launch.c:140: warning: assignment makes pointer from integer without a cast COMPILE: amiga/iff_dr2d.c COMPILE: amiga/icon.c amiga/icon.c: In function `amiga_icon_superimpose_favicon_internal': amiga/icon.c:389: warning: implicit declaration of function `BltBitMapTags' amiga/icon.c:389: error: `BLITA_SrcX' undeclared (first use in this function) amiga/icon.c:389: error: (Each undeclared identifier is reported only once amiga/icon.c:389: error: for each function it appears in.) amiga/icon.c:390: error: `BLITA_SrcY' undeclared (first use in this function) amiga/icon.c:391: error: `BLITA_DestX' undeclared (first use in this function) amiga/icon.c:392: error: `BLITA_DestY' undeclared (first use in this function) amiga/icon.c:393: error: `BLITA_Width' undeclared (first use in this function) amiga/icon.c:394: error: `BLITA_Height' undeclared (first use in this function) amiga/icon.c:395: error: `BLITA_Source' undeclared (first use in this function) amiga/icon.c:396: error: `BLITA_Dest' undeclared (first use in this function) amiga/icon.c:397: error: `BLITA_SrcType' undeclared (first use in this function) amiga/icon.c:397: error: `BLITT_BITMAP' undeclared (first use in this function) amiga/icon.c:398: error: `BLITA_DestType' undeclared (first use in this function) amiga/icon.c:398: error: `BLITT_ARGB32' undeclared (first use in this function) amiga/icon.c:399: error: `BLITA_DestBytesPerRow' undeclared (first use in this function) amiga/icon.c:400: error: `BLITA_UseSrcAlpha' undeclared (first use in this function) amiga/icon.c: In function `amiga_icon_from_bitmap': amiga/icon.c:510: error: `BLITA_Width' undeclared (first use in this function) amiga/icon.c:511: error: `BLITA_Height' undeclared (first use in this function) amiga/icon.c:512: error: `BLITA_SrcType' undeclared (first use in this function) amiga/icon.c:512: error: `BLITT_BITMAP' undeclared (first use in this function) amiga/icon.c:513: error: `BLITA_Source' undeclared (first use in this function) amiga/icon.c:514: error: `BLITA_DestType' undeclared (first use in this function) amiga/icon.c:514: error: `BLITT_ARGB32' undeclared (first use in this function) amiga/icon.c:515: error: `BLITA_DestBytesPerRow' undeclared (first use in this function) amiga/icon.c:516: error: `BLITA_Dest' undeclared (first use in this function) COMPILE: amiga/hotlist.c COMPILE: amiga/history_local.c amiga/history_local.c: In function `ami_history_open': amiga/history_local.c:134: warning: implicit declaration of function `RefreshSetGadgetAttrs' amiga/history_local.c: In function `ami_history_redraw': amiga/history_local.c:173: error: `RPTAG_APenColor' undeclared (first use in this function) amiga/history_local.c:173: error: (Each undeclared identifier is reported only once amiga/history_local.c:173: error: for each function it appears in.) amiga/history_local.c: In function `ami_history_event': amiga/history_local.c:274: error: `GA_HintInfo' undeclared (first use in this function) COMPILE: amiga/history.c COMPILE: amiga/help.c amiga/help.c: In function `ami_help_open': amiga/help.c:51: warning: implicit declaration of function `IDoMethod' COMPILE: amiga/gui_options.c amiga/gui_options.c: In function `ami_gui_opts_open': amiga/gui_options.c:481: error: `ApplicationBase' undeclared (first use in this function) amiga/gui_options.c:481: error: (Each undeclared identifier is reported only once amiga/gui_options.c:481: error: for each function it appears in.) amiga/gui_options.c:487: warning: implicit declaration of function `ASPrintf' amiga/gui_options.c:487: warning: assignment makes pointer from integer without a cast amiga/gui_options.c:488: warning: assignment makes pointer from integer without a cast amiga/gui_options.c:489: warning: assignment makes pointer from integer without a cast amiga/gui_options.c:490: warning: assignment makes pointer from integer without a cast amiga/gui_options.c:491: warning: assignment makes pointer from integer without a cast amiga/gui_options.c:691: error: `GetScreenModeEnd' undeclared (first use in this function) amiga/gui_options.c:727: error: `GetFileEnd' undeclared (first use in this function) amiga/gui_options.c:976: error: `GETFONT_OTagOnly' undeclared (first use in this function) amiga/gui_options.c:977: error: `GETFONT_ScalableOnly' undeclared (first use in this function) amiga/gui_options.c:978: error: `GetFontEnd' undeclared (first use in this function) amiga/gui_options.c:1500: error: syntax error before ';' token amiga/gui_options.c: In function `ami_gui_opts_event': amiga/gui_options.c:1933: warning: implicit declaration of function `RefreshSetGadgetAttrs' amiga/gui_options.c:1990: warning: implicit declaration of function `IDoMethod' |
![]() |
![]() |
#4 |
Registered User
Join Date: Jul 2008
Location: Poland
Posts: 626
|
Code:
COMPILE: amiga/gui.c amiga/gui.c: In function `ami_locale_langs': amiga/gui.c:213: warning: implicit declaration of function `ASPrintf' amiga/gui.c:213: warning: assignment makes pointer from integer without a cast amiga/gui.c:219: warning: assignment makes pointer from integer without a cast amiga/gui.c: In function `ami_gui_map_filename': amiga/gui.c:244: warning: implicit declaration of function `FOpen' amiga/gui.c:264: warning: implicit declaration of function `FClose' amiga/gui.c: In function `ami_open_resources': amiga/gui.c:371: warning: implicit declaration of function `GetInterface' amiga/gui.c:381: warning: implicit declaration of function `AllocSysObjectTags' amiga/gui.c:381: error: `ASOT_PORT' undeclared (first use in this function) amiga/gui.c:381: error: (Each undeclared identifier is reported only once amiga/gui.c:381: error: for each function it appears in.) amiga/gui.c:382: error: `ASO_NoTrack' undeclared (first use in this function) amiga/gui.c:383: warning: assignment makes pointer from integer without a cast amiga/gui.c:387: warning: assignment makes pointer from integer without a cast amiga/gui.c: In function `ami_amiupdate': amiga/gui.c:513: warning: implicit declaration of function `DevNameFromLock' amiga/gui.c:513: error: `DN_FULLPATH' undeclared (first use in this function) amiga/gui.c: In function `gui_init': amiga/gui.c:572: warning: assignment makes pointer from integer without a cast amiga/gui.c: In function `ami_openscreen': amiga/gui.c:640: error: `SA_Compositing' undeclared (first use in this function) amiga/gui.c: In function `gui_init2': amiga/gui.c:773: error: `DN_FULLPATH' undeclared (first use in this function) amiga/gui.c:826: warning: assignment makes pointer from integer without a cast amiga/gui.c:831: warning: assignment makes pointer from integer without a cast amiga/gui.c:833: warning: implicit declaration of function `IDoMethod' amiga/gui.c:843: error: `REGAPP_Description' undeclared (first use in this function) amiga/gui.c:851: error: `REGAPP_NoIcon' undeclared (first use in this function) amiga/gui.c:853: warning: implicit declaration of function `RegisterApplication' amiga/gui.c:854: error: `REGAPP_URLIdentifier' undeclared (first use in this function) amiga/gui.c:855: error: `REGAPP_WBStartup' undeclared (first use in this function) amiga/gui.c:857: error: `REGAPP_HasPrefsWindow' undeclared (first use in this function) amiga/gui.c:858: error: `REGAPP_CanCreateNewDocs' undeclared (first use in this function) amiga/gui.c:859: error: `REGAPP_UniqueApplication' undeclared (first use in this function) amiga/gui.c:868: error: `REGAPP_FileName' undeclared (first use in this function) amiga/gui.c:877: warning: implicit declaration of function `GetApplicationAttrs' amiga/gui.c:877: error: `APPATTR_Port' undeclared (first use in this function) amiga/gui.c: In function `main': amiga/gui.c:911: warning: assignment makes pointer from integer without a cast amiga/gui.c:912: warning: assignment makes pointer from integer without a cast amiga/gui.c:914: warning: implicit declaration of function `CreateDirTree' amiga/gui.c:917: warning: assignment makes pointer from integer without a cast amiga/gui.c: In function `ami_key_to_nskey': amiga/gui.c:983: error: `RAWKEY_CRSRUP' undeclared (first use in this function) amiga/gui.c:994: error: `RAWKEY_CRSRDOWN' undeclared (first use in this function) amiga/gui.c:1005: error: `RAWKEY_CRSRLEFT' undeclared (first use in this function) amiga/gui.c:1016: error: `RAWKEY_CRSRRIGHT' undeclared (first use in this function) amiga/gui.c:1027: error: `RAWKEY_ESC' undeclared (first use in this function) amiga/gui.c:1030: error: `RAWKEY_PAGEUP' undeclared (first use in this function) amiga/gui.c:1033: error: `RAWKEY_PAGEDOWN' undeclared (first use in this function) amiga/gui.c:1036: error: `RAWKEY_HOME' undeclared (first use in this function) amiga/gui.c:1039: error: `RAWKEY_END' undeclared (first use in this function) amiga/gui.c:1042: error: `RAWKEY_BACKSPACE' undeclared (first use in this function) amiga/gui.c:1049: error: `RAWKEY_DEL' undeclared (first use in this function) amiga/gui.c:1056: error: `RAWKEY_TAB' undeclared (first use in this function) amiga/gui.c:1063: error: `RAWKEY_F5' undeclared (first use in this function) amiga/gui.c:1064: error: `RAWKEY_HELP' undeclared (first use in this function) amiga/gui.c: In function `ami_update_quals': amiga/gui.c:1083: error: `WINDOW_Qualifier' undeclared (first use in this function) amiga/gui.c:1083: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/gui.c: In function `ami_gui_trap_mouse': amiga/gui.c:1253: warning: implicit declaration of function `SetWindowAttrs' amiga/gui.c:1253: error: `WA_GrabFocus' undeclared (first use in this function) amiga/gui.c:1254: error: `WA_MouseLimits' undeclared (first use in this function) amiga/gui.c: In function `ami_gui_menu_update_all': amiga/gui.c:1266: warning: implicit declaration of function `IsMinListEmpty' amiga/gui.c:1268: warning: implicit declaration of function `GetHead' amiga/gui.c:1271: warning: implicit declaration of function `GetSucc' amiga/gui.c: In function `ami_handle_msg': amiga/gui.c:1637: error: `IECODE_4TH_BUTTON' undeclared (first use in this function) amiga/gui.c:1641: error: `IECODE_5TH_BUTTON' undeclared (first use in this function) amiga/gui.c:1654: warning: implicit declaration of function `GetAttrs' amiga/gui.c:1655: error: `CLICKTAB_NodeClosed' undeclared (first use in this function) amiga/gui.c:2012: error: `RAWKEY_F5' undeclared (first use in this function) amiga/gui.c:2017: error: `RAWKEY_HELP' undeclared (first use in this function) amiga/gui.c:2037: warning: assignment makes pointer from integer without a cast amiga/gui.c:2041: warning: assignment makes pointer from integer without a cast amiga/gui.c:2069: warning: implicit declaration of function `HideWindow' amiga/gui.c:2072: warning: passing arg 7 of `AddAppIcon' makes integer from pointer without a cast amiga/gui.c: In function `ami_handle_appmsg': amiga/gui.c:2199: warning: implicit declaration of function `ShowWindow' amiga/gui.c:2199: error: `WINDOW_FRONTMOST' undeclared (first use in this function) amiga/gui.c: In function `ami_handle_applib': amiga/gui.c:2321: error: dereferencing pointer to incomplete type amiga/gui.c:2323: error: `APPLIBMT_NewBlankDoc' undeclared (first use in this function) amiga/gui.c:2342: error: `APPLIBMT_OpenDoc' undeclared (first use in this function) amiga/gui.c:2348: error: dereferencing pointer to incomplete type amiga/gui.c:2367: error: `APPLIBMT_ToFront' undeclared (first use in this function) amiga/gui.c:2394: error: `APPLIBMT_OpenPrefs' undeclared (first use in this function) amiga/gui.c:2399: error: `APPLIBMT_Quit' undeclared (first use in this function) amiga/gui.c:2400: error: `APPLIBMT_ForceQuit' undeclared (first use in this function) amiga/gui.c:2404: error: `APPLIBMT_CustomMsg' undeclared (first use in this function) amiga/gui.c:2411: error: dereferencing pointer to incomplete type amiga/gui.c: In function `ami_change_tab': amiga/gui.c:2503: warning: assignment makes pointer from integer without a cast amiga/gui.c:2507: warning: implicit declaration of function `GetPred' amiga/gui.c:2507: warning: assignment makes pointer from integer without a cast amiga/gui.c:2514: warning: implicit declaration of function `RefreshSetGadgetAttrs' amiga/gui.c: In function `gui_quit': amiga/gui.c:2679: warning: implicit declaration of function `UnregisterApplication' amiga/gui.c:2696: warning: implicit declaration of function `FreeSysObject' amiga/gui.c:2696: error: `ASOT_PORT' undeclared (first use in this function) amiga/gui.c:2705: warning: implicit declaration of function `DropInterface' amiga/gui.c: In function `ami_update_buttons': amiga/gui.c:2751: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/gui.c:2756: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/gui.c:2761: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/gui.c:2766: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/gui.c:2773: warning: passing arg 3 of `GetAttr' from incompatible pointer type amiga/gui.c: In function `ami_gui_hotlist_scan_2': amiga/gui.c:2797: error: `SBNA_Text' undeclared (first use in this function) amiga/gui.c: In function `ami_gui_hotlist_toolbar_add': amiga/gui.c:2864: error: `LM_ADDCHILD' undeclared (first use in this function) amiga/gui.c:2867: error: `LM_ADDIMAGE' undeclared (first use in this function) amiga/gui.c: In function `ami_gui_hotlist_toolbar_free': amiga/gui.c:2889: warning: assignment makes pointer from integer without a cast amiga/gui.c:2892: warning: assignment makes pointer from integer without a cast amiga/gui.c: In function `ami_gui_hotlist_toolbar_remove': amiga/gui.c:2907: error: `LM_REMOVECHILD' undeclared (first use in this function) amiga/gui.c: In function `ami_toggletabbar': amiga/gui.c:2988: error: `CLICKTAB_LabelTruncate' undeclared (first use in this function) amiga/gui.c:2989: error: `CLICKTAB_CloseImage' undeclared (first use in this function) amiga/gui.c:2990: error: `CLICKTAB_FlagImage' undeclared (first use in this function) amiga/gui.c:2996: error: `GA_HintInfo' undeclared (first use in this function) amiga/gui.c:3001: error: `LM_ADDCHILD' undeclared (first use in this function) amiga/gui.c:3009: error: `LM_REMOVECHILD' undeclared (first use in this function) amiga/gui.c: In function `gui_create_browser_window': amiga/gui.c:3114: error: `TNA_CloseGadget' undeclared (first use in this function) amiga/gui.c:3254: error: `BITMAP_DisabledSourceFile' undeclared (first use in this function) amiga/gui.c:3281: error: `CLICKTAB_LabelTruncate' undeclared (first use in this function) amiga/gui.c:3320: error: `IDCMP_EXTENDEDMOUSE' undeclared (first use in this function) amiga/gui.c:3322: error: `WINDOW_NewMenu' undeclared (first use in this function) amiga/gui.c:3325: error: `WINDOW_NewPrefsHook' undeclared (first use in this function) amiga/gui.c:3330: error: `WINDOW_BuiltInScroll' undeclared (first use in this function) amiga/gui.c:3341: error: `GA_HintInfo' undeclared (first use in this function) amiga/gui.c:3596: error: `IA_InBorder' undeclared (first use in this function) amiga/gui.c:3597: error: `IA_Label' undeclared (first use in this function) amiga/gui.c:3599: error: `GAUGEIA_Level' undeclared (first use in this function) amiga/gui.c: In function `ami_close_all_tabs': amiga/gui.c:3709: warning: assignment makes pointer from integer without a cast amiga/gui.c:3713: warning: assignment makes pointer from integer without a cast amiga/gui.c: In function `gui_window_destroy': amiga/gui.c:3762: warning: assignment makes pointer from integer without a cast amiga/gui.c:3763: warning: assignment makes pointer from integer without a cast amiga/gui.c: In function `gui_window_set_title': amiga/gui.c:3852: error: `TNA_HintInfo' undeclared (first use in this function) amiga/gui.c: In function `ami_do_redraw_tiled': amiga/gui.c:3945: warning: implicit declaration of function `BltBitMapTags' amiga/gui.c:3945: error: `BLITA_SrcType' undeclared (first use in this function) amiga/gui.c:3945: error: `BLITT_BITMAP' undeclared (first use in this function) amiga/gui.c:3946: error: `BLITA_Source' undeclared (first use in this function) amiga/gui.c:3947: error: `BLITA_SrcX' undeclared (first use in this function) amiga/gui.c:3948: error: `BLITA_SrcY' undeclared (first use in this function) amiga/gui.c:3949: error: `BLITA_DestType' undeclared (first use in this function) amiga/gui.c:3949: error: `BLITT_RASTPORT' undeclared (first use in this function) amiga/gui.c:3950: error: `BLITA_Dest' undeclared (first use in this function) amiga/gui.c:3951: error: `BLITA_DestX' undeclared (first use in this function) amiga/gui.c:3952: error: `BLITA_DestY' undeclared (first use in this function) amiga/gui.c:3953: error: `BLITA_Width' undeclared (first use in this function) amiga/gui.c:3954: error: `BLITA_Height' undeclared (first use in this function) amiga/gui.c: In function `gui_window_update_box': amiga/gui.c:4097: warning: passing arg 1 of `CopyMem' discards qualifiers from pointer target type amiga/gui.c: In function `gui_window_set_icon': amiga/gui.c:4530: error: `BLITA_UseSrcAlpha' undeclared (first use in this function) amiga/gui.c:4534: error: `BLITA_MaskPlane' undeclared (first use in this function) amiga/gui.c:4539: error: `BLITA_SrcX' undeclared (first use in this function) amiga/gui.c:4540: error: `BLITA_SrcY' undeclared (first use in this function) amiga/gui.c:4541: error: `BLITA_DestX' undeclared (first use in this function) amiga/gui.c:4542: error: `BLITA_DestY' undeclared (first use in this function) amiga/gui.c:4543: error: `BLITA_Width' undeclared (first use in this function) amiga/gui.c:4544: error: `BLITA_Height' undeclared (first use in this function) amiga/gui.c:4545: error: `BLITA_Source' undeclared (first use in this function) amiga/gui.c:4546: error: `BLITA_Dest' undeclared (first use in this function) amiga/gui.c:4547: error: `BLITA_SrcType' undeclared (first use in this function) amiga/gui.c:4547: error: `BLITT_BITMAP' undeclared (first use in this function) amiga/gui.c:4548: error: `BLITA_DestType' undeclared (first use in this function) amiga/gui.c:4548: error: `BLITT_RASTPORT' undeclared (first use in this function) amiga/gui.c:4549: error: `BLITA_Minterm' undeclared (first use in this function) amiga/gui.c: In function `gui_window_set_search_ico': amiga/gui.c:4602: error: `GA_HintInfo' undeclared (first use in this function) amiga/gui.c:4613: error: `BLITA_UseSrcAlpha' undeclared (first use in this function) amiga/gui.c:4617: error: `BLITA_MaskPlane' undeclared (first use in this function) amiga/gui.c:4622: error: `BLITA_SrcX' undeclared (first use in this function) amiga/gui.c:4623: error: `BLITA_SrcY' undeclared (first use in this function) amiga/gui.c:4624: error: `BLITA_DestX' undeclared (first use in this function) amiga/gui.c:4625: error: `BLITA_DestY' undeclared (first use in this function) amiga/gui.c:4626: error: `BLITA_Width' undeclared (first use in this function) amiga/gui.c:4627: error: `BLITA_Height' undeclared (first use in this function) amiga/gui.c:4628: error: `BLITA_Source' undeclared (first use in this function) amiga/gui.c:4629: error: `BLITA_Dest' undeclared (first use in this function) amiga/gui.c:4630: error: `BLITA_SrcType' undeclared (first use in this function) amiga/gui.c:4630: error: `BLITT_BITMAP' undeclared (first use in this function) amiga/gui.c:4631: error: `BLITA_DestType' undeclared (first use in this function) amiga/gui.c:4631: error: `BLITT_RASTPORT' undeclared (first use in this function) amiga/gui.c:4632: error: `BLITA_Minterm' undeclared (first use in this function) amiga/gui.c: In function `gui_window_drag_start': amiga/gui.c:4739: error: `WA_GrabFocus' undeclared (first use in this function) amiga/gui.c:4740: error: `WA_MouseLimits' undeclared (first use in this function) amiga/gui.c: In function `ami_scroller_hook': amiga/gui.c:4810: error: `IDCMP_EXTENDEDMOUSE' undeclared (first use in this function) amiga/gui.c:4811: error: `IMSGCODE_INTUIWHEELDATA' undeclared (first use in this function) amiga/gui.c:4815: error: dereferencing pointer to incomplete type amiga/gui.c:4815: error: dereferencing pointer to incomplete type amiga/gui.c: In function `ami_gui_splash_open': amiga/gui.c:4891: error: `WA_ToolBox' undeclared (first use in this function) amiga/gui.c:4910: error: `RPTAG_APenColor' undeclared (first use in this function) amiga/gui.c:4942: warning: assignment makes pointer from integer without a cast amiga/gui.c: In function `ami_handle_msg': amiga/gui.c:2028: warning: unreachable code at beginning of switch statement |
![]() |
![]() |
#5 |
Registered User
Join Date: Jul 2008
Location: Poland
Posts: 626
|
Code:
COMPILE: amiga/font_scan.c In file included from amiga/font_scan.c:43: ./amiga/font_scan.h:28: error: syntax error before "code" amiga/font_scan.c:75: error: conflicting types for 'ami_font_scan_lookup' amiga/font_scan.c:75: note: an argument type that has a default promotion can't match an empty parameter name list declaration ./amiga/font_scan.h:28: error: previous declaration of 'ami_font_scan_lookup' was here amiga/font_scan.c:75: error: conflicting types for 'ami_font_scan_lookup' amiga/font_scan.c:75: note: an argument type that has a default promotion can't match an empty parameter name list declaration ./amiga/font_scan.h:28: error: previous declaration of 'ami_font_scan_lookup' was here amiga/font_scan.c: In function `ami_font_scan_gui_update': amiga/font_scan.c:160: warning: implicit declaration of function `RefreshSetGadgetAttrs' amiga/font_scan.c: In function `ami_font_scan_font': amiga/font_scan.c:211: warning: implicit declaration of function `OpenOutlineFont' amiga/font_scan.c:211: error: `OFF_OPEN' undeclared (first use in this function) amiga/font_scan.c:211: error: (Each undeclared identifier is reported only once amiga/font_scan.c:211: error: for each function it appears in.) amiga/font_scan.c:211: warning: assignment makes pointer from integer without a cast amiga/font_scan.c:215: warning: implicit declaration of function `ESetInfo' amiga/font_scan.c:215: error: dereferencing pointer to incomplete type amiga/font_scan.c:221: warning: implicit declaration of function `EObtainInfo' amiga/font_scan.c:221: error: dereferencing pointer to incomplete type amiga/font_scan.c:224: warning: implicit declaration of function `GetHead' amiga/font_scan.c:226: error: dereferencing pointer to incomplete type amiga/font_scan.c:227: error: dereferencing pointer to incomplete type amiga/font_scan.c:231: warning: implicit declaration of function `GetSucc' amiga/font_scan.c:235: warning: implicit declaration of function `CloseOutlineFont' amiga/font_scan.c: In function `ami_font_scan_fonts': amiga/font_scan.c:255: warning: implicit declaration of function `IsMinListEmpty' amiga/font_scan.c: In function `ami_font_scan_list': amiga/font_scan.c:288: error: `AFF_OTAG' undeclared (first use in this function) amiga/font_scan.c:288: warning: passing arg 1 of `AvailFonts' from incompatible pointer type amiga/font_scan.c:304: warning: implicit declaration of function `FindIName' amiga/font_scan.c: In function `ami_font_scan_load': amiga/font_scan.c:348: warning: implicit declaration of function `FOpen' amiga/font_scan.c:357: warning: assignment makes integer from pointer without a cast amiga/font_scan.c:372: warning: implicit declaration of function `FClose' amiga/font_scan.c: In function `ami_font_scan_init': amiga/font_scan.c:458: warning: implicit declaration of function `asprintf' COMPILE: amiga/font.c In file included from amiga/font.c:22: ./amiga/font_scan.h:28: error: syntax error before "code" amiga/font.c: In function `nsfont_position_in_string': amiga/font.c:136: error: `FIXED' undeclared (first use in this function) amiga/font.c:136: error: (Each undeclared identifier is reported only once amiga/font.c:136: error: for each function it appears in.) amiga/font.c:136: error: syntax error before "kern" amiga/font.c: In function `nsfont_split': amiga/font.c:246: error: `FIXED' undeclared (first use in this function) amiga/font.c:246: error: syntax error before "kern" amiga/font.c: In function `ami_font_open': amiga/font.c:330: warning: implicit declaration of function `FindIName' amiga/font.c:334: warning: passing arg 1 of `GetSysTime' from incompatible pointer type amiga/font.c:341: warning: implicit declaration of function `OpenOutlineFont' amiga/font.c:341: error: `OFF_OPEN' undeclared (first use in this function) amiga/font.c:341: warning: assignment makes pointer from integer without a cast amiga/font.c:351: error: dereferencing pointer to incomplete type amiga/font.c:357: error: dereferencing pointer to incomplete type amiga/font.c:363: error: dereferencing pointer to incomplete type amiga/font.c:369: warning: passing arg 1 of `GetSysTime' from incompatible pointer type amiga/font.c: In function `ami_open_outline_font': amiga/font.c:511: warning: implicit declaration of function `ESetInfo' amiga/font.c:511: error: dereferencing pointer to incomplete type amiga/font.c: In function `ami_font_plot_glyph': amiga/font.c:530: error: `FIXED' undeclared (first use in this function) amiga/font.c:530: error: syntax error before "kern" amiga/font.c:531: error: `OT_GlyphMap8Bit' undeclared (first use in this function) amiga/font.c:532: error: `BLITT_ALPHATEMPLATE' undeclared (first use in this function) amiga/font.c:536: error: `BLITT_TEMPLATE' undeclared (first use in this function) amiga/font.c:539: error: dereferencing pointer to incomplete type amiga/font.c:544: warning: implicit declaration of function `EObtainInfo' amiga/font.c:544: error: dereferencing pointer to incomplete type amiga/font.c:548: error: dereferencing pointer to incomplete type amiga/font.c:553: warning: implicit declaration of function `BltBitMapTags' amiga/font.c:553: error: `BLITA_SrcX' undeclared (first use in this function) amiga/font.c:553: error: dereferencing pointer to incomplete type amiga/font.c:554: error: `BLITA_SrcY' undeclared (first use in this function) amiga/font.c:554: error: dereferencing pointer to incomplete type amiga/font.c:555: error: `BLITA_DestX' undeclared (first use in this function) amiga/font.c:555: error: dereferencing pointer to incomplete type amiga/font.c:555: error: dereferencing pointer to incomplete type amiga/font.c:556: error: `BLITA_DestY' undeclared (first use in this function) amiga/font.c:556: error: dereferencing pointer to incomplete type amiga/font.c:556: error: dereferencing pointer to incomplete type amiga/font.c:557: error: `BLITA_Width' undeclared (first use in this function) amiga/font.c:557: error: dereferencing pointer to incomplete type amiga/font.c:558: error: `BLITA_Height' undeclared (first use in this function) amiga/font.c:558: error: dereferencing pointer to incomplete type amiga/font.c:559: error: `BLITA_Source' undeclared (first use in this function) amiga/font.c:560: error: `BLITA_SrcType' undeclared (first use in this function) amiga/font.c:561: error: `BLITA_Dest' undeclared (first use in this function) amiga/font.c:562: error: `BLITA_DestType' undeclared (first use in this function) amiga/font.c:562: error: `BLITT_RASTPORT' undeclared (first use in this function) amiga/font.c:563: error: `BLITA_SrcBytesPerRow' undeclared (first use in this function) amiga/font.c:563: error: dereferencing pointer to incomplete type amiga/font.c:567: error: `kern' undeclared (first use in this function) amiga/font.c:569: error: dereferencing pointer to incomplete type amiga/font.c:573: error: dereferencing pointer to incomplete type amiga/font.c:575: warning: implicit declaration of function `EReleaseInfo' amiga/font.c:575: error: dereferencing pointer to incomplete type amiga/font.c: In function `ami_font_width_glyph': amiga/font.c:588: error: `FIXED' undeclared (first use in this function) amiga/font.c:588: error: syntax error before "kern" amiga/font.c:590: error: syntax error before "char1w" amiga/font.c:593: error: dereferencing pointer to incomplete type amiga/font.c:598: error: dereferencing pointer to incomplete type amiga/font.c:602: warning: implicit declaration of function `GetHead' amiga/font.c:603: error: `char1w' undeclared (first use in this function) amiga/font.c:603: error: dereferencing pointer to incomplete type amiga/font.c:605: error: `kern' undeclared (first use in this function) amiga/font.c:608: error: dereferencing pointer to incomplete type amiga/font.c:613: error: dereferencing pointer to incomplete type amiga/font.c: In function `ami_font_close': amiga/font.c:838: warning: implicit declaration of function `CloseOutlineFont' amiga/font.c: In function `ami_font_cleanup': amiga/font.c:848: warning: implicit declaration of function `IsMinListEmpty' amiga/font.c:854: warning: implicit declaration of function `GetSucc' amiga/font.c:856: warning: passing arg 1 of `GetSysTime' from incompatible pointer type amiga/font.c:857: warning: passing arg 1 of `SubTime' from incompatible pointer type amiga/font.c:857: warning: passing arg 2 of `SubTime' from incompatible pointer type COMPILE: amiga/filetype.c amiga/filetype.c: In function `fetch_filetype': amiga/filetype.c:82: warning: passing arg 1 of `GetIconTags' discards qualifiers from pointer target type amiga/filetype.c: In function `ami_mime_init': amiga/filetype.c:199: warning: implicit declaration of function `FOpen' amiga/filetype.c:207: warning: assignment makes integer from pointer without a cast amiga/filetype.c:221: error: `MEMF_PRIVATE' undeclared (first use in this function) amiga/filetype.c:221: error: (Each undeclared identifier is reported only once amiga/filetype.c:221: error: for each function it appears in.) amiga/filetype.c:258: warning: implicit declaration of function `FClose' amiga/filetype.c: In function `ami_mime_entry_locate': amiga/filetype.c:296: warning: implicit declaration of function `IsMinListEmpty' amiga/filetype.c:300: warning: implicit declaration of function `GetSucc' amiga/filetype.c:305: warning: implicit declaration of function `GetHead' amiga/filetype.c: In function `ami_mime_guess_add_datatype': amiga/filetype.c:369: error: `MEMF_PRIVATE' undeclared (first use in this function) amiga/filetype.c:379: warning: implicit declaration of function `strlwr' COMPILE: amiga/file.c amiga/file.c:50: warning: "struct AnchorPathOld" declared inside parameter list amiga/file.c:50: warning: its scope is only this definition or declaration, which is probably not what you want amiga/file.c: In function `ami_file_asl_mime_hook': amiga/file.c:61: error: dereferencing pointer to incomplete type amiga/file.c:64: error: dereferencing pointer to incomplete type amiga/file.c: In function `ami_file_set_type': amiga/file.c:145: warning: passing arg 1 of `PutIconTags' discards qualifiers from pointer target type amiga/file.c: In function `ami_file_save': amiga/file.c:168: warning: implicit declaration of function `FOpen' amiga/file.c:170: warning: passing arg 2 of `FWrite' discards qualifiers from pointer target type amiga/file.c:171: warning: implicit declaration of function `FClose' amiga/file.c:214: warning: passing arg 2 of `FWrite' discards qualifiers from pointer target type amiga/file.c:217: warning: passing arg 1 of `free' discards qualifiers from pointer target type amiga/file.c: In function `ami_file_save_req': amiga/file.c:235: warning: pointer type mismatch in conditional expression COMPILE: amiga/dt_sound.c amiga/dt_sound.c: In function `amiga_dt_sound_play': amiga/dt_sound.c:74: warning: implicit declaration of function `IDoMethod' amiga/dt_sound.c: In function `amiga_dt_sound_convert': amiga/dt_sound.c:152: error: syntax error before '*' token amiga/dt_sound.c:156: error: `data' undeclared (first use in this function) amiga/dt_sound.c:156: error: (Each undeclared identifier is reported only once amiga/dt_sound.c:156: error: for each function it appears in.) amiga/dt_sound.c:156: error: `uint8' undeclared (first use in this function) amiga/dt_sound.c:156: error: syntax error before ')' token amiga/dt_sound.c: In function `amiga_dt_sound_open': amiga/dt_sound.c:231: warning: implicit declaration of function `strcmp' COMPILE: amiga/dt_picture.c amiga/dt_picture.c: In function `amiga_dt_picture_newdtobject': amiga/dt_picture.c:129: error: syntax error before '*' token amiga/dt_picture.c:133: error: `data' undeclared (first use in this function) amiga/dt_picture.c:133: error: (Each undeclared identifier is reported only once amiga/dt_picture.c:133: error: for each function it appears in.) amiga/dt_picture.c:133: error: `uint8' undeclared (first use in this function) amiga/dt_picture.c:133: error: syntax error before ')' token amiga/dt_picture.c: In function `amiga_dt_picture_datatype': amiga/dt_picture.c:149: error: syntax error before '*' token amiga/dt_picture.c:154: error: `data' undeclared (first use in this function) amiga/dt_picture.c:154: error: `uint8' undeclared (first use in this function) amiga/dt_picture.c:154: error: syntax error before ')' token amiga/dt_picture.c:161: warning: implicit declaration of function `strdup' amiga/dt_picture.c:161: warning: assignment makes pointer from integer without a cast amiga/dt_picture.c:165: warning: assignment makes pointer from integer without a cast amiga/dt_picture.c: In function `amiga_dt_picture_cache_convert': amiga/dt_picture.c:192: warning: implicit declaration of function `IDoMethod' |
![]() |
![]() |
#6 |
Registered User
Join Date: Jul 2008
Location: Poland
Posts: 626
|
Code:
COMPILE: amiga/dt_anim.c amiga/dt_anim.c:39:31: graphics/blitattr.h: No such file or directory amiga/dt_anim.c: In function `amiga_dt_anim_convert': amiga/dt_anim.c:165: error: syntax error before '*' token amiga/dt_anim.c:175: error: `data' undeclared (first use in this function) amiga/dt_anim.c:175: error: (Each undeclared identifier is reported only once amiga/dt_anim.c:175: error: for each function it appears in.) amiga/dt_anim.c:175: error: `uint8' undeclared (first use in this function) amiga/dt_anim.c:175: error: syntax error before ')' token amiga/dt_anim.c:200: warning: implicit declaration of function `IDoMethodA' amiga/dt_anim.c:204: warning: implicit declaration of function `BltBitMapTags' amiga/dt_anim.c:205: error: `BLITA_Width' undeclared (first use in this function) amiga/dt_anim.c:206: error: `BLITA_Height' undeclared (first use in this function) amiga/dt_anim.c:207: error: `BLITA_Source' undeclared (first use in this function) amiga/dt_anim.c:208: error: `BLITA_SrcType' undeclared (first use in this function) amiga/dt_anim.c:208: error: `BLITT_BITMAP' undeclared (first use in this function) amiga/dt_anim.c:209: error: `BLITA_Dest' undeclared (first use in this function) amiga/dt_anim.c:210: error: `BLITA_DestType' undeclared (first use in this function) amiga/dt_anim.c:210: error: `BLITT_RGB24' undeclared (first use in this function) amiga/dt_anim.c:211: error: `BLITA_DestBytesPerRow' undeclared (first use in this function) amiga/dt_anim.c:212: error: `BLITA_CLUT' undeclared (first use in this function) COMPILE: amiga/drag.c amiga/drag.c: In function `ami_drag_save': amiga/drag.c:103: error: `WBO_NONE' undeclared (first use in this function) amiga/drag.c:103: error: (Each undeclared identifier is reported only once amiga/drag.c:103: error: for each function it appears in.) amiga/drag.c:113: warning: implicit declaration of function `WhichWorkbenchObject' amiga/drag.c:114: error: `WBOBJA_Type' undeclared (first use in this function) amiga/drag.c:115: error: `WBOBJA_FullPath' undeclared (first use in this function) amiga/drag.c:116: error: `WBOBJA_FullPathSize' undeclared (first use in this function) amiga/drag.c:117: error: `WBOBJA_DrawerPath' undeclared (first use in this function) amiga/drag.c:118: error: `WBOBJA_DrawerPathSize' undeclared (first use in this function) amiga/drag.c:122: error: `WBO_DRAWER' undeclared (first use in this function) amiga/drag.c:122: error: `WBO_ICON' undeclared (first use in this function) amiga/drag.c: In function `ami_drag_icon_show': amiga/drag.c:239: error: `WA_ToolBox' undeclared (first use in this function) amiga/drag.c:240: error: `WA_StayTop' undeclared (first use in this function) amiga/drag.c:241: error: `WA_Opaqueness' undeclared (first use in this function) amiga/drag.c:242: error: `WA_OverrideOpaqueness' undeclared (first use in this function) amiga/drag.c: In function `ami_find_gwin_by_id': amiga/drag.c:286: warning: implicit declaration of function `IsMinListEmpty' amiga/drag.c:288: warning: implicit declaration of function `GetHead' amiga/drag.c:292: warning: implicit declaration of function `GetSucc' COMPILE: amiga/download.c amiga/download.c: In function `gui_download_window_create': amiga/download.c:139: warning: implicit declaration of function `FOpen' amiga/download.c: In function `gui_download_window_data': amiga/download.c:207: warning: passing arg 2 of `FWrite' discards qualifiers from pointer target type amiga/download.c:217: warning: implicit declaration of function `RefreshSetGadgetAttrs' amiga/download.c: In function `gui_download_window_done': amiga/download.c:261: warning: implicit declaration of function `Notify' amiga/download.c:261: error: `APPNOTIFY_Title' undeclared (first use in this function) amiga/download.c:261: error: (Each undeclared identifier is reported only once amiga/download.c:261: error: for each function it appears in.) amiga/download.c:262: error: `APPNOTIFY_PubScreenName' undeclared (first use in this function) amiga/download.c:263: error: `APPNOTIFY_BackMsg' undeclared (first use in this function) amiga/download.c:264: error: `APPNOTIFY_CloseOnDC' undeclared (first use in this function) amiga/download.c:265: error: `APPNOTIFY_Text' undeclared (first use in this function) amiga/download.c:273: warning: implicit declaration of function `GetSucc' amiga/download.c:281: warning: implicit declaration of function `FClose' amiga/download.c: In function `ami_free_download_list': amiga/download.c:345: warning: implicit declaration of function `GetHead' amiga/download.c: In function `gui_window_save_link': amiga/download.c:365: warning: implicit declaration of function `ASPrintf' amiga/download.c:365: warning: assignment makes pointer from integer without a cast amiga/download.c:383: warning: assignment makes pointer from integer without a cast amiga/download.c: In function `ami_download_check_overwrite': amiga/download.c:413: error: `int64' undeclared (first use in this function) amiga/download.c:413: error: syntax error before "oldsize" amiga/download.c:424: error: `oldsize' undeclared (first use in this function) amiga/download.c:424: warning: implicit declaration of function `GetFileSize' amiga/download.c:430: warning: assignment makes pointer from integer without a cast amiga/download.c:433: warning: assignment makes pointer from integer without a cast COMPILE: amiga/datatypes.c COMPILE: amiga/cookies.c COMPILE: amiga/context_menu.c amiga/context_menu.c:1342: error: syntax error before "ami_context_menu_mouse_trap" amiga/context_menu.c:1342: error: syntax error before "BOOL" amiga/context_menu.c:1343: warning: return type defaults to `int' amiga/context_menu.c: In function `ami_context_menu_mouse_trap': amiga/context_menu.c:1344: error: `FALSE' undeclared (first use in this function) amiga/context_menu.c:1344: error: (Each undeclared identifier is reported only once amiga/context_menu.c:1344: error: for each function it appears in.) amiga/context_menu.c: At top level: amiga/context_menu.c:1347: warning: "struct gui_window_2" declared inside parameter list amiga/context_menu.c:1347: warning: its scope is only this definition or declaration, which is probably not what you want amiga/context_menu.c:1352: warning: "struct form_control" declared inside parameter list amiga/context_menu.c:1352: warning: "struct browser_window" declared inside parameter list COMPILE: amiga/clipboard.c amiga/clipboard.c: In function `ami_clipboard_cat_collection': amiga/clipboard.c:160: warning: implicit declaration of function `ObtainCharsetInfo' amiga/clipboard.c:160: error: `DFCS_NUMBER' undeclared (first use in this function) amiga/clipboard.c:160: error: (Each undeclared identifier is reported only once amiga/clipboard.c:160: error: for each function it appears in.) amiga/clipboard.c:161: error: `DFCS_MIMENAME' undeclared (first use in this function) amiga/clipboard.c: In function `gui_set_clipboard': amiga/clipboard.c:258: warning: passing arg 2 of `WriteChunkBytes' discards qualifiers from pointer target type amiga/clipboard.c:266: warning: comparison is always false due to limited range of data type amiga/clipboard.c:280: warning: passing arg 2 of `WriteChunkBytes' discards qualifiers from pointer target type amiga/clipboard.c: In function `ami_drag_selection': amiga/clipboard.c:331: warning: implicit declaration of function `RefreshSetGadgetAttrs' |
![]() |
![]() |
#7 |
Registered User
Join Date: Jul 2008
Location: Poland
Posts: 626
|
Code:
COMPILE: amiga/bitmap.c amiga/bitmap.c: In function `bitmap_create': amiga/bitmap.c:55: warning: implicit declaration of function `AllocVecTags' amiga/bitmap.c:56: error: `AVT_Type' undeclared (first use in this function) amiga/bitmap.c:56: error: (Each undeclared identifier is reported only once amiga/bitmap.c:56: error: for each function it appears in.) amiga/bitmap.c:57: error: `AVT_ClearWithValue' undeclared (first use in this function) amiga/bitmap.c:58: warning: assignment makes pointer from integer without a cast amiga/bitmap.c: In function `bitmap_save': amiga/bitmap.c:159: warning: implicit declaration of function `SaveDTObjectA' amiga/bitmap.c: In function `ami_datatype_object_from_bitmap': amiga/bitmap.c:308: warning: implicit declaration of function `IDoMethod' amiga/bitmap.c: In function `ami_bitmap_get_mask': amiga/bitmap.c:478: warning: implicit declaration of function `SetMem' COMPILE: amiga/arexx.c amiga/arexx.c: In function `ami_arexx_execute': amiga/arexx.c:141: warning: implicit declaration of function `IDoMethod' amiga/arexx.c: In function `ami_find_tab_gwin': amiga/arexx.c:158: warning: implicit declaration of function `GetHead' amiga/arexx.c:158: warning: assignment makes pointer from integer without a cast amiga/arexx.c:163: warning: implicit declaration of function `GetSucc' amiga/arexx.c:163: warning: assignment makes pointer from integer without a cast amiga/arexx.c: In function `ami_find_tab_bw': amiga/arexx.c:182: warning: assignment makes pointer from integer without a cast amiga/arexx.c:187: warning: assignment makes pointer from integer without a cast amiga/arexx.c: In function `ami_find_tab': amiga/arexx.c:203: warning: implicit declaration of function `IsMinListEmpty' amiga/arexx.c: In function `rx_save': amiga/arexx.c:319: warning: implicit declaration of function `FOpen' amiga/arexx.c:322: warning: passing arg 2 of `FWrite' discards qualifiers from pointer target type amiga/arexx.c:324: warning: implicit declaration of function `FClose' COMPILE: amiga/agclass/amigaguide_class.c amiga/agclass/amigaguide_class.c:16: error: syntax error before "uint32" amiga/agclass/amigaguide_class.c:16: warning: no semicolon at end of struct or union amiga/agclass/amigaguide_class.c:17: warning: type defaults to `int' in declaration of `agSignal' amiga/agclass/amigaguide_class.c:17: warning: data definition has no type or storage class amiga/agclass/amigaguide_class.c:19: error: syntax error before '}' token amiga/agclass/amigaguide_class.c:27: error: syntax error before "dispatchAGClass" amiga/agclass/amigaguide_class.c:27: warning: type defaults to `int' in declaration of `dispatchAGClass' amiga/agclass/amigaguide_class.c:27: warning: data definition has no type or storage class amiga/agclass/amigaguide_class.c:31: error: syntax error before "om_new" amiga/agclass/amigaguide_class.c:31: warning: type defaults to `int' in declaration of `om_new' amiga/agclass/amigaguide_class.c:31: warning: data definition has no type or storage class amiga/agclass/amigaguide_class.c:32: error: syntax error before "om_dispose" amiga/agclass/amigaguide_class.c:32: warning: type defaults to `int' in declaration of `om_dispose' amiga/agclass/amigaguide_class.c:32: warning: data definition has no type or storage class amiga/agclass/amigaguide_class.c:33: error: syntax error before "om_set" amiga/agclass/amigaguide_class.c:33: warning: type defaults to `int' in declaration of `om_set' amiga/agclass/amigaguide_class.c:33: warning: data definition has no type or storage class amiga/agclass/amigaguide_class.c:34: error: syntax error before "om_get" amiga/agclass/amigaguide_class.c:34: warning: type defaults to `int' in declaration of `om_get' amiga/agclass/amigaguide_class.c:34: warning: data definition has no type or storage class amiga/agclass/amigaguide_class.c:35: error: syntax error before "agm_open" amiga/agclass/amigaguide_class.c:35: warning: type defaults to `int' in declaration of `agm_open' amiga/agclass/amigaguide_class.c:35: warning: data definition has no type or storage class amiga/agclass/amigaguide_class.c:36: error: syntax error before "agm_close" amiga/agclass/amigaguide_class.c:36: warning: type defaults to `int' in declaration of `agm_close' amiga/agclass/amigaguide_class.c:36: warning: data definition has no type or storage class amiga/agclass/amigaguide_class.c: In function `initAGClass': amiga/agclass/amigaguide_class.c:48: error: `IExec' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:48: error: (Each undeclared identifier is reported only once amiga/agclass/amigaguide_class.c:48: error: for each function it appears in.) amiga/agclass/amigaguide_class.c:52: error: `IIntuition' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:52: error: invalid application of `sizeof' to an incomplete type amiga/agclass/amigaguide_class.c: In function `freeAGClass': amiga/agclass/amigaguide_class.c:74: error: `IExec' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:76: error: `IIntuition' undeclared (first use in this function) amiga/agclass/amigaguide_class.c: At top level: amiga/agclass/amigaguide_class.c:86: error: syntax error before "dispatchAGClass" amiga/agclass/amigaguide_class.c:87: warning: return type defaults to `int' amiga/agclass/amigaguide_class.c: In function `dispatchAGClass': amiga/agclass/amigaguide_class.c:111: error: `IIntuition' undeclared (first use in this function) amiga/agclass/amigaguide_class.c: At top level: amiga/agclass/amigaguide_class.c:119: error: syntax error before "om_new" amiga/agclass/amigaguide_class.c:120: warning: return type defaults to `int' amiga/agclass/amigaguide_class.c: In function `om_new': amiga/agclass/amigaguide_class.c:122: error: `uint32' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:122: error: syntax error before "retVal" amiga/agclass/amigaguide_class.c:125: error: `retVal' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:125: error: `IIntuition' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:131: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:132: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:133: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:134: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:135: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:136: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:137: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:138: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:139: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c: At top level: amiga/agclass/amigaguide_class.c:154: error: syntax error before "om_dispose" amiga/agclass/amigaguide_class.c:155: warning: return type defaults to `int' amiga/agclass/amigaguide_class.c: In function `om_dispose': amiga/agclass/amigaguide_class.c:161: error: `IIntuition' undeclared (first use in this function) amiga/agclass/amigaguide_class.c: At top level: amiga/agclass/amigaguide_class.c:169: error: syntax error before "om_set" amiga/agclass/amigaguide_class.c:170: warning: return type defaults to `int' amiga/agclass/amigaguide_class.c: In function `om_set': amiga/agclass/amigaguide_class.c:177: error: `IUtility' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:182: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:183: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:187: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:188: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:192: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:193: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:197: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:198: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:202: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:203: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:207: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:207: error: `uint32' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:207: error: syntax error before "ti" amiga/agclass/amigaguide_class.c:217: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:220: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:223: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:223: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:223: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:225: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:225: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:225: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:228: error: `IExec' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:228: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:229: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:231: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:231: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:231: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:234: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:234: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:237: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:237: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:237: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:239: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:239: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:246: error: syntax error before "lod" amiga/agclass/amigaguide_class.c: At top level: amiga/agclass/amigaguide_class.c:254: error: syntax error before "om_get" amiga/agclass/amigaguide_class.c:255: warning: return type defaults to `int' amiga/agclass/amigaguide_class.c: In function `om_get': amiga/agclass/amigaguide_class.c:257: error: `uint32' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:257: error: syntax error before "retVal" amiga/agclass/amigaguide_class.c:263: error: syntax error before "lod" amiga/agclass/amigaguide_class.c:264: error: `retVal' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:268: error: syntax error before "lod" amiga/agclass/amigaguide_class.c:273: error: syntax error before "lod" amiga/agclass/amigaguide_class.c:278: error: syntax error before "lod" amiga/agclass/amigaguide_class.c:283: error: syntax error before "lod" amiga/agclass/amigaguide_class.c:288: error: syntax error before "lod" amiga/agclass/amigaguide_class.c:293: error: `IIntuition' undeclared (first use in this function) amiga/agclass/amigaguide_class.c: At top level: amiga/agclass/amigaguide_class.c:304: error: syntax error before "agm_open" amiga/agclass/amigaguide_class.c:305: warning: return type defaults to `int' amiga/agclass/amigaguide_class.c: In function `agm_open': amiga/agclass/amigaguide_class.c:307: error: `uint32' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:307: error: syntax error before "retVal" amiga/agclass/amigaguide_class.c:310: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:310: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:312: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:315: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:315: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:315: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:316: error: `retVal' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:316: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:316: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:321: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:321: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c: At top level: amiga/agclass/amigaguide_class.c:332: error: syntax error before "agm_close" amiga/agclass/amigaguide_class.c:333: warning: return type defaults to `int' amiga/agclass/amigaguide_class.c: In function `agm_close': amiga/agclass/amigaguide_class.c:337: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:339: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:339: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:340: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:341: error: dereferencing pointer to incomplete type amiga/agclass/amigaguide_class.c:344: error: `uint32' undeclared (first use in this function) amiga/agclass/amigaguide_class.c:344: error: syntax error before "lod" |
![]() |
![]() |
#8 |
Registered User
Join Date: Jan 2002
Location: Germany
Posts: 6,893
|
IDCMP_EXTENDEDMOUSE -> used for wheel movement. Check if program already handles RAWKEY codes 0x7a / 0x7b. If yes, just remove the EXTENDEDMOUSE handling. If not, see Aminet/newmouse.lha for instructions.
WINDOW_NewMouse -> create menus with gadtools/CreateMenus, LayoutMenus, then use WINDOW_Menu instead. tv_secs/tv_micro -> see devices/timer.h, replace struct TimerRequest by struct timerrequest. ActivateLayoutGadget -> #include proto/layout.h GetSysTime/AddTime > see tv_secs/tv_micro AllocSysObject(ASOT_PORT) -> replace by CreateMsgPort() AllocSysObject(ASOT_IOREQUEST) -> replace by CreateIORequest() SYS_Input/Output, NP_Name -> #include dos/dostags.h struct BackFillMessage -> see autodocs of layers/InstallLayerHook MEMF_PRIVATE -> replace by MEMF_ANY IDoMethod -> replace by DoMethod, #include clib/alib_protos.h and link with -lamiga FOpen/FClose -> replace by Open and Close GetInterface -> not needed, remove it. Remove also the declarations of struct #?IFace *I#? RAWKEY_#? -> replace by the actual hex codes (0x45 for RAWKEY_ESC and so on) IsMinListEmpty -> MinList->mlh_Head->mln_Succ == 0 GetHead/GetSucc -> make your own functions to traverse a struct List/struct Node. (note well: they return NULL if they find Node->ln_Succ pointing to the dummy node) SetMem -> replace my memset |
![]() |
![]() |
#9 |
Registered User
Join Date: Jan 2002
Location: Germany
Posts: 6,893
|
LM_ADDCHILD -> use SetGadgetAttrs(layout,win,NULL,LAYOUT_AddChild,child,TAG_END) instead.
LM_REMOVECHILD -> use SetGadgetAttrs(layout,win,NULL,LAYOUT_RemoveChild,child,TAG_END) instead. int32 -> replace by LONG uint32 -> replace by ULONG int16 -> replace by WORD uint16 -> replace by UWORD int8 -> replace by BYTE uint8 -> replace by UBYTE AllocVecTags -> replace by AllocVec with appropiate MEMF_#? |
![]() |
![]() |
#10 |
Global Moderator
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
|
|
![]() |
![]() |
#11 |
Registered User
Join Date: Sep 2011
Location: Paris/France
Posts: 256
|
Hello
see here how to implement do method() WITHOUT using amiga.lib http://www.amigaimpact.org/forums/to...lpha-domethod/ |
![]() |
![]() |
#12 |
Registered User
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,354
|
How's in going arti? I assume you're working on the non-SDL version now?
![]() |
![]() |
![]() |
#13 |
HOL/FTP busy bee
Join Date: Sep 2006
Location: Germany
Age: 45
Posts: 29,798
|
Sorry for the OT, but 7 posts of error messages... just
![]() (maybe pre-filter for unique problematic function calls next time...) |
![]() |
![]() |
#14 |
Registered User
Join Date: Jul 2008
Location: Poland
Posts: 626
|
@NovaCoder
Working hard to get this sucker compiled. ![]() I got throught amiga/tree.c so far. I wasn't sure what to do with WINDOW_NewMenu so I commented it. ![]() Maybe you have sugetions ? |
![]() |
![]() |
#15 |
mä vaan
Join Date: Nov 2001
Location: Finland
Posts: 1,593
|
Any progress?
![]() I would be happy to betatest, I've 040 and 060 in my LAN. |
![]() |
![]() |
#16 | |
Zone Friend
Join Date: May 2006
Location: France
Posts: 1,710
|
Quote:
|
|
![]() |
![]() |
#17 | |
Registered User
Join Date: Dec 2009
Location: Madrid / Spain
Posts: 47
|
Quote:
e.g.: //OS4support file: #ifndef OS4SUPPORT_H #define OS4SUPPORT_H 1 //insert here the OS4 equivalents //types #define int32 LONG #define int16 WORD #define uint16 WORD #define int8 BYTE #define uint8 UBYTE //here rawkey codes #define RAWKEY_79 0x79 //functions #define IDoMethod DoMethod #endif |
|
![]() |
![]() |
#18 |
Registered User
Join Date: Jul 2008
Location: Poland
Posts: 626
|
I was was doing it like you say,
don't worry ![]() Still to do : font code and gui.c (biggest file) Last edited by arti; 09 April 2013 at 20:15. |
![]() |
![]() |
#19 |
Registered User
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,354
|
Awesome, keep up the good work Arti
![]() |
![]() |
![]() |
#20 |
Registered User
Join Date: Jul 2008
Location: Poland
Posts: 626
|
Anybody knows how to replace OpenOutlineFont ?
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
DualPNG and OS4 icons on OS3 | James | Amiga scene | 31 | 15 February 2023 09:52 |
A1200 PPC240/68060, BVision, Flicker Fixer,IDEFIX, SlimCD, 250 Watt PSU ...OS3.x/OS4 | Hacky | MarketPlace | 14 | 03 October 2008 04:35 |
Display 32bit OS4 Icons in Amiga OS3.x! | klesterjr | News | 12 | 28 February 2007 17:31 |
HivelyTracker 1.2 for OS4 and OS3.x out now! | spoUP | News | 5 | 08 January 2007 04:18 |
OS4 update - A late xmas present from the OS4 team | Paul | News | 1 | 28 December 2004 20:48 |
|
|