From: Kirill Maslinsky <kirill@altlinux.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] нужна помощь (похоже, --as-needed)
Date: Sun, 18 Jun 2006 18:08:33 +0400
Message-ID: <20060618140832.GC15791@tacit.myxomop.com> (raw)
In-Reply-To: <20060618135301.GH631@localhost.localdomain>
[-- Attachment #1: Type: text/plain, Size: 2316 bytes --]
> > В оригинале там вообще нету ifndef-фрагмента после #include <iostream>,
> > это ты добавил, верно?
>
> Может быть это генерат. Меня git очень сбил с толку, потому что он не
> сохраняет mtime. То есть сделал clone и тут же начал хачить, а потом не
> видно что старое что новое.
Странно, чего именно не видно?
git-status
git-diff -u
?
> Вручную make -- собирается до конца?
Как раз вручную и пробовал -- не собралось.
Вот сейчас отключил отвалившийся патч, и тот же эффект:
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I./../include -g -Wall -MT mql_lexer.lo -MD -MP -MF .deps/mql_lexer.Tpo -c mql_lexer.cpp -fPIC -DPIC -o .libs/mql_lexer.o
./mql_lexer.cpp: In member function `virtual int xxFlexLexer::yylex()':
./mql_lexer.cpp:931: error: `yy_buffer_stack' was not declared in this scope
./mql_lexer.cpp:931: error: `yy_buffer_stack_top' was not declared in this scope
./mql_lexer.cpp:932: error: `yyensure_buffer_stack' was not declared in this scope
[...много-много подобной фигни...]
./mql_lexer.cpp: In destructor `virtual xxFlexLexer::~xxFlexLexer()':
./mql_lexer.cpp:2613: error: `yy_buffer_stack' was not declared in this scope
./mql_lexer.cpp:2613: error: `yy_buffer_stack_top' was not declared in this scope
./mql_lexer.cpp:2616: error: `yypop_buffer_state' was not declared in this scope
./mql_lexer.cpp:2616: warning: unused variable 'yypop_buffer_state'
./mql_lexer.cpp:2620: error: `yy_buffer_stack' was not declared in this scope
make[2]: *** [mql_lexer.lo] Ошибка 1
make[2]: Leaving directory `/home/gc/alt/src/emdros/emdros/MQL'
make[1]: *** [all] Ошибка 2
make[1]: Leaving directory `/home/gc/alt/src/emdros/emdros/MQL'
make: *** [all-recursive] Ошибка 1
> > А как правильно отрывать всё, что таскается?
> > Это очень трудоёмко?
>
> В %prep нужно сделать rm -rf pcre sqlite ...
> а потом хачить сприпты.
А ну понятно, в этом я пока пас.
> Я так и не понял, как с гитом нужно работать. Либо через gear, либо
> сделать бранч и сразу прямо в кталоге хачить (потом сделать diff а бранч
> убить через -D).
Вообще одно другого не исключает:
в документации рекомендуют сначала всегда делать бранч, и в нём хачить.
а gear полезен тогда, когда нужно из репозитория собирать rpm.
--
Kirill Maslinsky
ALT Linux Documentation Team
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-06-18 14:08 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-18 8:59 Kirill Maslinsky
2006-06-18 10:41 ` Sergey Vlasov
2006-06-18 11:06 ` Alexey Tourbin
2006-06-18 10:41 ` Alexey Tourbin
2006-06-18 11:24 ` Alexey Tourbin
2006-06-18 11:39 ` Alexey Tourbin
2006-06-18 11:51 ` Alexey Tourbin
2006-06-18 11:55 ` Alexey Tourbin
2006-06-18 13:42 ` Kirill Maslinsky
2006-06-18 13:53 ` Alexey Tourbin
2006-06-18 14:08 ` Kirill Maslinsky [this message]
2006-06-18 15:31 ` Alexey Tourbin
2006-06-18 19:36 ` Alexey Tourbin
2006-06-18 20:02 ` Kirill Maslinsky
2006-06-18 22:13 ` Alexey Tourbin
2006-06-19 9:54 ` Kirill Maslinsky
2006-06-19 11:38 ` Alexey Tourbin
2006-07-08 20:34 ` Alexey Tourbin
2006-07-08 22:08 ` Kirill Maslinsky
2006-07-08 22:45 ` Alexey Tourbin
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=20060618140832.GC15791@tacit.myxomop.com \
--to=kirill@altlinux.ru \
--cc=devel@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 Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git