commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r3251 - in gnuradio/branches/developers/jcorgan/ticket


From: jcorgan
Subject: [Commit-gnuradio] r3251 - in gnuradio/branches/developers/jcorgan/ticket-26: config gr-atsc/src/python gr-audio-osx/src gr-gsm-fr-vocoder/src/python gr-radio-astronomy/src/python gr-trellis/src/python
Date: Fri, 11 Aug 2006 21:41:48 -0600 (MDT)

Author: jcorgan
Date: 2006-08-11 21:41:48 -0600 (Fri, 11 Aug 2006)
New Revision: 3251

Modified:
   gnuradio/branches/developers/jcorgan/ticket-26/config/grc_usrp.m4
   
gnuradio/branches/developers/jcorgan/ticket-26/gr-atsc/src/python/run_tests.in
   gnuradio/branches/developers/jcorgan/ticket-26/gr-audio-osx/src/run_tests.in
   
gnuradio/branches/developers/jcorgan/ticket-26/gr-gsm-fr-vocoder/src/python/run_tests.in
   
gnuradio/branches/developers/jcorgan/ticket-26/gr-radio-astronomy/src/python/run_tests.in
   
gnuradio/branches/developers/jcorgan/ticket-26/gr-trellis/src/python/run_tests.in
Log:
Trial fix for ticket:26 and ticket:27

Modified: gnuradio/branches/developers/jcorgan/ticket-26/config/grc_usrp.m4
===================================================================
--- gnuradio/branches/developers/jcorgan/ticket-26/config/grc_usrp.m4   
2006-08-12 03:23:42 UTC (rev 3250)
+++ gnuradio/branches/developers/jcorgan/ticket-26/config/grc_usrp.m4   
2006-08-12 03:41:48 UTC (rev 3251)
@@ -59,11 +59,11 @@
     dnl check for SDCC 2.4.0
     USRP_SDCC([2.4.0],[],[succeeded=no])
     
-    AC_CHECK_FUNCS([getrusage sched_setscheduler],[],[succeeded=no])
-    AC_CHECK_FUNCS([sigaction snprintf],[],[succeeded=no])
+    AC_CHECK_FUNCS([getrusage sched_setscheduler])
+    AC_CHECK_FUNCS([sigaction snprintf])
 
     dnl we use these to handle possible byteswapping to and from the USRP.
-    AC_CHECK_HEADERS([byteswap.h],[],[succeeeded=no])
+    AC_CHECK_HEADERS([byteswap.h])
     AC_C_BIGENDIAN
 
     if test $succeeded = yes; then

Modified: 
gnuradio/branches/developers/jcorgan/ticket-26/gr-atsc/src/python/run_tests.in
===================================================================
--- 
gnuradio/branches/developers/jcorgan/ticket-26/gr-atsc/src/python/run_tests.in  
    2006-08-12 03:23:42 UTC (rev 3250)
+++ 
gnuradio/branches/developers/jcorgan/ticket-26/gr-atsc/src/python/run_tests.in  
    2006-08-12 03:41:48 UTC (rev 3251)
@@ -25,6 +25,10 @@
 PYTHONPATH="$grpythonbld:$libbld:$libbld/.libs:$libsrc:$py:$PYTHONPATH"
 export PYTHONPATH
 
+# For OS/X
+DYLD_LIBRARY_PATH="@abs_top_builddir@/gnuradio-core/src/lib/.libs"
+export DYLD_LIBRARY_PATH
+
 #
 # This is the simple part...
 # Run everything that matches qa_*.py and return the final result.

Modified: 
gnuradio/branches/developers/jcorgan/ticket-26/gr-audio-osx/src/run_tests.in
===================================================================
--- 
gnuradio/branches/developers/jcorgan/ticket-26/gr-audio-osx/src/run_tests.in    
    2006-08-12 03:23:42 UTC (rev 3250)
+++ 
gnuradio/branches/developers/jcorgan/ticket-26/gr-audio-osx/src/run_tests.in    
    2006-08-12 03:41:48 UTC (rev 3251)
@@ -27,6 +27,10 @@
 PYTHONPATH="$grpythonbld:$libbld:$libbld/.libs:$libsrc:$py:$PYTHONPATH"
 export PYTHONPATH
 
+# For OS/X
+DYLD_LIBRARY_PATH="@abs_top_builddir@/gnuradio-core/src/lib/.libs"
+export DYLD_LIBRARY_PATH
+
 #
 # This is the simple part...
 # Run everything that matches qa_*.py and return the final result.

Modified: 
gnuradio/branches/developers/jcorgan/ticket-26/gr-gsm-fr-vocoder/src/python/run_tests.in
===================================================================
--- 
gnuradio/branches/developers/jcorgan/ticket-26/gr-gsm-fr-vocoder/src/python/run_tests.in
    2006-08-12 03:23:42 UTC (rev 3250)
+++ 
gnuradio/branches/developers/jcorgan/ticket-26/gr-gsm-fr-vocoder/src/python/run_tests.in
    2006-08-12 03:41:48 UTC (rev 3251)
@@ -25,6 +25,10 @@
 PYTHONPATH="$grpythonbld:$libbld:$libbld/.libs:$libsrc:$py:$PYTHONPATH"
 export PYTHONPATH
 
+# For OS/X
+DYLD_LIBRARY_PATH="@abs_top_builddir@/gnuradio-core/src/lib/.libs"
+export DYLD_LIBRARY_PATH
+
 #
 # This is the simple part...
 # Run everything that matches qa_*.py and return the final result.

Modified: 
gnuradio/branches/developers/jcorgan/ticket-26/gr-radio-astronomy/src/python/run_tests.in
===================================================================
--- 
gnuradio/branches/developers/jcorgan/ticket-26/gr-radio-astronomy/src/python/run_tests.in
   2006-08-12 03:23:42 UTC (rev 3250)
+++ 
gnuradio/branches/developers/jcorgan/ticket-26/gr-radio-astronomy/src/python/run_tests.in
   2006-08-12 03:41:48 UTC (rev 3251)
@@ -25,6 +25,10 @@
 PYTHONPATH="$grpythonbld:$libbld:$libbld/.libs:$libsrc:$py:$PYTHONPATH"
 export PYTHONPATH
 
+# For OS/X
+DYLD_LIBRARY_PATH="@abs_top_builddir@/gnuradio-core/src/lib/.libs"
+export DYLD_LIBRARY_PATH
+
 #
 # This is the simple part...
 # Run everything that matches qa_*.py and return the final result.

Modified: 
gnuradio/branches/developers/jcorgan/ticket-26/gr-trellis/src/python/run_tests.in
===================================================================
--- 
gnuradio/branches/developers/jcorgan/ticket-26/gr-trellis/src/python/run_tests.in
   2006-08-12 03:23:42 UTC (rev 3250)
+++ 
gnuradio/branches/developers/jcorgan/ticket-26/gr-trellis/src/python/run_tests.in
   2006-08-12 03:41:48 UTC (rev 3251)
@@ -25,6 +25,10 @@
 PYTHONPATH="$grpythonbld:$libbld:$libbld/.libs:$libsrc:$py:$PYTHONPATH"
 export PYTHONPATH
 
+# For OS/X
+DYLD_LIBRARY_PATH="@abs_top_builddir@/gnuradio-core/src/lib/.libs"
+export DYLD_LIBRARY_PATH
+
 #
 # This is the simple part...
 # Run everything that matches qa_*.py and return the final result.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]