>> Index: Transceiver/USRPDevice.h
>> ===================================================================
>> --- Transceiver/USRPDevice.h  (revision 10235)
>> +++ Transceiver/USRPDevice.h  (working copy)
>> @@ -19,8 +19,8 @@
>>
>>  */
>>
>> +#define HAVE_BYTESWAP_H

The correct fix was to add the missing autoconf section to the start
of USRPDevice.cpp:

Modified: openbts/trunk/Transceiver/USRPDevice.cpp
===================================================================
--- openbts/trunk/Transceiver/USRPDevice.cpp    2009-03-03 19:44:29
UTC (rev 10556)
+++ openbts/trunk/Transceiver/USRPDevice.cpp    2009-03-04 18:12:16
UTC (rev 10557)
@@ -26,6 +26,9 @@
        SWLOOPBACK      compile for software loopback testing
 */

+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif

This has been done in the openbts trunk.

Johnathan


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to