[et-mgmt-tools] [Patch] Build virt-manager at Solaris

Daniel P. Berrange berrange at redhat.com
Tue Feb 19 03:42:21 UTC 2008


On Sat, Feb 16, 2008 at 06:24:30PM +0800, Henry Zhang wrote:
> Hi there,
> 
> When I tried to build virt-manager 0.4.0 at Solaris, failed, because
> several parameters can't pass at Solaris, I have to remove them, please
> review, if it's possible to remove them from your source codes...

I've looked at this quickly - one of the Makefile's you're changing
no longer exists - the po/Makefile. The other one will need to have
an automake conditional defined, so we can do pass different flags
for Solaris vs Linux. 

eg 

  in configure.in need to call with some param based on whether it is solaris
or not

     AM_CONDITIONAL

And then in the makefile

  if $(OS) = "SunOS"
  ...
  else
  ....
  endif


I've been meaning to try this, but not had a chance yet..

Regards,
Dan.
-- 
|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|
|=-           Perl modules: http://search.cpan.org/~danberr/              -=|
|=-               Projects: http://freshmeat.net/~danielpb/               -=|
|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=| 




More information about the et-mgmt-tools mailing list