rapp-dev
[Top][All Lists]
Advanced

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

[Rapp-dev] Build fails on OSX


From: Johan Almbladh
Subject: [Rapp-dev] Build fails on OSX
Date: Wed, 15 Dec 2010 01:23:21 +0100

When I run configure/make/make check on release 0.6 I get build errors
when building the test suite:

Undefined symbols:
  "_rapp_integral_sum_bin_u16", referenced from:
      _rapp_test_integral_bin_u16 in rapp_test_integral.o
  "_rapp_integral_sum_bin_u32", referenced from:
      _rapp_test_integral_bin_u32 in rapp_test_integral.o
  "_rapp_integral_sum_bin_u8", referenced from:
      _rapp_test_integral_bin_u8 in rapp_test_integral.o
  "_rapp_integral_sum_u8_u16", referenced from:
      _rapp_test_integral_u8_u16 in rapp_test_integral.o
  "_rapp_integral_sum_u8_u32", referenced from:
      _rapp_test_integral_u8_u32 in rapp_test_integral.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: *** [rapptest] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

They don't seem to exported:

nm .libs/librapp.dylib | grep rapp_int
0000000000004ae0 t _rapp_integral_sum_bin_u16
0000000000004940 t _rapp_integral_sum_bin_u32
0000000000004c80 t _rapp_integral_sum_bin_u8
00000000000047d0 t _rapp_integral_sum_u8_u16
0000000000004660 t _rapp_integral_sum_u8_u32

uname -a
Darwin Johan-Almbladhs-MacBook.local 10.5.0 Darwin Kernel Version
10.5.0: Fri Nov  5 23:20:39 PDT 2010;
root:xnu-1504.9.17~1/RELEASE_I386 i386

/Johan



reply via email to

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