- 
			  PROHARDVER!  
Új hozzászólás Aktív témák
- 
			
			  emitter őstag válasz  Jester01
							
							
								#1280
							
							üzenetére Jester01
							
							
								#1280
							
							üzenetérebemásoltam a home-ba a wincon.h-t, kiszedtem a kódból az include windows.h-t, és  
 emitter@LAPTOP:~$ gcc -Wall -funsigned-char -lm -lncurses -I. -o main main.c
 In file included from main.c:7:
 ./wincon.h:2:20: error: curses.h: No such file or directory
 In file included from main.c:7:
 ./wincon.h:15: error: syntax error before '*' token
 ./wincon.h:15: warning: type defaults to 'int' in declaration of 'curses_root'
 ./wincon.h:15: warning: data definition has no type or storage class
 ./wincon.h:17: error: 'COLOR_BLACK' undeclared here (not in a function)
 ./wincon.h:17: error: 'COLOR_RED' undeclared here (not in a function)
 ./wincon.h:17: error: 'COLOR_GREEN' undeclared here (not in a function)
 ./wincon.h:17: error: 'COLOR_YELLOW' undeclared here (not in a function)
 ./wincon.h:18: error: 'COLOR_BLUE' undeclared here (not in a function)
 ./wincon.h:18: error: 'COLOR_MAGENTA' undeclared here (not in a function)
 ./wincon.h:18: error: 'COLOR_CYAN' undeclared here (not in a function)
 ./wincon.h:18: error: 'COLOR_WHITE' undeclared here (not in a function)
 ./wincon.h: In function 'SetConsoleCursorPosition':
 ./wincon.h:32: warning: implicit declaration of function 'move'
 ./wincon.h: In function 'GetConsoleScreenBufferInfo':
 ./wincon.h:49: warning: implicit declaration of function 'init_curses'
 ./wincon.h:50: warning: implicit declaration of function 'getmaxx'
 ./wincon.h:51: warning: implicit declaration of function 'getmaxy'
 ./wincon.h: In function 'FillConsoleOutputCharacter':
 ./wincon.h:69: warning: implicit declaration of function 'addch'
 ./wincon.h: In function 'SetConsoleTextAttribute':
 ./wincon.h:89: warning: implicit declaration of function 'attrset'
 ./wincon.h:89: warning: implicit declaration of function 'COLOR_PAIR'
 ./wincon.h: In function 'emul_printf':
 ./wincon.h:103: error: 'va_list' undeclared (first use in this function)
 ./wincon.h:103: error: (Each undeclared identifier is reported only once
 ./wincon.h:103: error: for each function it appears in.)
 ./wincon.h:103: error: syntax error before 'args'
 ./wincon.h:108: warning: implicit declaration of function 'va_start'
 ./wincon.h:108: error: 'args' undeclared (first use in this function)
 ./wincon.h:110: warning: implicit declaration of function 'va_end'
 ./wincon.h:122: warning: implicit declaration of function 'addnstr'
 ./wincon.h:128: warning: implicit declaration of function 'attron'
 ./wincon.h:128: error: 'A_ALTCHARSET' undeclared (first use in this function)
 ./wincon.h:130: warning: implicit declaration of function 'attroff'
 ./wincon.h:136: warning: implicit declaration of function 'addstr'
 ./wincon.h:139: warning: implicit declaration of function 'refresh'
 ./wincon.h: In function 'emul_scanf':
 ./wincon.h:146: error: 'va_list' undeclared (first use in this function)
 ./wincon.h:146: error: syntax error before 'args'
 ./wincon.h:149: warning: implicit declaration of function 'getstr'
 ./wincon.h:150: error: 'args' undeclared (first use in this function)
 ./wincon.h:151: warning: implicit declaration of function 'vsscanf'
 ./wincon.h: In function 'fgets_wrapper':
 ./wincon.h:162: warning: implicit declaration of function 'echo'
 ./wincon.h:163: warning: implicit declaration of function 'getnstr'
 ./wincon.h:164: warning: implicit declaration of function 'noecho'
 ./wincon.h: In function 'getch_wrapper':
 ./wincon.h:175: warning: implicit declaration of function 'getch'
 ./wincon.h:179: error: 'KEY_UP' undeclared (first use in this function)
 ./wincon.h:183: error: 'KEY_LEFT' undeclared (first use in this function)
 ./wincon.h:187: error: 'KEY_RIGHT' undeclared (first use in this function)
 ./wincon.h:191: error: 'KEY_DOWN' undeclared (first use in this function)
 ./wincon.h: In function 'end_curses':
 ./wincon.h:205: warning: implicit declaration of function 'endwin'
 ./wincon.h: At top level:
 ./wincon.h:209: warning: conflicting types for 'init_curses'
 ./wincon.h:49: warning: previous implicit declaration of 'init_curses' was here
 ./wincon.h: In function 'init_curses':
 ./wincon.h:213: warning: implicit declaration of function 'initscr'
 ./wincon.h:213: warning: assignment makes pointer from integer without a cast
 ./wincon.h:215: warning: implicit declaration of function 'start_color'
 ./wincon.h:217: warning: implicit declaration of function 'keypad'
 ./wincon.h:217: error: 'TRUE' undeclared (first use in this function)
 ./wincon.h:220: warning: implicit declaration of function 'init_pair'
 ./wincon.h:226: error: 'ACS_VLINE' undeclared (first use in this function)
 ./wincon.h:227: error: 'ACS_HLINE' undeclared (first use in this function)
 ./wincon.h:228: error: 'ACS_CKBOARD' undeclared (first use in this function)
 ./wincon.h:229: error: 'ACS_LLCORNER' undeclared (first use in this function)
 ./wincon.h:230: error: 'ACS_LRCORNER' undeclared (first use in this function)
 ./wincon.h:231: error: 'ACS_ULCORNER' undeclared (first use in this function)
 ./wincon.h:232: error: 'ACS_URCORNER' undeclared (first use in this function)
 ./wincon.h:233: error: 'ACS_DIAMOND' undeclared (first use in this function)
 main.c: In function 'main':
 main.c:89: warning: suggest parentheses around assignment used as truth value
 main.c:170: warning: suggest parentheses around assignment used as truth value
 main.c: In function 'aknaz':
 main.c:525: warning: unused variable 'temp'
 main.c: In function 'feltar':
 main.c:648: warning: unused variable 'l'
 main.c:648: warning: unused variable 'k'
 emitter@LAPTOP:~$
 ez az ncurses micsoda, mert a gcc manjában nem találtam róla semmit 
 hasonlóképp a -lm mit csinál?
Új hozzászólás Aktív témák
● olvasd el a téma összefoglalót!
- Vezeték nélküli fülhallgatók
- sziku69: Szólánc.
- S.T.A.L.K.E.R. 2: Heart of Chornobyl
- AMD K6-III, és minden ami RETRO - Oldschool tuning
- VR topik (Oculus Rift, stb.)
- EA Sports WRC '23
- A világűrbe repíti az AI-t az NVIDIA és a Starcloud
- Kamionok, fuvarozás, logisztika topik
- Resident Evil Requiem - Ami eddig történt
- Kompakt vízhűtés
- További aktív témák...
- Bomba ár! Dell Latitude E5550 - i5-5GEN I 8GB I 128GB SSD I 15,6" FHD I W11 I HDMI I Cam I Gari!
- HP EliteBook 840 G9 i7-1265U 16GB 512GB 14" FHD+ 1 év teljeskörű garancia
- HIBÁTLAN iPhone 12 Mini 128GB Purple -1 ÉV GARANCIA - Kártyafüggetlen, MS3631,94% Akkumulátor
- GYÖNYÖRŰ iPhone X 64GB Black -1 ÉV GARANCIA - Kártyafüggetlen, MS3586, 100% Akkumulátor
- HIBÁTLAN iPhone 13 Pro Max 128GB Alphine Green -1 ÉV GARANCIA - Kártyafüggetlen, MS3722
Állásajánlatok
Cég: NetGo.hu Kft.
Város: Gödöllő
Cég: Promenade Publishing House Kft.
Város: Budapest

 
						
 
								 
							



