Hi,
I am having problems compiling Poly-ML 5.1 for Linux (Slackware distro).
Here's a partial output of the compilation:
% ./configure .... % make .... /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -Wall -O3 -MT xwindows.lo -MD -MP -MF .deps/xwindows.Tpo -c -o xwindows.lo xwindows.cpp g++ -DHAVE_CONFIG_H -I. -I.. -Wall -O3 -MT xwindows.lo -MD -MP -MF .deps/xwindows.Tpo -c xwindows.cpp -fPIC -DPIC -o .libs/xwindows.o /usr/include/X11/VendorP.h:87: error: previous declaration of 'VendorShellClassRec vendorShellClassRec' with 'C++' linkage /usr/include/Xm/VendorSP.h:58: error: conflicts with new declaration with 'C' linkage
As well as some info on my system.
% uname -a Linux kalamata 2.6.23.1 #3 SMP Fri Oct 19 15:48:57 EDT 2007 i686 Intel(R) Pentium(R) D CPU 3.40GHz GenuineIntel GNU/Linux
Has anyone run into such problems?
Any suggestions will be appreciated.
George