View Single Post
  #9  
Old 07-09-2009, 12:35 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Ok, you can not transfer code from one system to another without a bit of cleanup. Please go to the directory you build from and type:

Code:
rm */.depend
make clean
You can then try building again using make.
Reply With Quote