bugWeeChat - Bugs: bug #27277, Translations built and installed...

 
 

bug #27277: Translations built and installed even with cmake -DDISABLE_NLS

Submitter:  Sterling X. Winter <sterlingwinter>
Submitted:  Tue 18 Aug 2009 02:03:43 PM UTC
   
 
Category:  compilation Severity:  3 - Normal
Item Group:  compile/install Status:  Fixed
Privacy:  Public Assigned to:  flashcode
Originator Name:  Open/Closed:  Closed
Release:  * 0.3.0 IRC nick: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 18 Aug 2009 02:03:43 PM UTC, original submission:  

With the weechat-0.3.0-rc3.bz2 sources, the cmake option DISABLE_NLS doesn't work properly and the translation files are still compiled and installed (even when toggling the option using ccmake instead of cmake). You should be able to reproduce this with:

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -DDISABLE_NLS:BOOL=ON
make
make install

The translations are installed as /usr/local/share/locale/${LANG}/LC_MESSAGES/weechat.mo.

Sterling X. Winter <sterlingwinter>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Updated the item)
  • -email is unavailable- added by sterlingwinter (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-09-06 flashcode Open/ClosedOpen Closed
        Release3.3-dev 0.3.0
    2009-08-18 flashcode Assigned toNone flashcode
    2009-08-18 flashcode StatusNone Fixed

    Back to the top

    Powered by Savane 3.13-aa77.
    Corresponding source code