Public bug reported:

$ pkg-config firefox-gtkmozembed --cflags
-I/usr/include/firefox-2/gtkembedmoz -I/usr/include/firefox-2 
-I/usr/include/firefox-2/xpcom -I/usr/include/firefox-2/string 
-I/usr/include/nspr

In the same time:

$ LC_ALL=C ls /usr/include/firefox-2
ls: cannot access /usr/include/firefox-2: No such file or directory

It means that if you try to compile any project using these flags, you
will fail.

To fix this problem in runtime one should create symlinks:

# ln -s /usr/include/firefox /usr/include/firefox-2
# ln -s /usr/lib/firefox /usr/lib/firefox-2
# ln -s /usr/share/idl/firefox /usr/share/idl/firefox-2

** Affects: firefox (Ubuntu)
     Importance: Undecided
         Status: New

-- 
.pc files in firefox-2-dev are broken
https://bugs.launchpad.net/bugs/346506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to