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

install on windows #5

Open
ilnuribat opened this issue Jan 29, 2015 · 2 comments
Open

install on windows #5

ilnuribat opened this issue Jan 29, 2015 · 2 comments

Comments

@ilnuribat
Copy link

ilnuribat commented Jan 29, 2015

I have got such error after make step:
2015-01-29 11-39-19 c windows system32 cmd exe

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8120135-install-on-windows?utm_campaign=plugin&utm_content=tracker%2F1788388&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1788388&utm_medium=issues&utm_source=github).
@kwonoj
Copy link

kwonoj commented Mar 18, 2015

I've managed to enable build on windows creating msvc sln instead of creating makefile, using qmake
qmake -spec win32-msvc2013
qmake -tp vc -r

Still couple of problems,

  1. Need to modify string format of QUICK_TEST_SOURCE_DIR in vc project property to avoid compilation error
  2. Need to copy QT assemblies and Material.Extra modules into build directory

After applying those, I could run test harness successfully.
I've tried to add changes in qmake definition for above adjustment, but yet not able to succeed due to lacks of knowledge regarding qmake. Anyone can give insight would be appreciated.

image

@kwonoj
Copy link

kwonoj commented Mar 20, 2015

Update : made it work.

Makefile generated by qmake seems not working correctly under msvc configuration. Install Qt-mingw along with mingw, then set qt environment via qtenv2.bat (5.4) under mingw target binary of Qt, try make again. If 'syntax error: unexpected end of file' still occurs, it is possible due to shell installation other than cmd such as cygwin - explicitly setting shell like

make SHELL=%ComSpec%

can be helpful.

References :
http://www.stridewiki.com/index.php?title=Troubleshooting_Build_Problems#Make_Error_2
http://stackoverflow.com/questions/16567782/error-missing-separator-in-build-qwt-6-1

image

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