pgadmin-org / pgagent

pgAgent - A job scheduler for PostgreSQL
https://www.pgadmin.org/
Other
103 stars 41 forks source link

Compile error in CentOS 7 #9

Closed LekOkay closed 5 years ago

LekOkay commented 9 years ago
 CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
   The selected wxWidgets configuration (version: 2.8, debug: no, static: yes,
   unicode: yes, modules: base) is not available.
 Call Stack (most recent call first):
   CMakeLists.txt:95 (FIND_PACKAGE)

When I use ccmake to compile pgAgent, I got this error. I'm sure I have installed wxWidget correctly. Can anyone help me? Thank you

sangli00 commented 8 years ago

hi @LekOkay , this problem is fixed? could you tell me ,how to fixed?

EGD commented 6 years ago

any idea how to fix it?

repo-lockdown[bot] commented 5 years ago

Thanks for your Pull Request! :smile: This repo on GitHub is just a mirror of our real git repositories though, and can't really handle PRs. :frowning: Hopefully you can redo the PR, and direct it to the git.postgresql.org repos? We have a developer guide, if that helps: https://wiki.postgresql.org/wiki/So,_you_want_to_be_a_developer%3F. If this was a PR for pgAdmin, please visit https://www.pgadmin.org/docs/pgadmin4/dev/submitting_patches.html.