Changes

Jump to: navigation, search

Mouse Lock Implementation FAQ

675 bytes added, 17:44, 13 November 2011
Can't find header GL/glx.h for WebGL
</blockquote>
'''Answer 1''': This error is most likely caused by an error in your .mozconfig file. Make sure that all commands are prefixed properly with their correct add command (mk_add... or ac_add...)
 
===LNK 1210 Error===
 
While running make, the following error presents itself:
<blockquote>
LINK : fatal error LNK1210: exceeded internal ILK size limit; link with /INCREMENTAL:NO
</blockquote>
'''Answer 1''': This error is most likely caused by VC's incremental linking reaching its hard coded limit. To fix the problem, edit your '''config.in'''
and locate the line #2505 find the following section of code, and insert the options in bold.
 
<pre>if test $_MSC_VER -ge 1400; then
LDFLAGS=”$LDFLAGS -LARGEADDRESSAWARE -NXCOMPAT -INCREMENTAL:NO“
dnl For profile-guided optimization
PROFILE_GEN_CFLAGS=”-GL”
PROFILE_GEN_LDFLAGS=”-LTCG:PGINSTRUMENT”</pre>
1
edit

Navigation menu