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

win64-Compile errors #6

Closed
DKnight1900 opened this issue Jul 17, 2015 · 3 comments
Closed

win64-Compile errors #6

DKnight1900 opened this issue Jul 17, 2015 · 3 comments

Comments

@DKnight1900
Copy link

hi,I try to use yout FHEW in my win64 OS,but when i built following your tutorial i failed,and the errors just like this.would you please help me and thank you in advanced.

g++ -Wall -O3 -c FFT.cpp
In file included from FFT.h:4:0,
from FFT.cpp:4:
params.h:25:1: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
params.h:18:36: warning: left shift count >= width of type [enabled by default]
FFT.cpp: In function 'void FFTforward(double ()[2], const ZmodQ)':
FFT.cpp:25:15: error: expected primary-expression before 'double'
FFT.cpp:25:15: error: expected ')' before 'double'
FFT.cpp: In function 'void FFTbackward(ZmodQ_, const double (_)[2])':
FFT.cpp:30:19: error: expected primary-expression before 'double'
FFT.cpp:30:19: error: expected ')' before 'double'
FFT.cpp:31:19: error: expected primary-expression before 'double'
FFT.cpp:31:19: error: expected ')' before 'double'
make: *** [FFT.o] Error 1

@lducas
Copy link
Owner

lducas commented Jul 18, 2015

I am sorry, I don't really know what is causing this, I've nvered us gcc under win64...

@matlink
Copy link

matlink commented Apr 28, 2016

Have the same issue under g++ with -std=c++11 as flag.

@lducas
Copy link
Owner

lducas commented Jan 16, 2017

Solve by PR #9

@lducas lducas closed this as completed Jan 16, 2017
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