From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: =?windows-1251?b?1ej16O0g0PPx6+Dt?= To: sisyphus@lists.altlinux.org Date: Sun, 23 Jul 2006 08:42:19 +0400 User-Agent: KMail/1.9.3 References: <200607190402.34397@ruslandh> <44BF497D.9040404@stc.donpac.ru> <200607202348.32881@ruslandh> In-Reply-To: <200607202348.32881@ruslandh> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart7353872.ZqH10Fqxbd"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607230842.28130@ruslandh> Subject: Re: [sisyphus] XdTV X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: hihin@yandex.ru, ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 04:43:17 -0000 Archived-At: List-Archive: List-Post: --nextPart7353872.ZqH10Fqxbd Content-Type: multipart/mixed; boundary="Boundary-01=_s4vwEchj2Kt5rba" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_s4vwEchj2Kt5rba Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: base64 Content-Disposition: inline x+Tw4OLx8uLz6fLlINXo9ejtINDz8evg7QogIMIg8e7u4fnl7ejoIO7yIDIwIOj+6/8gMjAwNiAy Mzo0OCDV6PXo7SDQ8/Hr4O0g7eDv6PHg6yhhKToKPiAgPiA+CiA+ICA+ID4gcnBtYnVpbGQpIC0g 4CDu7SDi++vl8uDl8iDxIP3y7ukt5uUg7vjo4eru6S4KID4gID4KID4gID4g7eXyLCDx7C4gaHR0 cDovL3dpa2kuc2lzeXBodXMucnUvZGV2ZWwvVXBTdHJlYW0vQXNOZWVkZWQKID4KID4gwvG4IOTl 6+4g4iDy7uwsIPfy7iDk4O3t7uUg7OXx8u4gLSD98u4g7OXx8u4g8e7n5ODt6OUg8fLg8uj35fHq 7uksIOAKID4g7eUKID4KID4g5Ojt4Ozo9+Xx6u7pIOHo4evo7vLl6uguICDE4Ov8+OUg4ejh6+ju 8uXq4CDv8Ojq7uzv6Ovo8PPl8vH/IOoKID4g8eDs7uzzCiA+CiA+IO/w6Ovu5uXt6P4gKPDg5+vo 9+377CDs7uTz6//sLCDv6+Dj6O3g7CkuCjEgzurg5+Dr7vH8LCD/IO3lIO/w4OIgLSDi+/H76+D/ IO/g8vcuCjIg0vPyLeblIO3g8OLg6/H/IOgg7eAgbmN1cnNlcyAtIPEg7ejsLfLuIPfy7iA/ICjx 7CDr7uMpCgotLSAK0SAg8+Lg5uXt6OXsINXo9ejtINDz8evg7Qo= --Boundary-01=_s4vwEchj2Kt5rba Content-Type: text/x-diff; charset="windows-1251"; name="Compile.mk.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Compile.mk.diff" =2D-- /home/writer/RPM/NO_SRC/xawtv-200615-161048/mk/Compile.mk 2004-02-24 = 23:09:16 +0300 +++ /home/writer/RPM/NO_SRC/xawtv-new/mk/Compile.mk 2006-07-23 08:33:12 +04= 00 @@ -24,15 +24,15 @@ compile_cc =3D $(CXX) $(CXXFLAGS) -Wp,-MD,$(tmpdep) -c -o $@ $< fixup_deps =3D sed -e "s|.*\.o:|$@:|" < $(tmpdep) > $(depfile) && rm -f $(= tmpdep) =20 =2Dlink_app =3D $(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS) =2Dlink_so =3D $(CC) $(LDFLAGS) -shared -Wl,-soname,$(@F) -o $@ $^ $(LDLIB= S) +link_app =3D $(CC) $(LDFLAGS) $(LDLIBS) -o $@ $^=20 +link_so =3D $(CC) $(LDFLAGS) $(LDLIBS) -shared -Wl,-soname,$(@F) -o $@ $^ ar_lib =3D rm -f $@ && ar -r $@ $^ && ranlib $@ =20 moc_h =3D $(MOC) $< -o $@ msgfmt_po =3D msgfmt -o $@ $< =20 # non-verbose output =2Difeq ($(verbose),no) +ifeq ($(verbose),yes) echo_compile_c =3D echo " CC " $@ echo_compile_cc =3D echo " CXX " $@ echo_link_app =3D echo " LD " $@ --Boundary-01=_s4vwEchj2Kt5rba Content-Type: text/x-log; charset="windows-1251"; name="XAWTV.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="XAWTV.log" gcc -lncurses -o console/record console/record.o console/record.o: In function `print_bar': console/record.c:405: undefined reference to `COLS' console/record.c:408: undefined reference to `mvprintw' console/record.c:409: undefined reference to `printw' console/record.c:410: undefined reference to `printw' console/record.c:412: undefined reference to `mvprintw' console/record.c:408: undefined reference to `mvprintw' console/record.c:409: undefined reference to `printw' console/record.c:410: undefined reference to `printw' console/record.o: In function `record_stop': console/record.c:505: undefined reference to `COLS' console/record.c:505: undefined reference to `mvprintw' console/record.o: In function `tty_raw': console/record.c:28: undefined reference to `initscr' console/record.c:29: undefined reference to `cbreak' console/record.c:30: undefined reference to `noecho' console/record.c:31: undefined reference to `stdscr' console/record.c:31: undefined reference to `keypad' console/record.c:32: undefined reference to `stdscr' console/record.c:32: undefined reference to `wrefresh' console/record.o: In function `main': console/record.c:702: undefined reference to `mvprintw' console/record.c:703: undefined reference to `mvprintw' console/record.c:704: undefined reference to `mvprintw' console/record.c:706: undefined reference to `mvprintw' console/record.c:707: undefined reference to `mvprintw' console/record.o:console/record.c:708: more undefined references to `mvprin= tw' follow console/record.o: In function `main': console/record.c:710: undefined reference to `LINES' console/record.c:710: undefined reference to `mvprintw' console/record.c:711: undefined reference to `LINES' console/record.c:711: undefined reference to `mvprintw' console/record.c:714: undefined reference to `stdscr' console/record.c:714: undefined reference to `wrefresh' console/record.c:763: undefined reference to `stdscr' console/record.c:763: undefined reference to `wgetch' console/record.c:744: undefined reference to `mvprintw' console/record.c:749: undefined reference to `mvprintw' console/record.c:753: undefined reference to `printw' console/record.c:757: undefined reference to `mvprintw' console/record.o: In function `tty_restore': console/record.c:38: undefined reference to `endwin' collect2: ld returned 1 exit status make: *** [console/record] =CE=F8=E8=E1=EA=E0 1 --Boundary-01=_s4vwEchj2Kt5rba-- --nextPart7353872.ZqH10Fqxbd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) iD8DBQBEwv40gDaarYH/1aQRAoVZAJ43z1XMwBm2ekRH6UNjrH3mEdhSTwCdESd4 ZzH/j+PGfGt9qGB1it5TikA= =fYql -----END PGP SIGNATURE----- --nextPart7353872.ZqH10Fqxbd--