264
edits
XFallenAngel (talk | contribs) |
XFallenAngel (talk | contribs) |
||
| Line 260: | Line 260: | ||
=Troubleshooting= | =Troubleshooting= | ||
If you are having trouble, feel free to ask in #calendar on irc.mozilla.org. If you find no help there, try #developers. Do read the [http://developer.mozilla.org/en/docs/Build_Documentation Mozilla documentation] before asking. | If you are having trouble, feel free to ask in #calendar on irc.mozilla.org. If you find no help there, try #developers. Do read the [http://developer.mozilla.org/en/docs/Build_Documentation Mozilla documentation] before asking. | ||
==Common Build Errors== | |||
'''Hidden symbols''' | |||
<small>Original Documentation [http://benjamin.smedbergs.us/blog/2005-10-27/gcc-40-workaround/ here]</small> | |||
<pre> | |||
/usr/bin/ld: something.so: hidden symbol `nsSomeClass::SomeFunc(someArg*)' isn't defined | |||
/usr/bin/ld: final link failed: Nonrepresentable section on output | |||
</pre> | |||
This can easily be worked around by adding the following line to your mozconfig | |||
<code>ac_cv_visibility_pragma=no</code> | |||
[[category:calendar|Build]] | [[category:calendar|Build]] | ||
edits