From: "Хихин Руслан" <hihin@yandex.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] XdTV
Date: Sun, 23 Jul 2006 08:42:19 +0400
Message-ID: <200607230842.28130@ruslandh> (raw)
In-Reply-To: <200607202348.32881@ruslandh>
[-- Attachment #1.1: Type: text/plain, Size: 551 bytes --]
Здравствуйте Хихин Руслан
В сообщении от 20 июля 2006 23:48 Хихин Руслан написал(a):
> > >
> > > rpmbuild) - а он вылетает с этой-же ошибкой.
> >
> > нет, см. http://wiki.sisyphus.ru/devel/UpStream/AsNeeded
>
> Всё дело в том, что данное место - это место создание статической, а
> не
>
> динамической библиотеки. Дальше библиотека прикомпилируется к
> самому
>
> приложению (различным модулям, плагинам).
1 Оказалось, я не прав - высылая патч.
2 Тут-же нарвался и на ncurses - с ним-то что ? (см лог)
--
С уважением Хихин Руслан
[-- Attachment #1.2: Compile.mk.diff --]
[-- Type: text/x-diff, Size: 887 bytes --]
--- /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 +0400
@@ -24,15 +24,15 @@
compile_cc = $(CXX) $(CXXFLAGS) -Wp,-MD,$(tmpdep) -c -o $@ $<
fixup_deps = sed -e "s|.*\.o:|$@:|" < $(tmpdep) > $(depfile) && rm -f $(tmpdep)
-link_app = $(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)
-link_so = $(CC) $(LDFLAGS) -shared -Wl,-soname,$(@F) -o $@ $^ $(LDLIBS)
+link_app = $(CC) $(LDFLAGS) $(LDLIBS) -o $@ $^
+link_so = $(CC) $(LDFLAGS) $(LDLIBS) -shared -Wl,-soname,$(@F) -o $@ $^
ar_lib = rm -f $@ && ar -r $@ $^ && ranlib $@
moc_h = $(MOC) $< -o $@
msgfmt_po = msgfmt -o $@ $<
# non-verbose output
-ifeq ($(verbose),no)
+ifeq ($(verbose),yes)
echo_compile_c = echo " CC " $@
echo_compile_cc = echo " CXX " $@
echo_link_app = echo " LD " $@
[-- Attachment #1.3: XAWTV.log --]
[-- Type: text/x-log, Size: 2411 bytes --]
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 `mvprintw' 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] Ошибка 1
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-07-23 4:42 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-19 0:02 Хихин Руслан
2006-07-19 5:23 ` Damir Shayhutdinov
2006-07-19 6:18 ` Хихин Руслан
2006-07-19 6:19 ` Gleb Kulikov
2006-07-19 9:04 ` Igor Zubkov
2006-07-19 10:06 ` Michael Shigorin
2006-07-19 20:08 ` Хихин Руслан
2006-07-20 3:22 ` Slava Semushin
2006-07-20 5:27 ` Хихин Руслан
2006-07-20 9:14 ` Eugene Prokopiev
2006-07-20 19:48 ` Хихин Руслан
2006-07-23 4:42 ` Хихин Руслан [this message]
2006-07-23 17:38 ` [sisyphus] XawTV4 Хихин Руслан
2006-07-24 7:36 ` Damir Shayhutdinov
2006-07-24 8:26 ` Хихин Руслан
2006-07-25 7:02 ` Хихин Руслан
2006-07-25 8:38 ` Хихин Руслан
2006-07-26 20:35 ` Хихин Руслан
2006-07-27 17:50 ` Michael Shigorin
2006-07-27 22:01 ` Хихин Руслан
2006-07-28 5:06 ` Slava Semushin
2006-07-28 5:41 ` Damir Shayhutdinov
2006-07-28 5:54 ` Slava Semushin
2006-07-28 5:58 ` Damir Shayhutdinov
2006-08-01 16:51 ` Хихин Руслан
2006-08-01 17:46 ` Хихин Руслан
2006-07-28 5:48 ` Andrey Rahmatullin
2006-07-30 20:37 ` Michael Shigorin
2006-07-31 8:18 ` Хихин Руслан
2006-07-31 17:04 ` Хихин Руслан
2006-07-31 17:39 ` Sergey Vlasov
2006-07-31 18:21 ` Хихин Руслан
2006-08-01 19:26 ` Michael Shigorin
2006-08-02 3:15 ` Хихин Руслан
2006-08-02 8:54 ` Хихин Руслан
2006-08-02 9:05 ` Damir Shayhutdinov
2006-08-02 9:28 ` Хихин Руслан
2006-08-02 9:35 ` Damir Shayhutdinov
2006-08-02 9:39 ` Slava Semushin
2006-08-02 10:16 ` Хихин Руслан
2006-08-02 9:35 ` Хихин Руслан
2006-08-02 15:15 ` Michael Shigorin
2006-08-02 18:37 ` Хихин Руслан
2006-08-02 18:58 ` Andrey Rahmatullin
2006-08-02 15:14 ` Michael Shigorin
2006-08-02 16:50 ` Хихин Руслан
2006-08-03 12:56 ` Aleksey Avdeev
2006-08-02 18:47 ` Хихин Руслан
2006-08-02 18:59 ` Andrey Rahmatullin
2006-08-04 20:01 ` Michael Shigorin
2006-08-05 12:28 ` Хихин Руслан
2006-08-06 19:35 ` Хихин Руслан
2006-08-07 7:29 ` Slava Semushin
2006-08-14 5:43 ` Хихин Руслан
2006-07-19 10:36 ` [sisyphus] XdTV Epiphanov Sergei
2006-07-19 12:08 ` Epiphanov Sergei
2006-07-19 12:21 ` Led
2006-07-19 20:00 ` Хихин Руслан
2006-07-19 22:24 ` Хихин Руслан
2006-07-20 3:24 ` Slava Semushin
2006-07-20 4:06 ` Хихин Руслан
2006-07-20 9:47 ` Igor Zubkov
2006-07-20 10:04 ` Led
2006-07-20 22:49 ` Хихин Руслан
2006-07-21 8:24 ` Igor Zubkov
2006-07-21 17:42 ` Хихин Руслан
2006-07-22 8:35 ` Хихин Руслан
2006-07-22 8:42 ` Pavlov Konstantin
2006-07-22 9:10 ` Хихин Руслан
2006-07-23 5:40 ` Хихин Руслан
2006-07-20 6:29 ` Хихин Руслан
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200607230842.28130@ruslandh \
--to=hihin@yandex.ru \
--cc=sisyphus@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git