Ticket #3 (closed defect: invalid)
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.