|
|
|
|
|
| [oats-sig] open gazer problems | |
|
stephen emslie
stephenemslie at gmail.com
|
|
| Article: [oats-sig] open gazer problems | |
|
Now that I'm home perhaps I can compare my own Makefile. > but my compiled vxl is there: > /home/chris/Desktop/software/bin ... > My Makefile looks like this: > # required libraries: vxl, opencv, boost, gtkmm > > VXLDIR = /home/chris/Desktop/software/bin It could be that the header files built when installing vxl are not in /home/chris/Desktop/software/bin? When you configured vxl with cmake, what was "CMAKE_INSTALL_PREFIX" set to (mine is /usr - same as VXLDIR)? Obviously "BUILD_SHARED_LIBS" needs to be on for this to work. The only thing I really had to change in the Makefile was to set the VXLDIR to the same as the install prefix. Best of luck Stephen Emslie |
|
| Main Becta Site | | Return to top |