Difference between revisions of "Common compilation problems"
Jump to navigation
Jump to search
Tofu Linden (talk | contribs) (→Linux) |
Tofu Linden (talk | contribs) (→Linux) |
||
Line 13: | Line 13: | ||
* From Mako Mabellon: Having a bit of trouble with ELFIO 1.0.3 under Linux - it wants to build a static library libELFIO.a, and Second Life appears to expect a shared library libelfio.so (judging from the build instructions on the Wiki)... | * From Mako Mabellon: Having a bit of trouble with ELFIO 1.0.3 under Linux - it wants to build a static library libELFIO.a, and Second Life appears to expect a shared library libelfio.so (judging from the build instructions on the Wiki)... | ||
** Tofu says... 'You can rename the library to have the right case. I don't know why ours ended up lower-case and yours is upper-case - I'll look into it.' | ** Tofu says... 'You can rename the library to have the right case. I don't know why ours ended up lower-case and yours is upper-case - I'll look into it.' | ||
* Something like: error: extra qualification 'LLMessageSystem::' on member 'init' | |||
** Tofu says... 'This is likely a GCC 4.x thing. We need GCC 3.4 or thereabouts, for now.' |
Revision as of 08:03, 8 January 2007
General Problems
Windows
Compiling on MSVC 2005
Mozilla is not compatible with visual studio 2005, so we have not migrated the codebase, so we do not know if it works.
What sort of errors are seen?
Mac OS X
Linux
- From Mako Mabellon: Having a bit of trouble with ELFIO 1.0.3 under Linux - it wants to build a static library libELFIO.a, and Second Life appears to expect a shared library libelfio.so (judging from the build instructions on the Wiki)...
- Tofu says... 'You can rename the library to have the right case. I don't know why ours ended up lower-case and yours is upper-case - I'll look into it.'
- Something like: error: extra qualification 'LLMessageSystem::' on member 'init'
- Tofu says... 'This is likely a GCC 4.x thing. We need GCC 3.4 or thereabouts, for now.'