Compile problem
#1
Sad 
This is my first post.
I have a compile problem with rev 12153:
PHP Code:
make[1]: Leaving directory `/home/brainstorm/XBMC/xbmc'
make: Leaving directory 
`/home/brainstorm/XBMC'
make[1]: *** [SMBDirectory.o] Error 1
make: *** [filesystem] Error 2 

All compile log is here

please help me! I want to see this great software
Reply
#2
rerun configure. also there were some changes in README.linux at rev 12132 related to smb not sure what they involved (but i suspect it was going from a system library to a custom smb library)
Reply
#3
spiff Wrote:rerun configure. also there were some changes in README.linux at rev 12132 related to smb not sure what they involved (but i suspect it was going from a system library to a custom smb library)

I've used the build.sh script. this evening I'll try with only configure
Reply
#4
no luck with rerun configure.
what can I do?
Reply
#5
I had the same problem. Follow the instructions in the "tips and tricks", backup UserData, delete the entire source-tree, re-download it from SVN, and rebuild.
Reply
#6
Probably you can try "make clean" just after you "svn up ."
Reply
#7
There is a bad include in SMBDirectory.cpp. I'm trying to hunt down a dev ATM to get this straight as I don't want to break WIN32 or OSX. A quick fix is to install libsmbclient-dev.
Reply
#8
great! it works!
Reply
#9
Quote:A quick fix is to install libsmbclient-dev.
works for me too, thanks!
Reply
#10
It's fixed in SVN now.
Reply
#11
Its not fixed, I had to install libsmbclient-dev on a clean box to build.

Side note:
If you have not (p)ermanently accepted the bad security certificate the build.sh script will hang when checking SVN for possible update.

-Kinslayer
Reply
#12
its imperative to do svn update Wink

it worked just fine for me yesterday, and i explicitly removed libsmbclient-dev to test.
Reply
#13
Hey,

I can't get revision 12176 to compile. Followed the readme.LINUX from SVN, but I keep getting compile errors:
Quote:make[1]: Leaving directory `/home/fire69/XBMC/xbmc'
make: Leaving directory `/home/fire69/XBMC'
make[1]: *** [CMythSession.o] Error 1
make: *** [filesystem] Error 2

Errors have occurred!

Anybody with the same problem?
Reply
#14
Fire69 Wrote:Hey,

I can't get revision 12176 to compile. Followed the readme.LINUX from SVN, but I keep getting compile errors:


Anybody with the same problem?

Never mind, 1 hour and 2 revisions later, everything is okelidokeli Big Grin
Reply
#15
There needs to be a big bold sticky somewhere explaining that posting "errors" like...
Quote:make[1]: Leaving directory `/home/fire69/XBMC/xbmc'
make: Leaving directory `/home/fire69/XBMC'
make[1]: *** [CMythSession.o] Error 1
make: *** [filesystem] Error 2

Errors have occurred!

are completely useless and the entire log should be posted.
Reply

Logout Mark Read Team Forum Stats Members Help
Compile problem0