[Bug 996263] Re: g++ can't find header files for libeigen

2012-05-16 Thread Pavlo
2Anton. It does. As i said it is not normal way. pkg-config works perfect and it is solution. Bug is closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996263 Title: g++ can't find header files

[Bug 996263] Re: g++ can't find header files for libeigen

2012-05-11 Thread Julian Taylor
g++ main.cpp `pkg-config --cflags eigen3` works fine here ** Changed in: eigen3 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996263 Title: g++ can't find

[Bug 996263] Re: g++ can't find header files for libeigen

2012-05-11 Thread Pavlo
I didn't know trick with pkg-config. There is no info about that. It does work. Bug can be closed. We just probably need to add info about pkg-config somewhere to clarify this situation. Thank you. PS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 996263] Re: g++ can't find header files for libeigen

2012-05-11 Thread Julian Taylor
yes that information should be placed in README.Debian ** Changed in: eigen3 (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996263 Title: g++ can't find

[Bug 996263] Re: g++ can't find header files for libeigen

2012-05-11 Thread Julian Taylor
/usr/share/doc/libeigen3-dev/README.Debian that is that is the normal place to put debian package specific information. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996263 Title: g++ can't find

[Bug 996263] Re: g++ can't find header files for libeigen

2012-05-11 Thread Anton Gladky
Strange, Launchpad does not send not all messages of this bug per email... Pavlo, I think the following line should also compile your code: g++ -I/usr/include/eigen3 main.cpp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 996263] Re: g++ can't find header files for libeigen

2012-05-07 Thread Pavlo Solntsev
I forgot to show you file i tried to compile: #include Eigen/Core #include Eigen/LU using namespace Eigen; int main(int argc, char *argv[]) { .. } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.