From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tupshin Harper Subject: Re: sdl dependencies? Date: Tue, 21 Jun 2005 15:38:38 -0700 Message-ID: <42B896EE.5090603@tupshin.com> References: <42B88B73.8010503@tupshin.com> None None <42B892FE.5090304@intel.com> <42B893A6.7040703@tupshin.com> <42B8947D.1060805@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <42B8947D.1060805@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Arun Sharma Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Arun Sharma wrote: > Tupshin Harper wrote: > >> First four lines identical, but completely missing the last 3 >> (starting with CONFIG_SDL=yes) >> I pasted those lines in, and it compiled. > > > The sdl probe in tools/ioemu/configure is failing for some reason. You > might want to investigate why. > > -Arun I think what is likely is that I installed the necessary sdl libs after getting an initial failure. This will probably be a very common scenario. The other xen dependencies, such as twisted, python, etc., fail explicitly if their libs aren't installed. The sdl stuff should either cleanly not try to compile if the dependencies aren't found or else attempt a configure each time "make tools" is run so that user's won't get into this scenario. -Tupshin