[Orbit-python-list] Makefile patch (?)
Status: Inactive
Brought to you by:
tack
From: <cl...@sp...> - 2002-02-17 07:18:31
|
Hello, I just compiled orbit-python-3.1 on my Redhat 7.2 system and (AFAICT) I need to add the $(LIBIDL_CFLAGS) to my src/Makefile on line 169: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(LIBIDL_CFLAGS) $(CFLAGS) in order for the proper include files to be found. Thanks for your work. -chris |