Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I get errors about std::array<char,0x08> #29

Closed
mumin16 opened this issue Nov 30, 2015 · 6 comments
Closed

I get errors about std::array<char,0x08> #29

mumin16 opened this issue Nov 30, 2015 · 6 comments

Comments

@mumin16
Copy link

mumin16 commented Nov 30, 2015

common.cpp(108): error C2027: use of undefined type 'std::array<char,0x08>'

common.cpp(108): error C2079: 'nanogui::utf8' uses undefined class 'std::array<char,0x08>'

@wjakob
Copy link
Owner

wjakob commented Nov 30, 2015

What version of Visual studio is this?

@mumin16
Copy link
Author

mumin16 commented Nov 30, 2015

visual studio 2015 x64

@wjakob
Copy link
Owner

wjakob commented Nov 30, 2015

Are you building the default distribution or are you perhaps doing anything unusual? Custom build system?
It builds perfectly fine here with the default Visual Studio 2015 Community Edition.

@mumin16
Copy link
Author

mumin16 commented Nov 30, 2015

actually, i firstly get: eigen\array(8) The Eigen/Array header does no longer exist in Eigen3 nanogui-master\src\progressbar.cpp)

i deleted error throw lines from array(8). must i use preprocessor definitions?

@wjakob
Copy link
Owner

wjakob commented Nov 30, 2015

For some reason your compiler picks up Eigen/Array when including . This means that "ext/eigen/Eigen" is on the include path for some reason, which it shouldn't! The build system only includes "ext/eigen". Did you change anything about the project files?

Please explain all the steps you did to clone and compile nanogui in detail.

@mumin16
Copy link
Author

mumin16 commented Nov 30, 2015

i did it. problem was eigen directory. thanks.

@wjakob wjakob closed this as completed Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants