StyledEdit linking errors
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_font_family(long, _cP (*)[6],
unsigned long)'
../../../objects/x86.R1/apps/stylededit/StyledEditWindow.o(.text+
0x2ad2): undefined reference to `get_font_style(char *, long, _cP (*
)[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
(Continue reading)