thezbyg / gpick

Advanced color picker written in C++ using GTK+ toolkit
BSD 3-Clause "New" or "Revised" License
377 stars 33 forks source link

gpick.xml not found #131

Closed svenmh closed 8 years ago

svenmh commented 8 years ago

I finally got it to build then scons install is complaining it can't find share/appdata/gpick.xml and I can't seem to find it either. So I renamed share/appdata/gpick.appdata.xml to it. Is this the correct thing to do?

[sven@gen-sven2 gpick]$ scons install
scons: Reading SConscript files ...
Checking for program ragel... (cached) yes
Checking for program xgettext... (cached) yes
Checking for program msgcat... (cached) yes
Checking for program msgfmt... (cached) yes
Checking for program msgmerge... (cached) yes
Checking for library gtk+-2.0 >= 2.24.0... (cached) yes
Checking for library gio-unix-2.0 >= 2.26.0... (cached) yes
Checking for library lua5.3 >= 5.3... (cached) no
Checking for library lua >= 5.2... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
scons: *** [/home/sven/Local/share/appdata/gpick.xml] Source `share/appdata/gpick.xml' not found, needed by target `/home/sven/Local/share/appdata/gpick.xml'.
scons: building terminated because of errors.
[sven@gen-sven2 gpick]$ 
thezbyg commented 8 years ago

gpick.appdata.xml is the correct name, and the file mentioned in build file is wrong.

svenmh commented 8 years ago

scons install now works for me.