EdisonWangB / pcmanx-gtk2

Automatically exported from code.google.com/p/pcmanx-gtk2
GNU General Public License v2.0
0 stars 0 forks source link

xpidl not found on OpenSolaris #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout subversion trunk code r497
2. ./autogen
3. ./configure --prefix=/export/home/halton/work/dist --enable-debug
--enable-plugin

What is the expected output? What do you see instead?
[...]
checking for FreeType -- version >= 7.0.1... yes
checking for LIBXFT... yes
checking for select... yes
checking for select in -lsocket... yes
checking for Mozilla support... checking for MOZILLA... no
checking for MOZILLA... yes
firefox found!
ERROR:
The utility /bin/xpidl was not found. Please check your development packages.
configure: error: Fatal Error: no xpidl detected.

What version of the product are you using? On what operating system?
OpenSolaris

Please provide any additional information below.

This is because OpenSolaris firefox-plugin.pc does not have sdkdir
variable. The attached patch fix this issue, should not affect other
platforms such as Linux.

Original issue reported on code.google.com by halton....@gmail.com on 1 Dec 2009 at 8:43

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for your patch.
Apply to r507

Original comment by fourdollars on 13 Mar 2010 at 6:57