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

Compile under Win & VS 2010 #1

Open
Thoenu opened this issue Jul 26, 2012 · 6 comments
Open

Compile under Win & VS 2010 #1

Thoenu opened this issue Jul 26, 2012 · 6 comments

Comments

@Thoenu
Copy link

Thoenu commented Jul 26, 2012

Hi,

tried to compile under Win 7 & VS 2010. here some issues:

1.)
in vmmlib_config.hpp I had to correct the line to:

defined _WIN32
define VMMLIB_ALIGN( var ) __declspec (align (16)) var

2.)
Compiler throw the error in quaternion.hpp, that the vector is not accessible, because it is using varaibles from base class with "super". Had to change the declaration to:

class quaternion : public vector< 4, T >

instead of class quaternion : private vector< 4, T >

so that it worked.

lg matthias

@eile
Copy link
Contributor

eile commented Jul 26, 2012

Hi Matthias,

you can simply fork the project to your github user, do the fixes and push the results. I'll pick them up and merge them.

@Thoenu
Copy link
Author

Thoenu commented Jul 26, 2012

Hi Stefan,

thanks for the hint. will do that.

lg matthias

Am 26.07.2012 17:48, schrieb Stefan Eilemann:

Hi Matthias,

you can simply fork the project to your github user, do the fixes and push the results. I'll pick them up and merge them.


Reply to this email directly or view it on GitHub:
#1 (comment)

@skywindy
Copy link

Hi Thoenu,
When I try compline the it with win64 & VS 2010,it comes with the error :
"error C1083:“sys/mman.h”: No such file or directory C:\Users\jan\Documents\Visual Studio 2010\Projects\vmm\vmm\vmmlib\tensor_mmapper.hpp 16 1 vmm "
Can you tell me how to solve this porblem?

                                                                                                             17/7/2016
                                                                                                                   windy 

@Thoenu
Copy link
Author

Thoenu commented Jul 18, 2016

Hi skywindy,

No such file or directory C:\Users\jan\Documents\Visual Studio 2010\Projects\vmm\vmm\vmmlib\tensor_mmapper.hpp 16 1 vmm

does not sounds right. You may check the path.

lg Thoenu

@skywindy
Copy link

Hi Thoenu,
when I want use it with lapack/blas ,it come across a lot of errors ,can you tell me how I can use it with lapack/blas under win64&vs2010?
I find it is difficult to configuration environment of lapack/blas under win64&vs2010? which header files should I include ,and which lib should I use ?
Thanks very much.

@Thoenu
Copy link
Author

Thoenu commented Jul 18, 2016

Hi skywindy,
Sorry to tell you that, but I don't use these parts of vmmllib under Windows, so I can not tell you how or if this is possible to run with your configuration.
All the best
Thoenu

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

3 participants