On Fri, 29 Nov 2019, Jon Trulson wrote:
On 11/29/19 5:38 PM, Marcin Cieslak wrote:On Sat, 30 Nov 2019, Marcin Cieslak wrote:#if DefaultLinuxDistribution == LinuxSuSEThis is bogus. It will always be true unless we'll define "DefaultLinuxDistribution" to 0 This is cppWhat am I missing? According to config/imake/imake.c:get_distrib(), DefaultLinuxDistribution is defined as 'LinuxSuSE' if /sbin/yast is found. This looks correct to me...
One thing is certainly wrong here - LinuxDistribution is the value that can be overriden in host or site configuration. DefaultLinuxDistribution is the default value which determined by imake should never be checked in the Imakefiles. It just provides the default value for LinuxDistribution if not set:#ifndef LinuxDistribution #define LinuxDistribution DefaultLinuxDistribution
#endif Now I need to check why this expression seems to be always true on my centos and fedora machines, I thought it was a cpp syntax problem, but probably it is not. In the pipeline: - dtdocbook stops due to "compress" utility missing (fix being tested) - instant tool crashes on locale different than "C" Marcin
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel