View Single Post
Old 07 March 2013, 11:10   #5
arti
Registered User
 
Join Date: Jul 2008
Location: Poland
Posts: 662
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'
arti is offline  
 
Page generated in 0.04615 seconds with 11 queries