Wojtek Kaniewski wrote: > Emotional Vampire napisał(a): >> [ameryk: ekg-1.7rc2]$ make cd lib && /usr/bin/make all make: >> "/tmp/ekg-1.7rc2/lib/Makefile" line 96: Missing dependency operator >> make: "/tmp/ekg-1.7rc2/lib/Makefile" line 97: Could not find >> .depend make: "/tmp/ekg-1.7rc2/lib/Makefile" line 98: Need an >> operator make: Fatal errors encountered -- cannot continue > > Wygląda na to, że brakuje GNU Make. Upewnij się, że jest > zainstalowane, bo skrypt configure powinien automagicznie z niego > korzystać.
Dzieki za szybka odpowiedz (Adam i Wojtek). Rzeczywiscie nie bylo gmake. Zle przyzwyczajenia z linuksow odnosnie make i gmake. Teraz kolejny problem: ============================================================================ (... idzie poprawnie az do momentu...) gcc -I.. -I../lib -g -O2 -Wall -I/usr/pkg/include -DDATADIR=\"/usr/local/share/ekg\" -DSYSCONFDIR=\"/usr/local/etc\" -o ekg stuff.o commands.o events.o themes.o vars.o dynstuff.o userlist.o ekg.o xmalloc.o mail.o msgqueue.o emoticons.o configfile.o simlite.o ui-ncurses.o ui-batch.o ui-none.o log.o -L../lib ../lib/libgadu.a -lz -lssl -lcrypto -lcurses ui-ncurses.o(.text+0xd22): In function `window_redraw': /tmp/ekg-1.7rc2/src/ui-ncurses.c:784: undefined reference to `acs_map' ui-ncurses.o(.text+0xd55):/tmp/ekg-1.7rc2/src/ui-ncurses.c:781: undefined reference to `acs_map' ui-ncurses.o(.text+0xd99):/tmp/ekg-1.7rc2/src/ui-ncurses.c:778: undefined reference to `acs_map' ui-ncurses.o(.text+0xdda):/tmp/ekg-1.7rc2/src/ui-ncurses.c:775: undefined reference to `acs_map' ui-ncurses.o(.text+0xe25):/tmp/ekg-1.7rc2/src/ui-ncurses.c:771: undefined reference to `acs_map' ui-ncurses.o(.text+0xe68):/tmp/ekg-1.7rc2/src/ui-ncurses.c:764: more undefined references to `acs_map' follow gmake[1]: *** [ekg] Error 1 gmake[1]: Leaving directory `/tmp/ekg-1.7rc2/src' gmake: *** [ekg] Error 2 ============================================================================ ncurses oraz cdk oczywiscie zainstalowane... w pkgsrc nie widze innych pakietow zwiazanych z ncurses devel. Pozdrawiam, Sebastian
