AlloSphere-Research-Group / AlloSystem

AlloSystem is a cross-platform suite of C++ components for building interactive multimedia tools and applications.
http://mat.ucsb.edu/allosphere/software.php
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

Build error #57

Closed mantaraya36 closed 9 years ago

mantaraya36 commented 9 years ago

Travis build is failing:

[ 87%] Building CXX object alloutil/CMakeFiles/alloutil_examples_cubemap.dir/examples/cubemap.cpp.o

In file included from /home/travis/build/AlloSphere-Research-Group/AlloSystem/build/include/alloutil/al_CubeMapFBO.hpp:48:0,

                 from /home/travis/build/AlloSphere-Research-Group/AlloSystem/alloutil/examples/cubemap.cpp:12:

/home/travis/build/AlloSphere-Research-Group/AlloSystem/build/include/alloutil/al_TextureGL.hpp: In member function ‘void al::CubeMapTexture::drawMapVertex(double, double)’:

/home/travis/build/AlloSphere-Research-Group/AlloSystem/build/include/alloutil/al_TextureGL.hpp:612:25: error: call of overloaded ‘texCoord(al::Vec3d&)’ is ambiguous

/home/travis/build/AlloSphere-Research-Group/AlloSystem/build/include/alloutil/al_TextureGL.hpp:612:25: note: candidates are:

/home/travis/build/AlloSphere-Research-Group/AlloSystem/build/include/allocore/graphics/al_Mesh.hpp:260:7: note: void al::Mesh::texCoord(const TexCoord2&)

/home/travis/build/AlloSphere-Research-Group/AlloSystem/build/include/allocore/graphics/al_Mesh.hpp:266:7: note: void al::Mesh::texCoord(const TexCoord3&)

make[2]: *** [alloutil/CMakeFiles/alloutil_examples_cubemap.dir/examples/cubemap.cpp.o] Error 1

make[1]: *** [alloutil/CMakeFiles/alloutil_examples_cubemap.dir/all] Error 2

make: *** [all] Error 2
LancePutnam commented 9 years ago

Should be okay now...

mantaraya36 commented 9 years ago

Yes, fixed. Thanks!