[PR #39] [CLOSED] Linux support #52

Closed
opened 2026-05-05 03:33:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/levinsv/pgadmin3/pull/39
Author: @elnull
Created: 2/3/2024
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 600a943 CMake flags to support Linux
  • 14cd436 Fix headers to support Linux
  • ca586e7 Fix destructor definition
  • f5cc467 Fix arguments to pgServer constructor call
  • 8e025a9 Minimal version of wxWidgets set in CMake

📊 Changes

5 files changed (+18 additions, -17 deletions)

View changed files

📝 CMakeLists.txt (+12 -11)
📝 frm/frmAwr.cpp (+1 -1)
📝 include/ctl/SourceViewDialog.h (+3 -1)
📝 include/pgAdmin3.h (+0 -2)
📝 schema/pgServer.cpp (+2 -2)

📄 Description

@levinsv
Set of patches to support Linux (minimal required version is Ubuntu 23.04). Github CI workflow will not work until ubuntu-24.04 image will be added.
Required packages are libxslt-dev libxml2-dev libpq-dev postgresql-server-dev-all wx3.2-headers libwxgtk3.2-dev libwxgtk-webview3.2-dev


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/levinsv/pgadmin3/pull/39 **Author:** [@elnull](https://github.com/elnull) **Created:** 2/3/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`600a943`](https://github.com/levinsv/pgadmin3/commit/600a943e1d42f1ef4e896586861f5eae03e06438) CMake flags to support Linux - [`14cd436`](https://github.com/levinsv/pgadmin3/commit/14cd4361a91421945db4bc51bc022e93f8ee85d9) Fix headers to support Linux - [`ca586e7`](https://github.com/levinsv/pgadmin3/commit/ca586e7c9a6df7b77c26e4a6f1faad5d068fb793) Fix destructor definition - [`f5cc467`](https://github.com/levinsv/pgadmin3/commit/f5cc4676274d01ff4fa418f25247c97bcdf36683) Fix arguments to pgServer constructor call - [`8e025a9`](https://github.com/levinsv/pgadmin3/commit/8e025a9533823df9754ccd93c5def26f501b9fce) Minimal version of wxWidgets set in CMake ### 📊 Changes **5 files changed** (+18 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+12 -11) 📝 `frm/frmAwr.cpp` (+1 -1) 📝 `include/ctl/SourceViewDialog.h` (+3 -1) 📝 `include/pgAdmin3.h` (+0 -2) 📝 `schema/pgServer.cpp` (+2 -2) </details> ### 📄 Description @levinsv Set of patches to support Linux (minimal required version is Ubuntu 23.04). Github CI workflow will not work until ubuntu-24.04 image will be added. Required packages are `libxslt-dev libxml2-dev libpq-dev postgresql-server-dev-all wx3.2-headers libwxgtk3.2-dev libwxgtk-webview3.2-dev` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:33:38 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/pgadmin3#52
No description provided.