Compiling and Linking a Xulrunner

Discuss building things with or for the Mozilla Platform.
Post Reply
VanTom
Posts: 7
Joined: November 8th, 2011, 10:19 am

Compiling and Linking a Xulrunner

Post by VanTom »

Hello,

the xulrunner SDK drives me crazy. I just rty to compile a debug version of the xulrunner with the following .mozconfig:

Code: Select all

export JAVA_HOME="C:\Program Files (x86)\Java\jdk1.5.0_19"

mk_add_options MOZ_BUILD_PROJECTS="xulrunner"

# Global options
ac_add_options --enable-debug
ac_add_options --disable-tests
ac_add_options --disable-optimize

# XULRunner options
ac_add_app_options xulrunner --enable-application=xulrunner


After a some time of compiling I got the following error while linking.

Code: Select all

...
14:17.79     ..\..\media\webrtc\trunk\webrtc\modules\modules_audio_processing_sse2\audio_processing\aec\aec_core_sse2.obj
14:17.79     ..\..\media\webrtc\trunk\webrtc\modules\modules_audio_processing_sse2\audio_processing\aec\aec_rdft_sse2.obj
14:17.79
14:17.79 LINK : fatal error LNK1104: Datei "..\..\media\webrtc\trunk\webrtc\modules\modules_remote_bitrate_estimator\remote_bitrate_estimator\remote_bitrate_estimator_multi_stream.obj" kann nicht ge�ffnet werden.
14:17.79
...


The file is in place after compiling. I use Windows 7 64 bit with Visual Studio 2010 and the actual mozilla-build.

If someone has an idea what to change, or what I am doing wrong, please let me know.

Thank you and best regards

Thorsten
Post Reply