Bug#709333: libeigen3-dev: Wrong path to included .h file in StdVector.h

2013-05-31 Thread Anton Gladky
Hi, if the problem resolved, please, close the bug. Anton -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#709333: libeigen3-dev: Wrong path to included .h file in StdVector.h

2013-05-23 Thread Anton Gladky
Please, configure your flags, using this command [1]: pkg-config --cflags eigen3 Thanks, Anton [1] http://www.freedesktop.org/wiki/Software/pkg-config/ 2013/5/22 Grześ Andruszkiewicz gandr...@gmail.com: Hi, In this case it should be: #include eigen3/Eigen/src/StlSupport/details.h

Bug#709333: libeigen3-dev: Wrong path to included .h file in StdVector.h

2013-05-22 Thread Grzegorz Andruszkiewicz
Package: libeigen3-dev Version: 3.1.3-1 Severity: normal Dear Maintainer, It seems that there is a bug in the file eigen3/Eigen/src/StlSupport/StdVector.h. At the top there is an include statement: #include Eigen/src/StlSupport/details.h which gives an error that the required file was not

Bug#709333: libeigen3-dev: Wrong path to included .h file in StdVector.h

2013-05-22 Thread Anton Gladky
tags 709333 +moreinfo thanks Hi Grzegorz, thanks for bugreport. But I do not think it is a problem. You should add into compiler the flag -I/usr/include. In this case details.h should be picked up properly. Please, provide an example, if it does not solve your problem. Cheers, Anton On

Bug#709333: libeigen3-dev: Wrong path to included .h file in StdVector.h

2013-05-22 Thread Grześ Andruszkiewicz
Hi, In this case it should be: #include eigen3/Eigen/src/StlSupport/details.h otherwise it just doesn't compile. Regards, Grzegorz On 22 May 2013 19:47, Anton Gladky gl...@debian.org wrote: tags 709333 +moreinfo thanks Hi Grzegorz, thanks for bugreport. But I do not think it is a

Bug#709333: libeigen3-dev: Wrong path to included .h file in StdVector.h

2013-05-22 Thread Anton Gladky
This should work: -I/usr/include/eigen3 Anton 2013/5/22 Grześ Andruszkiewicz gandr...@gmail.com: Hi, In this case it should be: #include eigen3/Eigen/src/StlSupport/details.h otherwise it just doesn't compile. Regards, Grzegorz On 22 May 2013 19:47, Anton Gladky gl...@debian.org