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

Compatibility Query: Running Cloned Apache Age Code on Windows OS? #1877

Open
sir-sa opened this issue May 14, 2024 · 2 comments
Open

Compatibility Query: Running Cloned Apache Age Code on Windows OS? #1877

sir-sa opened this issue May 14, 2024 · 2 comments
Labels
question Further information is requested

Comments

@sir-sa
Copy link

sir-sa commented May 14, 2024

As an intern at Apache Age, I'm querying if the cloned code is runnable on Windows OS. Seeking guidance to ensure seamless development.

@sir-sa sir-sa added the question Further information is requested label May 14, 2024
@MironAtHome
Copy link

See here:
https://github.com/MironAtHome/agewin2/tree/port/win32msvc/PG16/1.5.0
need to have perl on build machine
need Microsoft Visual Studio 2022 latest c compiler with SDK
need to fix some of the hardcoded values in the .vcxproj file under /msvs32
once you adjust hardcoded for the moment, references for include and library locations in the project file
please run build.pl from under root
You may run into some SDK conflicts, please let me know.
Basically need to modify some of the SDK files to inject #define between structure definition and typedef for NUMERIC and STRING

@markgomer
Copy link
Contributor

I run Apache AGE on WSL, Windows, if that's what you're looking for. You can also use Docker, which is the easiest way to install Apache AGE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants