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

 otherwise it just doesn't compile.

 Regards,
 Grzegorz





--
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-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 found. The file seems to be
in the same directory, so I guess the correct thing should be:
#include details.h

StdList.h and StdDeque.h in the same folder seem to contain the same buggy
line.



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'stable'), (500, 'oldstable'), (50, 
'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

libeigen3-dev depends on no packages.

libeigen3-dev recommends no packages.

Versions of packages libeigen3-dev suggests:
pn  libeigen3-doc  none

-- no debconf information


-- 
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-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 05/22/2013 05:21 PM, Grzegorz Andruszkiewicz wrote:
 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 found. The file seems to 
 be
 in the same directory, so I guess the correct thing should be:
 #include details.h
 
 StdList.h and StdDeque.h in the same folder seem to contain the same buggy
 line.
 
 
 
 -- System Information:
 Debian Release: jessie/sid
   APT prefers testing
   APT policy: (700, 'testing'), (600, 'stable'), (500, 'oldstable'), (50, 
 'unstable')
 Architecture: i386 (i686)
 
 Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 libeigen3-dev depends on no packages.
 
 libeigen3-dev recommends no packages.
 
 Versions of packages libeigen3-dev suggests:
 pn  libeigen3-doc  none
 
 -- no debconf information
 




signature.asc
Description: OpenPGP digital signature


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 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 05/22/2013 05:21 PM, Grzegorz Andruszkiewicz wrote:
  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 found. The file
 seems to be
  in the same directory, so I guess the correct thing should be:
  #include details.h
 
  StdList.h and StdDeque.h in the same folder seem to contain the same
 buggy
  line.
 
 
 
  -- System Information:
  Debian Release: jessie/sid
APT prefers testing
APT policy: (700, 'testing'), (600, 'stable'), (500, 'oldstable'),
 (50, 'unstable')
  Architecture: i386 (i686)
 
  Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
  Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
  Shell: /bin/sh linked to /bin/dash
 
  libeigen3-dev depends on no packages.
 
  libeigen3-dev recommends no packages.
 
  Versions of packages libeigen3-dev suggests:
  pn  libeigen3-doc  none
 
  -- no debconf information
 





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 wrote:

 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 05/22/2013 05:21 PM, Grzegorz Andruszkiewicz wrote:
  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 found. The file
  seems to be
  in the same directory, so I guess the correct thing should be:
  #include details.h
 
  StdList.h and StdDeque.h in the same folder seem to contain the same
  buggy
  line.
 
 
 
  -- System Information:
  Debian Release: jessie/sid
APT prefers testing
APT policy: (700, 'testing'), (600, 'stable'), (500, 'oldstable'),
  (50, 'unstable')
  Architecture: i386 (i686)
 
  Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
  Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
  Shell: /bin/sh linked to /bin/dash
 
  libeigen3-dev depends on no packages.
 
  libeigen3-dev recommends no packages.
 
  Versions of packages libeigen3-dev suggests:
  pn  libeigen3-doc  none
 
  -- no debconf information
 





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org