English | Magyar
JS ki | CSS ki | Ékezetek ki | HiContrast
Lapozó:  (0 - 1424) 
<== | ==>
Ugrás a végére | Összes megjelenítése | Utolsó oldal
OpenOpera patches | Opera-SSL patches | Opera 12.15 source (Git repository) | Opera 12.15 source (Torrent) | Opera internal pages | Otter Browser Linux x64 - Qt5.15.2/QtWebKit5.602.1 (2024.04.27. 20:05)
OS for MC680x0 | OS for PPC | OS for Sparc64 | besztofbégéaefcé | CSÉNDZSLOG | WebToolz | DDG Shit Filter | Google Shit Filter | Progz | Fast CSS Box | Browser | OS | Agent | Statisztika | BBCode
Monospace font-family: Courier New | Browser default monospace
Email értesítő / Email notification ===> 
Keresés
Σ: 1 post

kemi  (statz) Főfasz
#2, Főfasz (2970)
5069 | #2a26 | ^ | Idézet | Thu, 23 Jan 2014 21:29:26 +01
77.234.*.* Linux x86 Google Chrome Hungary *.pool.digikabel.hu
@TCH:
Ezt hogy csináltad? Hogyhogy nincs configure, meg alocal?
Mert nem volt automake. Fixálva.
/home/kemi242/PUAE/missing: Unknown `--is-lightweight' option
Try `/home/kemi242/PUAE/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
configure: WARNING: SDL support wanted, but libSDL could not be found
configure: WARNING: UI wanted, but no UI useable target found
configure: WARNING: CAPS support wanted, but CAPS API not found
build68k.c: In function ‘main’:
build68k.c:57:14: warning: unused parameter ‘argc’ [-Wunused-parameter]
 int main(int argc, char **argv)
              ^
build68k.c:57:27: warning: unused parameter ‘argv’ [-Wunused-parameter]
 int main(int argc, char **argv)
                           ^
genlinetoscr.c: In function ‘out_linetoscr_do_srcpix’:
genlinetoscr.c:125:46: warning: unused parameter ‘bpp’ [-Wunused-parameter]
 static void out_linetoscr_do_srcpix (DEPTH_T bpp, HMODE_T hmode, int aga, CMODE_T cmode, int spr)
                                              ^
genlinetoscr.c:125:59: warning: unused parameter ‘hmode’ [-Wunused-parameter]
 static void out_linetoscr_do_srcpix (DEPTH_T bpp, HMODE_T hmode, int aga, CMODE_T cmode, int spr)
                                                           ^
genlinetoscr.c: In function ‘out_linetoscr_do_dstpix’:
genlinetoscr.c:140:46: warning: unused parameter ‘bpp’ [-Wunused-parameter]
 static void out_linetoscr_do_dstpix (DEPTH_T bpp, HMODE_T hmode, int aga, CMODE_T cmode, int spr)
                                              ^
genlinetoscr.c:140:59: warning: unused parameter ‘hmode’ [-Wunused-parameter]
 static void out_linetoscr_do_dstpix (DEPTH_T bpp, HMODE_T hmode, int aga, CMODE_T cmode, int spr)
                                                           ^
genlinetoscr.c: In function ‘out_sprite’:
genlinetoscr.c:220:33: warning: unused parameter ‘bpp’ [-Wunused-parameter]
 static void out_sprite (DEPTH_T bpp, HMODE_T hmode, CMODE_T cmode, int aga, int cnt)
                                 ^
genlinetoscr.c:220:46: warning: unused parameter ‘hmode’ [-Wunused-parameter]
 static void out_sprite (DEPTH_T bpp, HMODE_T hmode, CMODE_T cmode, int aga, int cnt)
                                              ^
gencomp.c: In function ‘main’:
gencomp.c:3119:11: warning: unused parameter ‘argc’ [-Wunused-parameter]
 main (int argc, char **argv)
           ^
gencomp.c:3119:24: warning: unused parameter ‘argv’ [-Wunused-parameter]
 main (int argc, char **argv)
                        ^
gencpu.c: In function ‘gen_nextiword’:
gencpu.c:333:5: warning: too many arguments for format [-Wformat-extra-args]
     sprintf (buffer, "regs.irc", r);
     ^
gencpu.c: In function ‘gen_nextibyte’:
gencpu.c:367:5: warning: too many arguments for format [-Wformat-extra-args]
     sprintf (buffer, "(uae_u8)regs.irc", r);
     ^
gencpu.c: In function ‘syncmovepc’:
gencpu.c:541:29: warning: unused parameter ‘getv’ [-Wunused-parameter]
 static void syncmovepc (int getv, int flags)
                             ^
gencpu.c:541:39: warning: unused parameter ‘flags’ [-Wunused-parameter]
 static void syncmovepc (int getv, int flags)
                                       ^
gencpu.c: In function ‘mmu040_special_movem’:
gencpu.c:1136:43: warning: unused parameter ‘opcode’ [-Wunused-parameter]
 static bool mmu040_special_movem (uae_u16 opcode)
                                           ^
gencpu.c: In function ‘movem_mmu040’:
gencpu.c:1144:95: warning: unused parameter ‘opcode’ [-Wunused-parameter]
 static void movem_mmu040 (const char *code, int size, bool put, bool aipi, bool apdi, uae_u16 opcode)
                                                                                               ^
build68k.c: In function ‘main’:
build68k.c:57:14: warning: unused parameter ‘argc’ [-Wunused-parameter]
 int main(int argc, char **argv)
              ^
build68k.c:57:27: warning: unused parameter ‘argv’ [-Wunused-parameter]
 int main(int argc, char **argv)
                           ^
build68k.c: In function ‘main’:
build68k.c:57:14: warning: unused parameter ‘argc’ [-Wunused-parameter]
 int main(int argc, char **argv)
              ^
build68k.c:57:27: warning: unused parameter ‘argv’ [-Wunused-parameter]
 int main(int argc, char **argv)
                           ^
xwin.c: In function ‘graphics_subinit’:
xwin.c:908:5: warning: implicit declaration of function ‘inputdevice_release_all_keys’ [-Wimplicit-function-declaration]
     inputdevice_release_all_keys ();
     ^
xwin.c: At top level:
xwin.c:1290:6: error: conflicting types for ‘DX_Invalidate’
 void DX_Invalidate (int first, int last)
      ^
In file included from xwin.c:35:0:
../../src/include/picasso96.h:738:6: note: previous declaration of ‘DX_Invalidate’ was here
 void DX_Invalidate (int, int, int, int);
      ^
make[3]: *** [xwin.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1


English | Magyar
JS ki | CSS ki | Ékezetek ki | HiContrast
Lapozó:  (0 - 1424) 
<== | ==>
Ugrás a végére | Összes megjelenítése | Utolsó oldal
OpenOpera patches | Opera-SSL patches | Opera 12.15 source (Git repository) | Opera 12.15 source (Torrent) | Opera internal pages | Otter Browser Linux x64 - Qt5.15.2/QtWebKit5.602.1 (2024.04.27. 20:05)
OS for MC680x0 | OS for PPC | OS for Sparc64 | besztofbégéaefcé | CSÉNDZSLOG | WebToolz | DDG Shit Filter | Google Shit Filter | Progz | Fast CSS Box | Browser | OS | Agent | Statisztika | BBCode
Monospace font-family: Courier New | Browser default monospace
Email értesítő / Email notification ===> 
Keresés

Név: (max 255 byte)

Email: (max 255 byte) Nem kötelező!

Üzenet: (max 65536 kar.) 65536-0=65536




crap_vkn v4.34.0 by TCH
Thx to saxus for the escaped string decoder function (PHP), the realIP function (PHP) & the SQL handle layer (PHP), to thookerov for the int_divide function (PHP), to Jeff Anderson for the getSelText function (JS), to Alex King for the insertAtCursor function (JS), Flood3r for the new CSS styles, Pety for the spamprotection idea and some design and comfort ideas, MaxMind for the IP2Country database, famfamfam for the flags of countries and an unknown PHP programmer for the removeAccents function.



Kecskebaszók ide!