Full error message:
1
|
|
Solution: sudo apt-get install libgtk2.0-dev
Full error message:
1
|
|
Solution: sudo apt-get install libgtk2.0-dev
Got this error when I ran mach build
:
1
|
|
Solution: install g++
1 2 3 4 5 |
|
it comes from this check of mozilla-central/client.mk
1 2 3 |
|
The autoconf in the Ubuntu desktop system is of version 2.69. It is clearly not compatible.
1 2 3 4 5 6 7 8 9 |
|
Solution: install autoconf-2.13
Here is an example:
1 2 3 |
|
Normally an observer or a delegate owner should not hold a strong reference to a callback or a delegate.
The two well-known exceptions are: an NSURLConnection ownes its delegate while the connection is running, and an NSTimer ownes its target while the timer is valid