Putting a bit of snake oil (courtesy of the Symscape-patches) on the Tecplot stuff makes it compile and run

--HG--
branch : bgschaidMac
This commit is contained in:
Bernhard F.W. Gschaider 2010-10-03 13:35:51 +02:00
parent 12a0827d7c
commit 3ea012fcfe
2 changed files with 9 additions and 1 deletions

View file

@ -524,7 +524,11 @@
# if XmVERSION == 1 && XmREVISION == 0
# endif
# else
# include <X11/Intrinsic.h>
# ifndef darwin
# include <X11/Intrinsic.h>
# else
typedef void *Widget;
# endif
# endif
#endif

View file

@ -2,6 +2,10 @@
TECIO_FLAGS = -DMAKEARCHIVE -DLINUX -DLINUX64 -DUSEENUM -DTHREED -U_WIN32
#elif defined(darwinIntel) || defined(darwinIntel64) || defined(darwinPpc) || defined(darwinPpc64)
TECIO_FLAGS = -DMAKEARCHIVE -DDARWIN -DUSEENUM -DTHREED -U_WIN32
#elif defined(linuxIA64)
TECIO_FLAGS = -DMAKEARCHIVE -DLINUX -DLINUXI64 -DUSEENUM -DTHREED -U_WIN32