Add troubleshooting information for #500
This commit is contained in:
parent
cbb14f5ca2
commit
ad1efa67bc
1 changed files with 7 additions and 0 deletions
|
@ -80,6 +80,13 @@ this:
|
||||||
$ sudo apt-get install gcc-multilib g++-multilib
|
$ sudo apt-get install gcc-multilib g++-multilib
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you got an error like this:
|
||||||
|
````
|
||||||
|
/usr/bin/ld: vendor/download/libchromiumcontent/Release/libchromiumcontent.so: undefined reference to symbol 'gconf_client_get'
|
||||||
|
//usr/lib/x86_64-linux-gnu/libgconf-2.so.4: error adding symbols: DSO missing from command line
|
||||||
|
````
|
||||||
|
libchromiumcontent.so is build with clang 3.0 which is incompatible with newer versions of clang. Try using clang 3.0, default version in Ubuntu 12.04.
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue