-
Notifications
You must be signed in to change notification settings - Fork 80
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
Not able to install project #509
Comments
Thank you for the report. As the message indicates that your platform (operating system, version, architecture) was not recognized as one of the supported ones, could you please include some information about what platform you are trying to build on? |
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" |
[INFO] Reactor Summary for PostgreSQL PL/Java 2-SNAPSHOT: |
Thank you. As you see on the Building PL/Java page, there is build support for Windows using Visual Studio, and for Windows using MinGW-w64. If you are using one of those supported build systems, then there is probably a simple reason why neither of those build rules in
Also, unless you are planning to contribute development on PL/Java itself, please use a released version instead of an unreleased snapshot. |
PostgreSQL PL/Java ................................. SUCCESS [ 3.391 s]
[INFO] PL/Java API ........................................ SUCCESS [ 8.655 s]
[INFO] PL/Java backend Java code .......................... SUCCESS [ 7.919 s]
[INFO] PL/Java PGXS ....................................... SUCCESS [ 8.442 s]
[INFO] PL/Java backend native code ........................ FAILURE [ 1.515 s]
[INFO] PL/Java Ant tasks .................................. SKIPPED
[INFO] PL/Java examples ................................... SKIPPED
[INFO] PL/Java packaging .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30.187 s
[INFO] Finished at: 2024-12-23T19:16:27+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.postgresql:pljava-pgxs:2-SNAPSHOT:scripted-goal (build-shared-object) on project pljava-so: No compiling/linking rules were selected for this platform. Rules for supported platforms can be found below 'var configuration = [' in pljava-so/pom.xml. If you believe one of the supported platforms should have matched, studying its probe: function may reveal why it did not match. An expected environment variable might not be set, for example. If your platform is not one of those supported, please consider adding a rule set for it, and submitting a pull request so that PL/Java can support it. -> [Help 1]
The text was updated successfully, but these errors were encountered: