To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58068
                  Issue #:|58068
                  Summary:|svdem/workbench and visibility
                Component:|porting
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|ndevaiah
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Thu Nov 17 11:17:05 -0800 
2005 -------
Hi,

while compiling svdem on 64bit GNU/Linux with

[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m140_src/svtools> gcc -v
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man
--libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,f95,java,ada --disable-checking
--with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk
--disable-libjava-multilib --with-slibdir=/lib64 --with-system-zlib
--enable-shared --enable-__cxa_atexit --without-system-libunwind
--host=x86_64-suse-linux
Thread model: posix
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m140_src/svtools> 

This is on SUSE Linux 10.0.

./unxlngx6.pro/obj/svdem.o:/home/oo/BuildDir/ooo_SRC680_m140_src/svtools/workben/svdem.cxx:236:
first defined here
../unxlngx6.pro/obj/svdem.o: In function `MyCalendar::~MyCalendar()':
svdem.cxx:(.text+0x394): undefined reference to `Calendar::~Calendar()'
svdem.cxx:(.text+0x3a2): undefined reference to `Calendar::~Calendar()'
../unxlngx6.pro/obj/svdem.o: In function `MyCalendar::~MyCalendar()':
svdem.cxx:(.text+0x46a): undefined reference to `Calendar::~Calendar()'
svdem.cxx:(.text+0x478): undefined reference to `Calendar::~Calendar()'
../unxlngx6.pro/obj/svdem.o: In function `MyCalendar::~MyCalendar()':
svdem.cxx:(.text+0x540): undefined reference to `Calendar::~Calendar()'
../unxlngx6.pro/obj/svdem.o:svdem.cxx:(.text+0x54e): more undefined references
to `Calendar::~Calendar()' follow
../unxlngx6.pro/obj/svdem.o: In function
`MyCalendar::RequestDateInfoHdl(Calendar*)':
svdem.cxx:(.text+0x64e): undefined reference to `Calendar::AddDateInfo(Date
const&, String const&, Color const*, Color const*, unsigned short)'
svdem.cxx:(.text+0x6bb): undefined reference to `Calendar::AddDateInfo(Date
const&, String const&, Color const*, Color const*, unsigned short)'
../unxlngx6.pro/obj/svdem.o: In function 
`MyCalendar::DoubleClickHdl(Calendar*)':
svdem.cxx:(.text+0x791): undefined reference to `Calendar::AddDateInfo(Date
const&, String const&, Color const*, Color const*, unsigned short)'
../unxlngx6.pro/obj/svdem.o: In function `MyCalendar::MenuSelectHdl(Menu*)':
svdem.cxx:(.text+0x82a): undefined reference to
`Calendar::SetInternational(International const&)'
../unxlngx6.pro/obj/svdem.o: In function `MyWin::CalSelectHdl(CalendarField*)':
svdem.cxx:(.text+0x10a6): undefined reference to `Calendar::GetSelectDateCount()
const'
svdem.cxx:(.text+0x10b5): undefined reference to
`Calendar::GetSelectDate(unsigned long) const'
../unxlngx6.pro/obj/svdem.o: In function `MyWin::ContextMenu(Point const&)':
svdem.cxx:(.text+0x4960): undefined reference to 
`FontStyleMenu::FontStyleMenu()'
svdem.cxx:(.text+0x4ced): undefined reference to `FontStyleMenu::Fill(String
const&, FontList const*)'
...

The attached patch helped and with it, I can run Calendar from svdem on my 64bit
system.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to