Closed
Bug 288204
Opened 20 years ago
Closed 20 years ago
Linker error on libfileview.so when building xulrunner
Categories
(Toolkit Graveyard :: XULRunner, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta2
People
(Reporter: readams, Unassigned)
References
Details
Attachments
(2 files)
1.33 KB,
patch
|
benjamin
:
first-review+
|
Details | Diff | Splinter Review |
797 bytes,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.6) Gecko/20050324 Firefox/1.0 (Ubuntu package 1.0.2)
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.6) Gecko/20050324 Firefox/1.0 (Ubuntu package 1.0.2)
/usr/bin/ld: cannot find -lxul
collect2: ld returned 1 exit status
make[6]: *** [libfileview.so] Error 1
Reproducible: Always
Steps to Reproduce:
Attachment #178977 -
Flags: first-review?(benjamin)
Comment 2•20 years ago
|
||
Comment on attachment 178977 [details] [diff] [review]
Patch which fixes the problem for xulrunner
cool, I'll check this in when I find my desk again.
Attachment #178977 -
Flags: first-review?(benjamin) → first-review+
Comment 3•20 years ago
|
||
Hmm.. my linux xulrunner build does not have this problem for some reason.
Comment 5•20 years ago
|
||
ok, starting a fresh build...
Comment 6•20 years ago
|
||
Darin, this would only be manifest if we need the XUL filepicker, I think: GTK2
and windows use native filepickers and wouldn't build this binary, if I'm
reading the Makefiles correctly.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 8•20 years ago
|
||
Yeah, I hit this problem too in a GTK2 build. In my case, it was an optimized,
clobber build.
Comment 9•20 years ago
|
||
*** Bug 288421 has been marked as a duplicate of this bug. ***
Comment 10•20 years ago
|
||
only a side-comment about filepickers.
gtk2 filepicker is now the default but I think that the xul filepicker should be
available in addition. It would be needed anyway on systems with GNOME older
than 2.4. Mozilla Application Suite's gtk2 builds have both filepickers. So it
looks correctly here that XUL picker is built.
Another thing: My bug which was resolved as duplicate shows not exactly the same
error. My build asks for -lxpcom and not -lxul. But that could be because I
didn't define "ac_add_options --enable-libxul" (I've thought that's implicit
with xulrunner?)
Comment 11•20 years ago
|
||
fixed on trunk. I actually checked in a smaller set of changes, because the
libxul path never comes close to tbird/sunbird.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Target Milestone: --- → mozilla1.8beta2
Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•