ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Gleb Stiblo <g.stiblo@sam-solutions.net>
To: community@altlinux.ru
Subject: [Comm] Последний шаг в компиляции qt проекта - help please!
Date: Tue, 3 Aug 2004 17:24:16 +0300
Message-ID: <20040803142415.GA5109@sam-solutions.net> (raw)
In-Reply-To: <20040803141441.GA4721@sam-solutions.net>

On Tue, Aug 03, 2004 at 05:14:41PM +0300, Gleb Stiblo wrote:
GS> [...]
a>> Вот что у меня получилось:
a>> -----------
a>> [root@localhost qt-prj]# g++ -l/usr/lib/qt2/include form.cpp form_test.cpp
a>> &bsol; moc_form.cpp -L/usr/lib/qt2/lib -lqt
GS>  ^^^^^^^^^ уж больно это на HTML entity смахивает. Попробуйте в одну
GS> строку:
GS> g++ -l/usr/lib/qt2/include form.cpp form_test.cpp moc_form.cpp -L/usr/lib/qt2/lib -lqt
В догонку, не -l/usr/lib/qt2/include, а -I/usr/lib/qt2/include. Т.е.:
g++ -I/usr/lib/qt2/include form.cpp form_test.cpp moc_form.cpp -L/usr/lib/qt2/lib -lqt

GS> [...]

-- 
Gleb Stiblo AKA UlfR 	<g.stiblo@sam-solutions.net>



  reply	other threads:[~2004-08-03 14:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-03 13:23 anterior
2004-08-03 13:56 ` Sergey V Turchin
2004-08-03 14:14 ` Gleb Stiblo
2004-08-03 14:24   ` Gleb Stiblo [this message]
2004-08-03 17:05 ` Andrey Rahmatullin

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=20040803142415.GA5109@sam-solutions.net \
    --to=g.stiblo@sam-solutions.net \
    --cc=community@altlinux.ru \
    /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 Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git