Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Cannot find Eigen module head file
Cannot find Eigen module head file [message #57767] Fri, 10 December 2021 16:28 Go to next message
sinpeople is currently offline  sinpeople
Messages: 29
Registered: October 2020
Location: Singapore
Promising Member

Hi Folks,

I downloaded package 15947 and installed eigen from the UppHub

I followed the demo. However, I got this error when I build my project. It is in this picture index.php?t=getfile&id=6531&private=0

Please help me solve this problem. Thank you!


Best Regards
Daivd
  • Attachment: eigen.PNG
    (Size: 104.75KB, Downloaded 256 times)
Re: Cannot find Eigen module head file [message #57773 is a reply to message #57767] Sun, 12 December 2021 04:35 Go to previous messageGo to next message
sinpeople is currently offline  sinpeople
Messages: 29
Registered: October 2020
Location: Singapore
Promising Member

I copied the eigen demo file from the tutorial side to put only one .cpp file in the project. It is still the same.

File is attached.


Thank you for your support!


David WANG
  • Attachment: TestEigen.cpp
    (Size: 25.60KB, Downloaded 100 times)
Re: Cannot find Eigen module head file [message #57774 is a reply to message #57773] Sun, 12 December 2021 07:50 Go to previous message
Oblivion is currently offline  Oblivion
Messages: 1092
Registered: August 2007
Senior Contributor
Hello David,

You need to add Eigen package to your project, not the plugin/eigen. The plugin is utilized by the Eigen package and it will be automatically added to your package when you select Eigen package.

E.g.:

#include <Core/Core.h>
#include <Eigen/Eigen.h>


index.php?t=getfile&id=6534&private=0


Best regards,
Oblivion


[Updated on: Sun, 12 December 2021 07:52]

Report message to a moderator

Previous Topic: Firebird 3
Next Topic: How to use/access UppHub?
Goto Forum:
  


Current Time: Tue Apr 23 14:39:03 CEST 2024

Total time taken to generate the page: 0.02154 seconds