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

Building on Windows #16

Open
alexeyfadeev opened this issue Jul 24, 2015 · 3 comments
Open

Building on Windows #16

alexeyfadeev opened this issue Jul 24, 2015 · 3 comments

Comments

@alexeyfadeev
Copy link

@alexeyfadeev alexeyfadeev commented Jul 24, 2015

I need help in building JsQuery extension for Windows to use with PostgreSQL 9.4 for Windows.

@alexeyfadeev
Copy link
Author

@alexeyfadeev alexeyfadeev commented Jul 24, 2015

I will try. Thanks!

@alexeyfadeev
Copy link
Author

@alexeyfadeev alexeyfadeev commented Jul 30, 2015

I have done it. Works fine.

I have forked and made branch 'windows' with Visual Studio project.
https://github.com/alexeyfadeev/jsquery/tree/windows
Developers can add this branch to main jsquery repository, if they find this useful.

Win Flex-bison is required for compilation. Installing instruction here: http://sourceforge.net/p/winflexbison/wiki/Visual%20Studio%20custom%20build%20rules/

After install open [win flex-bison folder]/custom_build_rules/win_flex_bison_custom_build.props
Change <OutputFile>%(Filename).tab.cpp</OutputFile> to <OutputFile>%(Filename).c</OutputFile>
<DefinesFile>%(Filename).tab.h</DefinesFile> to <DefinesFile>%(Filename).h</DefinesFile>
<OutputFile>%(Filename).flex.cpp</OutputFile> to <OutputFile>%(Filename).c</OutputFile>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.