Development Team/Jhbuild: Difference between revisions
Sascha silbe (talk | contribs) →Check out sugar-jhbuild: fix formatting |
|||
| Line 58: | Line 58: | ||
If you notice that there's a package missing from the depscheck output (i.e. it's required for Sugar to work properly and not installed, but depscheck does not mention it), please [http://dev.sugarlabs.org/newticket?component=sugar-jhbuild&version=Git%20as%20of%20bugdate&type=defect&summary=Need%20package%20%3cinsert%20name%20of%20package%3e%20on%20%3cinsert%20name%20of%20distribution%3e&description=%3cplease%20explain%20why%20you%20think%20the%20package%20is%20required%20%28e.g.%20error%20message%29%3e file a bug report] (login required first, but currently no automatic redirection to login page) against the sugar-jhbuild Component in the [http://dev.sugarlabs.org/ Sugar Labs bug tracker]. | If you notice that there's a package missing from the depscheck output (i.e. it's required for Sugar to work properly and not installed, but depscheck does not mention it), please [http://dev.sugarlabs.org/newticket?component=sugar-jhbuild&version=Git%20as%20of%20bugdate&type=defect&summary=Need%20package%20%3cinsert%20name%20of%20package%3e%20on%20%3cinsert%20name%20of%20distribution%3e&description=%3cplease%20explain%20why%20you%20think%20the%20package%20is%20required%20%28e.g.%20error%20message%29%3e file a bug report] (login required first, but currently no automatic redirection to login page) against the sugar-jhbuild Component in the [http://dev.sugarlabs.org/ Sugar Labs bug tracker]. | ||
Some tips | ===Some tips and known issues=== | ||
* hulahop stopped building because I had installed a more recent version of xulrunner on my machine. The workaround was to <code>rm -rf ~/sugar-jhbuild/source/hulahop</code> and then run update and build again. | * hulahop stopped building because I had installed a more recent version of xulrunner on my machine. The workaround was to <code>rm -rf ~/sugar-jhbuild/source/hulahop</code> and then run update and build again. | ||
As of 13Aug2009 you'll get the error below. [http://dev.sugarlabs.org/ticket/708 The Squeak people know about it]. | |||
<nowiki> | |||
/home/denny/sugar-jhbuild/source/squeak/platforms/unix/vm/debug.c:21: warning: incompatible implicit declaration of built-in function ‘abort’ | |||
make[2]: *** [debug.o] Error 1 | |||
make[1]: *** [vm/vm.a] Error 2 | |||
make[1]: Leaving directory `/home/denny/sugar-jhbuild/source/squeak/bld' | |||
make: *** [default] Error 2 | |||
*** Error during phase build of squeak: ########## Error running make *** [ | |||
</nowiki> | |||
== Run Sugar == | == Run Sugar == | ||