We have a project based on a slightly modified XULRunner that we are
building daily on Windows. When I bring it over to a Mac Pro (Intel), I
have the following problems.
Using the config file
mk_add_options MZBJDIR=@TPSRCDIR@//obj-app
ac_add_options
ac_add_options
ac_add_options
ac_add_options
ac_add_options
ac_add_options
ac_add_options
,venkman,inspector,editor/cascades
ac_add_options
mk_add_options MZ_CPRJECT=xulrunner
mk_add_options MZ_XUL_APP=1
I can build, but I expected to see in dist/bin a file like
XULRunnerDebug.app. I don't see it. I then try starting it from
terminal, say:
cd obj-app/dist/xpi-stage/app/
//bin/xulrunner-bin ./application.ini
In almost all cases it says that it can't read application.ini,
although the console is showing that chrome is getting loaded. At one
time, I saw the UI of our app, but the terminal window still had the
keyboard (and mouse, apparently) focus, so I couldn't do anything with
the app.
My question:
Is this building to completion, even though there is no .app file
(other than something called update.app)? If so, how should I be
starting it?
I also tried a universal build, by adding
$
to my mozconfig file. I get a ppc tree and an i386 tree, but neither
one goes to completion. The failure comes when it tries to find
something inside XULRunnerDebug.app, at a time when XULRunnerDebug.app
doesn't exist.
Can anybody give me some hints or pointers?
dev-builds mailing list
dev-builds (AT) lists (DOT) mozilla.org