Hi,
build startet, but i got a build error after about 2 hours.
i used same build setting as i did for aoo412 build.
any hints?
Oliver
=
Building module connectivity
=
Entering /cygdrive/c/build_tmp/aoo_src/main/connectivity/inc
Entering /cygdrive/c/build_tmp/aoo_src
Dear Sir,
I am Rajesh Shirpurkar, I am from Aurangabad, India. I am a chemical engineer.
working in the pharmaceutical company.
Recently I have started using Apache Open office. After reviewing the official
web site of ASF, I am very much impressed about the activities of this group. I
am intere
> C:\PROGRA~2\MICROS~1.0\VC\include\memory(721)
> : error C4150: deletion of pointer to incomplete type 'connectivity::OSQLParser_Data'; no
destructor called
> C:\build_tmp\aoo_src\main\connectivity\inc\connectivity/sqlparse.hxx(133) : see declaration of
'connectivity::OSQLParser_Data'
> C
Hi
I am trying to add a unit test to Calc, and the C++ class I want to
test (ScStringUtil) isn't exported from its library (with
SC_DLLPUBLIC), so my test is failing to link.
Can I export that class? What determines when we can/should?
Thank you
Damjan
--
A difficult one.
I don't like making things public just to support testing, because later
on, when someone wants to make changes, it is impossible to tell whether
they can or not.
In a simpler project, I might suggest doing separate builds for testing,
but I hesitate to add to the AOO build
The patch is on https://bz.apache.org/ooo/show_bug.cgi?id=126901.
The sc module that my patch affects, doesn't export any headers, so
exporting the symbol still doesn't allow anyone to compile against it,
only to link once they have compiled.
In the sw module which also doesn't export any headers