SVN Build 8086

Discussion of Transmission that doesn't fit in the other categories
Post Reply
super-poussin
Posts: 74
Joined: Sun Mar 15, 2009 8:04 pm

SVN Build 8086

Post 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
Last edited by super-poussin on Sun Mar 15, 2009 8:23 pm, edited 1 time in total.
super-poussin
Posts: 74
Joined: Sun Mar 15, 2009 8:04 pm

Re: SVN Build 8086

Post by super-poussin »

3d point : download from url seems to be broken (webui)
Post Reply