Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2003 21:35:18 +0200
From:      "Ph. Schulz" <ph.schulz@gmx.de>
To:        "Alastair G. Hogge" <agh@tpg.com.au>, "Erick Smith" <desertfox@cableaz.com>, "FreeBSD Questions Mailing List" <freebsd-questions@freebsd.org>
Subject:   RE: Newbie MAKE question
Message-ID:  <KFEBIDGICBFBHIHGCKDPMEALCGAA.ph.schulz@gmx.de>
In-Reply-To: <200309210517.50791.agh@tpg.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
I guess it says there to specify 'WITHOU_OPENGL'. Usually you have to
specify those options to a configure script don't you?

Don't blame me if it's wrong b/c I never compiled it myself. I just replied
to this message b/c I think it's funny (not the question but the answer) and
I'm on my way to get myself 'intoxicated', too.

	Phil.

|  -----Original Message-----
|  From: owner-freebsd-questions@freebsd.org
|  [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Alastair G.
|  Hogge
|  Sent: Saturday, September 20, 2003 9:18 PM
|  To: Erick Smith; FreeBSD Questions Mailing List
|  Subject: Re: Newbie MAKE question
|
|
|  On Sunday, 21 September 2003 04:39, Erick Smith wrote:
|  > This really is a ridiculous question, but I don't have the
|  answer, so here
|  > I am.
|  >
|  > I'm trying to build qt in the ports tree using:
|  >
|  > portinstall -f x11-toolkits/qt32
|  >
|  > What I WANT to do is specify WITHOUT_OPENGL as per the instructions:
|  >
|  > ===> **************************************************
|  > ===> NOTE: Use of WITH_OPENGL is not recommended with
|  > ===> the NVidia drivers provided by the x11/nvidia port
|  > ===> If you use these drivers, we recommend you press
|  > ===> Ctrl-C now and set WITHOUT_OPENGL
|  > ===> **************************************************
|  >
|  >
|  > From the port itself.  How do I do this?
|  Well lets see...it's late and I'm intoxicated.
|  "make WITH_OPENGL=x" x = yes|no
|  or
|  "make -DWITHOUT_OPENGL"
|  check out the handbook www.freebsd.org/handbook for far better
|  information
|  then mine.
|
|  Now for portinstall. Type "man portinstall" and look for passing
|  make varibles
|  thru porinstall itself. Example might be "portinstall x11-toolkits/qt32
|  -<what ever switch..that's for you to find out and for me to
|  goto the bed>
|  WITH_OPENGL=yes"
|
|  > Thanks,
|  Hope it made some sense
|
|  > Erick
|  Alastair
|
|  _______________________________________________
|  freebsd-questions@freebsd.org mailing list
|  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
|  To unsubscribe, send any mail to
|  "freebsd-questions-unsubscribe@freebsd.org"
|
|




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?KFEBIDGICBFBHIHGCKDPMEALCGAA.ph.schulz>