Re: StyledEdit linking errors
"Sikosis" <[email protected]> Fri, 29 Nov 2002 08:04:27 GMT
| Newsgroups | gmane.os.openbeos.preferences |
|---|---|
| Message-ID | <1184623688-BeMail@venus> |
Wow ... that's weird. I've got that same version and I haven't had any issues. > > Hello all, > > for a long time I haven't been able to link the stylededit > executable. > The linker > bails out with the following errors: > > Link ../../../distro/x86.R1/beos/apps/StyledEdit > .../../../objects/x86.R1/apps/stylededit/StyledEditWindow.o: In > function > `StyledEditWindow::InitWindow(void)': > .../../../objects/x86.R1/apps/stylededit/StyledEditWindow.o(.text+ > 0x28a7): undefined reference to `BFont::GetFamilyAndStyle(char (* > )[63], > char (*)[63]) const' > .../../../objects/x86.R1/apps/stylededit/StyledEditWindow.o(.text+ > 0x28f4): undefined reference to `get=5Ffont=5Ffamily(long, =5FcP (*)[6], > unsigned long)' > .../../../objects/x86.R1/apps/stylededit/StyledEditWindow.o(.text+ > 0x2ad2): undefined reference to `get=5Ffont=5Fstyle(char *, long, =5FcP (* > )[6], unsigned long)' > .../../../objects/x86.R1/apps/stylededit/StyledEditWindow.o: In > function > `StyledEditWindow::MenusBeginning(void)': > .../../../objects/x86.R1/apps/stylededit/StyledEditWindow.o(.text+ > 0x59ae): undefined reference to `BFont::GetFamilyAndStyle(char (* > )[63], > char (*)[63]) const' > .../../../objects/x86.R1/apps/stylededit/StyledEditWindow.o: In > function > `StyledEditWindow::SetFontStyle(char const *, char const *)': > .../../../objects/x86.R1/apps/stylededit/StyledEditWindow.o(.text+ > 0x8311): undefined reference to `BFont::GetFamilyAndStyle(char (* > )[63], > char (*)[63]) const' > collect2: ld returned 1 exit status > > gcc -o "../../../distro/x86.R1/beos/apps/StyledEdit" "../ > .. > /../objects/x86.R1/apps/stylededit/ColorMenuItem.o" "../../../objects > / > x86.R1/apps/stylededit/FindWindow.o" "../../../objects/x86.R1/apps/ > stylededit/ReplaceWindow.o" "../../../objects/x86.R1/apps/stylededit/ > StyledEditApp.o" "../../../objects/x86.R1/apps/stylededit/ > StyledEditView.o" "../../../objects/x86.R1/apps/stylededit/ > StyledEditWindow.o" -lbe -ltranslation -ltracker ; > > ....failed Link ../../../distro/x86.R1/beos/apps/StyledEdit ... > > > > I have the BeOS Developer Release 1.0 (you know, that updated R5 > personal edition). Any > ideas on where to look=3F > > WFR > Niels > >