> It does not build for me (th/i686). Here is builder output: > http://user.touk.pl/pzz/fet.log Hm, I hate the devel-packages. So some devel-dependencies are missed :( This is my fault :( I hope that this version works.
Is there any solution to find what devel packages are needed? IMHO maybe can grep the source tree what headers are included and sort them, but I can't send it to poldek. What I'm thinking: grep "\#include *<" $(find ../BUILD/fet-5.6.0/ -iname "*.h" -o -iname "*.cpp" ) | awk -F ":" {'print $2'} | awk {'print $2'} | sort -u | sed "s@<\(.*\)>@search -f /usr/include/\1@" This script create the list which contains all system-wide headers what the program want to include. And it'd be good to know that what packages provides these files. OK, I can pipe to poldek but when the included files are very much it takes a very long time. Is there any way to do this faster? Zsolt
fet.spec
Description: Binary data
_______________________________________________ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en