• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 84 85 86 87 88 ... 117 Next »

Linux build not working
View New Posts | View Today's Posts

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Linux build not working
03-14-2010, 04:05 AM (This post was last modified: 03-15-2010, 04:38 AM by Dragonlord.)
#1
Dragonlord Offline
Member
***
Posts: 57
Threads: 9
Joined: Mar 2009
Tried to build the Linux version as I prefer testing this one than the windows version. The provided SCons script does compile but not link. The build directory is full of .o files as it should be and libraries seem to be build to (but only .a files? WTF?) but there are no plugin libs (no .so files) and no executable (no dolphin-emu* according to the SConscript). Anything special one has to do? Incorrect handling of error messages? There are no compilation errors so it should work.

That said the SCons script is rather messy. Using default targets is not so nice as is not specifying which targets exist.
*removed this point as it is fixed with the next one*
Fixed now the incorrect include path. Everything compiles now but still no executables/libraries are linked. Looks like the SCons script is bugged somewhere. No idea yet what goes wrong.
Forgot to add what cause the problem with the internal libraries.

./Source/Core/VideoCommon/Src/SConscript @ line=48 :
add after
Code:
env_vcommon.Append(CXXFLAGS = [ '-fPIC' ])
line
Code:
env_vcommon.Append(CXXFLAGS = [ '-IExternals' ])

This fixes the SOIL include problem but not the LZO include problem. Since I have that on my system as shared file no error occurred. But I'll try that later.
EDIT: Removed this part. The build problem is due to some missing include path as well as path problems with the global build. See below...
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Linux build not working - Dragonlord - 03-14-2010, 04:05 AM
RE: Linux build not working - Jack Frost - 03-14-2010, 07:44 PM
RE: Linux build not working - Dragonlord - 03-15-2010, 04:41 AM
RE: Linux build not working - Dragonlord - 03-16-2010, 12:39 PM
RE: Linux build not working - Jack Frost - 03-17-2010, 03:25 AM
RE: Linux build not working - glennric - 05-02-2010, 07:46 AM
RE: Linux build not working - Dragonlord - 05-02-2010, 08:19 AM
RE: Linux build not working - hunterk - 05-06-2010, 06:53 AM
RE: Linux build not working - Jack Frost - 05-07-2010, 01:46 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode