google-code-export / microblog-purple

Automatically exported from code.google.com/p/microblog-purple
GNU General Public License v3.0
2 stars 0 forks source link

compling failure on linux, missing util.c #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out the current revision (r117) from svn
2. compile /microblog in linux, i.e, ubuntu

What is the expected output? What do you see instead?
The source should compile successfully, but it's fail with this error

make: *** No rule to make target `util.o', needed by `libtwitter.so'.  Stop.

It seems like the util.c is changed to mb_util.c but in the Makefile, it
still expect util.c

Original issue reported on code.google.com by pruetboo...@gmail.com on 24 Aug 2008 at 10:06

GoogleCodeExporter commented 9 years ago
Oops! This is a bleeding edge recent code. I just  change the name yesterday.
Makefile for Windows was changed but not for Linux yet. Yes, the name is 
changed from
util.c to mb_util.c to avoid conflict with libpurple util.h

If you want to compile, please use branch 0.1.1 instead. 

Original comment by somsaks on 25 Aug 2008 at 4:05

GoogleCodeExporter commented 9 years ago
trunk/ is compilable now (actually quite sometimes ago)

Original comment by somsaks on 31 Oct 2008 at 11:35