Ticket #3 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

make fails on i18n/ALL.gmo

Reported by: tmetro Owned by: costela
Priority: minor Milestone:
Component: awayonlock Keywords:
Cc:

Description

On Ubuntu 9.04:

/usr/local/src/awayonlock-0.5.1# make
Scanning dependencies of target awayonlock
[ 20%] Building C object CMakeFiles/awayonlock.dir/awayonlock.c.o
[ 40%] Building C object CMakeFiles/awayonlock.dir/callback.c.o
[ 60%] Building C object CMakeFiles/awayonlock.dir/prefs.c.o
/usr/local/src/awayonlock-0.5.1/prefs.c: In function ‘get_prefs_frame’:
/usr/local/src/awayonlock-0.5.1/prefs.c:53: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘time_t’
Linking C shared library libawayonlock.so
[ 60%] Built target awayonlock
Scanning dependencies of target translations
make[2]: *** No rule to make target i18n/ALL', needed by i18n/ALL.gmo'. Stop.
make[1]: *** [i18n/CMakeFiles/translations.dir/all] Error 2
make: *** [all] Error 2

Looks like the library was built, so I suppose I can ignore this if I don't care about the translations.

Change History

Changed 2 years ago by costela

  • owner changed from leo+awayonlock@… to costela
  • status changed from new to assigned

Changed 2 years ago by costela

  • status changed from assigned to closed
  • resolution set to invalid

This is actually 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.