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:
parent
12a0827d7c
commit
3ea012fcfe
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue