ryanscranton / astro-stomp

Automatically exported from code.google.com/p/astro-stomp
3 stars 3 forks source link

compilation error in r64 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On two linux systems using g++ (Ubuntu & CentOS), the following compilation
error occured.  Previous versions of astro-stomp (r50) compiled fine on
both systems.

% make 
.. SUCCESS UNTIL ...
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g -O2 -Wall  -lstomp  -o
stomp_adapt_map stomp_adapt_map.o  -L../stomp/ 
mkdir .libs
g++ -g -O2 -Wall -o .libs/stomp_adapt_map stomp_adapt_map.o 
/home/cameron/code/astro-stomp/stomp/.libs/libstomp.so
-L/home/cameron/code/astro-stomp/stomp 
/home/cameron/code/astro-stomp/stomp/.libs/libstomp.so: undefined reference
to
`Stomp::IndexedTreePixel::FindKNearestNeighbors(Stomp::AngularCoordinate&,
unsigned char, std::vector<Stomp::IndexedAngularCoordinate,
std::allocator<Stomp::IndexedAngularCoordinate> >&)'
collect2: ld returned 1 exit status
make[2]: *** [stomp_adapt_map] Error 1
make[2]: Leaving directory `/raid/data/cameron/code/astro-stomp/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/raid/data/cameron/code/astro-stomp'
make: *** [all] Error 2

Original issue reported on code.google.com by cameron....@gmail.com on 17 May 2010 at 5:12

GoogleCodeExporter commented 9 years ago
Fixed in r66.

Original comment by ryan.scr...@gmail.com on 17 May 2010 at 5:28

GoogleCodeExporter commented 9 years ago
Verified fixed.

Original comment by ryan.scr...@gmail.com on 17 May 2010 at 7:50