mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
[PR #33] [MERGED] Support compile under Linux by disabling wxJSON and GIT stuff #51
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pgadmin3#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/levinsv/pgadmin3/pull/33
Author: @interob
Created: 2/14/2023
Status: ✅ Merged
Merged: 2/14/2023
Merged by: @levinsv
Base:
master← Head:compile-under-linux-without-json-git📝 Commits (1)
2354cdaSupport compile under Linux by disabling wxJSON and GIT stuff📊 Changes
13 files changed (+51 additions, -15 deletions)
View changed files
📝
INSTALL.txt(+2 -2)➕
INSTALL_EN.txt(+36 -0)📝
ctl/ctlGitPanel.cpp(+1 -1)📝
frm/frmMain.cpp(+3 -3)📝
include/ctl/ctlGitPanel.h(+1 -1)📝
include/frm/frmMain.h(+1 -1)📝
include/utils/json/json_defs.h(+1 -1)📝
include/utils/json/jsonreader.h(+1 -1)📝
include/utils/json/jsonval.h(+1 -1)📝
include/utils/json/jsonwriter.h(+1 -1)📝
utils/json/jsonreader.cpp(+1 -1)📝
utils/json/jsonval.cpp(+1 -1)📝
utils/json/jsonwriter.cpp(+1 -1)📄 Description
Setting the wxUSE_WEBREQUEST compiler directive was not working for me in my attempt to compile under Linux. I fixed this using the
#if defined ( .. )construct, using a variable that is now more intuitively namedNO_WXJSON_GIT.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.