Changes

Jump to: navigation, search

User:Moe/Assignment1

505 bytes added, 17:05, 17 September 2006
''':''' Problems encountered & Resolutions
|-
|}
::'''Missing CoreAudio SDK'''
{| class="fullwidth-table"
|-
|class="header" width="6%"|
|class="header" width="94%"|
|-
|-
||<pre>/System/Library/Frameworks/QuickTime.framework/Headers/Movies.h:47:After I added the missing SDKs I was still unable to compile and I would get the same build error message over and over again33: CoreAudio/CoreAudio. h: No such file or directory</pre>|-|}::'''Missing QuickTime OpenGL SDK'''
{| class="fullwidth-table"
|-
|class="header" width="6%"|
|class="header" width="94%"|
|-
 
|-
 
|
|
<pre>
/System/Library/Frameworks/QuickTime.framework/Headers/ImageCompression.h:24:27: OpenGL/OpenGL.h: No such file or directory
</pre>
|-
|}
 
:After I added the missing SDKs I was still unable to compile and I would get the same build error message over and over again.
{| class="fullwidth-table"
|-
|class="header" width="7%"|
|class="header" width="93%"|
|-
make[2]: *** [tier_50] Error 2
make[1]: *** [default] Error 2
make: *** [build] Error 2</pre>
|-
|}
  :After many build attempts I realized that the old object files that were compiled before, when I was missing the SDKs, were causing the build process to fail. The removal of the object files with in the objdir resulted it a successful build of Firefox.
== ''':''' Resources ==
1
edit

Navigation menu