Hi,

As I was facing problem during drizzle build, due to "warning treat as
error".

So to get rid of this , I just run ./config/autorun.sh
then I comment the following lines in configure script. And run ./configure
and make

if test -d ".bzr" ; then
pandora_building_from_bzr=yes
pandora_building_from_vc=yes
else
pandora_building_from_bzr=no
fi

if test -d ".svn" ; then
pandora_building_from_svn=yes
pandora_building_from_vc=yes
else
pandora_building_from_svn=no
fi

if test -d ".hg" ; then
pandora_building_from_hg=yes
pandora_building_from_vc=yes
else
pandora_building_from_hg=no
fi

if test -d ".git" ; then
pandora_building_from_git=yes
pandora_building_from_vc=yes
else
pandora_building_from_git=no
fi

Is there any other solution for this ?

--
Mohit
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : drizzle-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to