Ticket #6 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

i18n directory won't build right

Reported by: ischaefer Owned by: leo+awayonlock@…
Priority: major Milestone:
Component: awayonlock Keywords:
Cc:

Description

I am trying to get this running on OpenSuse 11.1, all needed libs and devel files are installed.

If I leave the CMakeLists.txt in i18n as distributed, I get an error on make which says:
"No rule to make i18n/ALL, which is needed for i18n/ALL.gmo"

If I remove "ALL" from CMakeLists.txt, it is doing a clean build, but not creating the pt_BR.gmo file which is needed for a clean install later.
(Manually using msgfmt to create the gmo file is no problem.)

Change History

Changed 2 years ago by costela

  • status changed from new to closed
  • resolution set to duplicate

This is a duplicate of #3 and a known CMake bug:

 http://public.kitware.com/Bug/view.php?id=8122

Please update to a newer version of cmake and give it another try.

Cheers

Note: See TracTickets for help on using tickets.