LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-05-2004, 11:52 PM   #1
Cookie
LQ Newbie
 
Registered: Sep 2003
Posts: 26

Rep: Reputation: 15
trouble compiling mozilla 1.6 with garnome


I'm trying to install the new gnome with garnome. While compiling epiphany, it asks for some mozilla-devel file. I can't find an rpm for mozilla-devel 1.6 for redhat, so I'm compiling the source that came with garnome under the bootstrap directory. That compile dies with the following:

g++ -I/home/val/garnome/include -I/usr/X11R6/include -I/usr/X11R6/incl
ude -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-
align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long
-g -I/home/val/garnome/include -I/usr/X11R6/include -L/home/val/garnome
/lib -L/usr/X11R6/lib -O2 -pipe -fshort-wchar -pthread -pipe -DDEBUG -D
_DEBUG -DDEBUG_val -DTRACING -g -fno-inline -O -o xpcshell xpcshell.o -L
/home/val/garnome/lib -L/usr/X11R6/lib -L/usr/lib -L../../../..
/dist/bin -L../../../../dist/lib -L../../../../dist/bin -lmozjs -L../../
../../dist/bin -lxpcom -liberty -L/home/val/downloads/garnome-2.5.92/bo
otstrap/mozilla/work/main.d/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -L/h
ome/val/garnome/lib -L/usr/X11R6/lib -L/usr/lib -lpthread -ldl -ldl -l
m
xpcshell.o: In function `Dump':
/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:204: undefined reference to `nsMemo
ry::Free(void*)'
xpcshell.o: In function `ProcessArgs':
/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:766: undefined reference to `JS_Sea
lObject'

[SNIP - very long and repetitive...]

/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:107: undefined reference to `nsTrac
eRefcnt::LogAddCOMPtr(void*, nsISupports*)'
/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:107: undefined reference to `nsTrac
eRefcnt::LogReleaseCOMPtr(void*, nsISupports*)'
xpcshell.o: In function `nsGetServiceByCID::~nsGetServiceByCID [in-charg
e]()':
/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:103: undefined reference to `vtable
for nsGetServiceByCID'
xpcshell.o: In function `nsGetServiceByContractID::~nsGetServiceByContra
ctID [in-charge]()':
/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:103: undefined reference to `vtable
for nsGetServiceByContractID'
xpcshell.o: In function `nsCOMPtr<nsIServiceManager>::assign_assuming_Ad
dRef(nsIServiceManager*)':
/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:107: undefined reference to `nsTrac
eRefcnt::LogAddCOMPtr(void*, nsISupports*)'
/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:107: undefined reference to `nsTrac
eRefcnt::LogReleaseCOMPtr(void*, nsISupports*)'
xpcshell.o: In function `nsQueryInterface::nsQueryInterface[in-charge](n
sISupports*, unsigned*)':
/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:106: undefined reference to `vtable
for nsQueryInterface'
xpcshell.o: In function `nsGetServiceByCID::nsGetServiceByCID[in-charge]
(nsID const&, nsISupports*, unsigned*)':
/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:106: undefined reference to `vtable
for nsGetServiceByCID'
xpcshell.o: In function `nsGetServiceByContractID::nsGetServiceByContrac
tID[in-charge](char const*, nsISupports*, unsigned*)':
/home/val/downloads/garnome-2.5.92/bootstrap/mozilla/work/main.d/mozilla
/js/src/xpconnect/shell/xpcshell.cpp:106: undefined reference to `vtable
for nsGetServiceByContractID'

Does anybody have any ideas?
 
Old 04-06-2004, 12:12 AM   #2
Cookie
LQ Newbie
 
Registered: Sep 2003
Posts: 26

Original Poster
Rep: Reputation: 15
Ha! Just as I asked for help I thought of a way to hack around it. So, for anyone in the future who has this problem, you can copy the *.pc files from within the mozilla directory structure to your garnome/lib/pkgconfig directory.

Ooops, nevermind. That didn't work. Back to the drawing board.

Last edited by Cookie; 04-06-2004 at 12:16 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
trouble compiling w/c++ eroica Linux - Software 4 03-09-2005 02:17 PM
trouble compiling fretbrner Slackware 1 01-31-2005 12:30 PM
Trouble with Mozilla tiredoflogins Linux - Software 8 10-18-2004 01:46 PM
Trouble compiling anything banZera Slackware 4 04-07-2004 10:19 AM
Trouble with compiling gamehack Debian 3 01-11-2004 08:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration