Kodi Community Forum

Full Version: Compile problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
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)
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
no luck with rerun configure.
what can I do?
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.
Probably you can try "make clean" just after you "svn up ."
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.
great! it works!
Quote:A quick fix is to install libsmbclient-dev.
works for me too, thanks!
It's fixed in SVN now.
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
its imperative to do svn update Wink

it worked just fine for me yesterday, and i explicitly removed libsmbclient-dev to test.
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?
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
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.
Pages: 1 2