Discussion:
[Wxart2d-users_dev] wxArtBase CMake GENERATE_POT error
damateem
2016-10-18 21:21:19 UTC
Permalink
CMake generates the following error when configuring wxArtBase.

CMake Error at general/src/CMakeLists.txt:30 (GENERATE_POT):
Unknown CMake command "GENERATE_POT".

A few questions:

1.) What is GENERATE_POT?

2.) How do I clear this error?

3.) Is it necessary to build wxArtBase independently?

Thanks,
David
klaas.holwerda
2016-10-19 15:44:04 UTC
Permalink
i David,

What installation method did you follow?
And at what step it went wrong?

http://www.wxart2d.org/cgi-bin/moin.cgi/WxArt2dInstallCmake

wxartbase is setup as part of wxdocview module.
So not done separate.
"GENERATE_POT" is a macro for generating translations.

If you install poedit, and add its bin path to it to your path, cmake will find it.

I can only tell you how to solve it with more info on what you are doing.
Here all works as expected, so it must be the way you are trying to compile all.

Regards,

Klaas
Post by damateem
CMake generates the following error when configuring wxArtBase.
Unknown CMake command "GENERATE_POT".
1.) What is GENERATE_POT?
2.) How do I clear this error?
3.) Is it necessary to build wxArtBase independently?
Thanks,
David
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Wxart2d-users_dev mailing list
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev
Loading...