![]() |
|
|||||||
| XBMC for Linux and XBMC Live Specific Support Need help with XBMC for Linux or XBMC Live, or think you've found a bug? Discuss it here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Jul 2007
Posts: 6
![]() |
Hello all,
first of all i want to mention that this is really a great project and i really appreciate the good work. Some days ago i installed ubuntu on my htpc and just tried to get xbmc to work. And it worked very well. I was able to see my hd content even from rar. Today i wanted to get the latest additions and tried to compile from svn again. This time it wont work, and i have just no clue wth it wont. I even reinstalled ubuntu but had no luck on compiling the actual branch. The error i get is : t0mt0m@htpc:~/XBMC$ make make -C guilib make[1]: Entering directory `/home/t0mt0m/XBMC/guilib' rm -f ActionManager.o g++-4.1 -c -g -D_XBMC_DEBUG -D_LINUX -D_FILE_DEFINED -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Icommon -I../xbmc -I../xbmc/cores -I../xbmc/linux -I/usr/include/freetype2 -I/usr/include/SDL ActionManager.cpp -o ActionManager.o /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/cstdlib:122: error: ‘::malloc’ has not been declared /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/cstdlib:130: error: ‘::realloc’ has not been declared make[1]: *** [ActionManager.o] Error 1 make[1]: Leaving directory `/home/t0mt0m/XBMC/guilib' make: *** [guilib] Error 2 Most likely i made an stupid mistake, but im out of ideas, even google cant help on this one. My setup is a foxconnboard with E6400 on it, it has 2GB Ram and an nvidia 7300GS. I hope i gave enough informations to help me out. Thanks so much in advance t0mt0m |
|
|
|
|
|
#2 |
|
Member
Join Date: Oct 2003
Location: Toronto, Ontario
Posts: 38
![]() |
I'm pretty sure revision 9739 is broken.
|
|
|
|
|
|
#3 |
|
Team-XBMC Developer
Join Date: May 2007
Location: Albuquerque
Posts: 500
![]() |
Please make sure that both libstdc++6-4.1-dev and libc6-dev are up to date.
Code:
sudo apt-get update sudo apt-get install libstdc++6-4.1-dev libc6-dev |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Jul 2007
Posts: 6
![]() |
got both of them installed
t0mt0m@htpc:~/XBMC$ sudo apt-get install libstdc++6-4.1-dev libc6-dev Reading package lists... Done Building dependency tree Reading state information... Done libstdc++6-4.1-dev is already the newest version. libc6-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Jul 2007
Posts: 8
![]() |
I too have this problem.
I tried ./configure --disable-gl and make compiles and links with no problems. But without the --disable-gl option it seems to have this issue. Hope this helps. |
|
|
|
|
|
#6 |
|
Member
Join Date: Oct 2003
Location: Toronto, Ontario
Posts: 38
![]() |
|
|
|
|
|
|
#7 | |
|
Team-XBMC Developer
Join Date: May 2007
Location: Albuquerque
Posts: 500
![]() |
Quote:
P.S. Thanks ajayv for providng extra debug information. Last edited by d4rk; 2007-07-31 at 06:56. |
|
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Jul 2007
Posts: 6
![]() |
hey
i did Code:
sudo apt-get install libxinerama1 libxinerama-dev Stupid me, i saw that missing in configure.log but didnt realize what it means. Thanks so much t0mt0m |
|
|
|
|
|
#9 |
|
Junior Member
Join Date: Jul 2007
Posts: 2
![]() |
Did you rerun configure? I didn't hit your specific problem, but after adding xinerama you must rerun configure to get proper makefiles (and do a make clean of course)
|
|
|
|
|
|
#10 |
|
Member
Join Date: Oct 2003
Location: Toronto, Ontario
Posts: 38
![]() |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|