Had anyone successfully built Transmission 2.01 on Fedora 12?
I had just downloaded the source tarball from the server, and used the following command to generate
the makefile:
./configure LIBEVENT_LIBS=/usr/lib (to link to the folder of libevent)
Then, I used the make command and got the following error message:
announcer.c
announcer.c
announcer.c
announcer.c: In function ‘onScrapeDone’:
announcer.c
It seems that the compiling environment didn't include the correct header files.
Could anyone help me?
Thanks.