Changeset 8018
- Timestamp:
- 07/10/08 14:17:03 (5 years ago)
- Location:
- ossiedev/trunk/system/ossie
- Files:
-
- 2 removed
- 3 modified
- 1 copied
-
configure.ac (modified) (2 diffs)
-
idl/cpp/Makefile.am (modified) (1 diff)
-
idl/python/Makefile.am (copied) (copied from ossiedev/branches/bhilburn/rpmdev/0.6.x/system/ossie/idl/python/Makefile.am)
-
idl/python/Makefile.in (deleted)
-
idl/python/ossie.pth (modified) (1 diff)
-
idl/python/setup.py (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/system/ossie/configure.ac
r5882 r8018 10 10 11 11 AC_LANG_PUSH([C++]) 12 AC_CHECK_LIB([xerces-c], [main], [], [AC_MSG_ERROR([cannot find xerce -c library.])])12 AC_CHECK_LIB([xerces-c], [main], [], [AC_MSG_ERROR([cannot find xerces-c library.])]) 13 13 AC_CHECK_HEADERS([xercesc/util/PlatformUtils.hpp], [], [AC_MSG_ERROR([cannot find xerces-c header file.])]) 14 14 … … 16 16 AC_CHECK_LIB([omnithread], [main], [], [AC_MSG_ERROR([cannot find omnithread library])]) 17 17 AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])]) 18 AC_CHECK_PROG([IDL], [omniidl], [omniidl], [AC_MSG_ERROR([cannot find omniidl prgram])]) 18 AC_CHECK_PROG([IDL], [omniidl], [AC_MSG_ERROR([cannot find omniidl program])]) 19 20 AM_PATH_PYTHON([2.3]) 19 21 20 22 AC_LANG_POP -
ossiedev/trunk/system/ossie/idl/cpp/Makefile.am
r5734 r8018 1 IDL_BIN = $(shell which omniidl) 2 1 3 %SK.cpp %.h %DynSK.cpp : ../%.idl 2 @IDL@-bcxx -Wba -Wbd=DynSK.cpp -Wbh=.h -Wbs=SK.cpp $<4 $(IDL_BIN) -bcxx -Wba -Wbd=DynSK.cpp -Wbh=.h -Wbs=SK.cpp $< 3 5 cp $*.h ../../include/ossie 4 6 -
ossiedev/trunk/system/ossie/idl/python/ossie.pth
r5916 r8018 23 23 # OSSIE tools 24 24 /sdr/tools 25 /usr/local/lib/python2.5/site-packages