Page 1 of 1

SVN Build 8086

Posted: Sun Mar 15, 2009 8:07 pm
by super-poussin
HI

Fantastic job :)

I have had some trouble to compile it on spac , and found a solution :

Changing the configure line that says

Code: Select all

ac_config_commands="$ac_config_commands po/stamp-it"
to

Code: Select all

if test "x$use_gtk" = "xyes"; then
   ac_config_commands="$ac_config_commands po/stamp-it"
fi
solve the problem

2d point : in the last svn build some pictures are missing (they were in previous build ) for the new file option in instepctor (webui)


hope it helps

cheers

Re: SVN Build 8086

Posted: Sun Mar 15, 2009 8:22 pm
by super-poussin
3d point : download from url seems to be broken (webui)