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

4.8.8 release Build is broken for Linux OpenSUSE (at least) #236

Closed
dominig opened this issue Nov 23, 2018 · 0 comments
Closed

4.8.8 release Build is broken for Linux OpenSUSE (at least) #236

dominig opened this issue Nov 23, 2018 · 0 comments

Comments

@dominig
Copy link

dominig commented Nov 23, 2018

Sean,
The change introduced for support Android on Sept 16th, 2018 breaks the Linux build as the file wxWTranslateCatalog.h is not created and so end being missing.
The cause was introduced by the commit 8a59445
As it is the plugin cannot be compiled for Linux.
How do you prefer to fix the issue ?
Regards
Dominig

------------------------- cmake/PluginConfigure.cmake -------------------------
index 8b1d2fb..7e62e8d 100644
@@ -90,7 +90,6 @@ include  ("VERSION.cmake")
#  thereby allowing building from a read-only source tree.
 IF(NOT SKIP_VERSION_CONFIG)
     configure_file(${PROJECT_SOURCE_DIR}/cmake/version.h.in ${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/include/version.h)
-    configure_file(cmake/wxWTranslateCatalog.h.in ${PROJECT_SOURCE_DIR}/src/wxWTranslateCatalog.h)
     INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/include)
 ENDIF(NOT SKIP_VERSION_CONFIG)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant