Re: linking error

2014-03-03 Thread Cyrille Berger
On 2014-03-02 23:15, Andrius da Costa Ribas wrote: I'd guess this would be something close to case 4 of  https://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?style=printable&part=1&chap=3 [7] but according to the cmake file -fPIC is actually being used. I don't have a linux setup but since

Re: linking error

2014-03-02 Thread Jaroslaw Staniek
On 2 March 2014 23:15, Andrius da Costa Ribas wrote: > I'd guess this would be something close to case 4 of > https://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?style=printable&part=1&chap=3 > but according to the cmake file -fPIC is actually being used. I don't have a > linux setup but si

Re: linking error

2014-03-02 Thread Andrius da Costa Ribas
I'd guess this would be something close to case 4 of https://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?style=printable&part=1&chap=3 but according to the cmake file -fPIC is actually being used. I don't have a linux setup but since -fPIC is ignored on Windows this may be the reason I didn'

Re: linking error

2014-03-02 Thread Jaroslaw Staniek
Hi, It could be cool to get rid of the static lib but I feel that was discussed (?). Alternatively, a special condition in the cmake file could act as a somewhat dirty solution in this rare case. On 2 March 2014 18:39, Cyrille Berger Skott wrote: > Hi, > > > > I get a compilation error when build

linking error

2014-03-02 Thread Cyrille Berger Skott
Hi, I get a compilation error when building calligra: Linking CXX shared module ../../../lib/calligra_filter_doc2odt.so /usr/bin/ld: ../../../lib/libmso.a(drawstyle.cpp.o): bad reloc symbol index (0x21e9 >= 0x976) for offset 0x6a6f2 in section `.debug_loc' ../../../lib/libmso.a: error adding sym

Re: Review Request 114467: Fix sheetssolver linking error on MSVC

2013-12-23 Thread Andrius da Costa Ribas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114467/ --- (Updated Dec. 23, 2013, 10:57 p.m.) Status -- This change has been m

Re: Review Request 114467: Fix sheetssolver linking error on MSVC

2013-12-23 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114467/#review46100 --- This review has been submitted with commit c0449daf9f634e9693

Re: Review Request 114467: Fix sheetssolver linking error on MSVC

2013-12-23 Thread Jarosław Staniek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114467/#review46099 --- Ship it! Ship It! - Jarosław Staniek On Dec. 22, 2013, 9:1

Re: Review Request 114467: Fix sheetssolver linking error on MSVC

2013-12-22 Thread Andrius da Costa Ribas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114467/ --- (Updated Dec. 22, 2013, 9:16 p.m.) Review request for Calligra. Changes

Re: Review Request 114467: Fix sheetssolver linking error on MSVC

2013-12-22 Thread Jarosław Staniek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114467/#review46059 --- sheets/plugins/solver/CMakeLists.txt

Re: Review Request 114467: Fix sheetssolver linking error on MSVC

2013-12-22 Thread Andrius da Costa Ribas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114467/ --- (Updated Dec. 22, 2013, 7:06 p.m.) Review request for Calligra. Changes

Re: Review Request 114468: fix linking error on FillProcessingVisitorTest

2013-12-21 Thread Andrius da Costa Ribas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114468/ --- (Updated Dec. 21, 2013, 10:05 p.m.) Status -- This change has been di

Re: Review Request 114468: fix linking error on FillProcessingVisitorTest

2013-12-21 Thread Andrius da Costa Ribas
> On Dec. 17, 2013, 2:05 p.m., Dmitry Kazakov wrote: > > Oh.. I guess it is better to just remove defaulttools linking in the test, > > because it is not needed anymore :) It was just a copy-paste error I guess. > > Boudewijn Rempt wrote: > Yes, I think so too. I don't actually build the te

Re: Review Request 114468: fix linking error on FillProcessingVisitorTest

2013-12-19 Thread Boudewijn Rempt
> On Dec. 17, 2013, 2:05 p.m., Dmitry Kazakov wrote: > > Oh.. I guess it is better to just remove defaulttools linking in the test, > > because it is not needed anymore :) It was just a copy-paste error I guess. Yes, I think so too. I don't actually build the tests on Windows myself, btw. - B

Re: Review Request 114468: fix linking error on FillProcessingVisitorTest

2013-12-17 Thread Dmitry Kazakov
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114468/#review45865 --- Oh.. I guess it is better to just remove defaulttools linking i

Review Request 114468: fix linking error on FillProcessingVisitorTest

2013-12-14 Thread Andrius da Costa Ribas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114468/ --- Review request for Calligra. Repository: calligra Description --- S

Review Request 114467: Fix sheetssolver linking error on MSVC

2013-12-14 Thread Andrius da Costa Ribas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114467/ --- Review request for Calligra. Repository: calligra Description --- g

Re: Linking error on windows

2011-02-24 Thread Cyrille Berger Skott
On Thursday 24 February 2011, Pierre Stirnweiss wrote: > > That said, since it is a windows only problem, and it might be difficult > > on linux to know if poppler is build with lcms1 or lcms2 (and it works > > fine on linux anyway...), I suggest to do the explicit linking only for > > windows. >

Re: Linking error on windows

2011-02-24 Thread Pierre Stirnweiss
> > > > That said, since it is a windows only problem, and it might be difficult on > linux to know if poppler is build with lcms1 or lcms2 (and it works fine on > linux anyway...), I suggest to do the explicit linking only for windows. > Is it easier on windows to know if poppler is built with lc

Re: Linking error on windows

2011-02-24 Thread Cyrille Berger Skott
On Thursday 24 February 2011, Pierre Stirnweiss wrote: > I'll try. However, I'll have to commit before being sure it solves the > > problem, because for some reason, poppler is not detected on my system, and > the filter is not built. > I'll do this this evening. However, if somebody can do it bef

Re: Linking error on windows

2011-02-23 Thread Pierre Stirnweiss
ports/win32/releases/nightly/20110222/logs/log-ms >> > vc2010-testing_calligra.txt >> > >> > There is a linking error happening involving poppler and lcms, when >> linking >> > karbonPdfImport. >> > After talking on the kde-win channel, the concl

Re: Linking error on windows

2011-02-23 Thread Pierre Stirnweiss
On Wed, Feb 23, 2011 at 8:45 PM, Cyrille Berger Skott wrote: > On Wednesday 23 February 2011, Pierre Stirnweiss wrote: > > > http://winkde.org/pub/kde/ports/win32/releases/nightly/20110222/logs/log-ms > > vc2010-testing_calligra.txt > > > > There is a linking error h

Re: Linking error on windows

2011-02-23 Thread Cyrille Berger Skott
On Wednesday 23 February 2011, Pierre Stirnweiss wrote: > http://winkde.org/pub/kde/ports/win32/releases/nightly/20110222/logs/log-ms > vc2010-testing_calligra.txt > > There is a linking error happening involving poppler and lcms, when linking > karbonPdfImport. > After talk

Linking error on windows

2011-02-23 Thread Pierre Stirnweiss
http://winkde.org/pub/kde/ports/win32/releases/nightly/20110222/logs/log-msvc2010-testing_calligra.txt There is a linking error happening involving poppler and lcms, when linking karbonPdfImport. After talking on the kde-win channel, the conclusion is that we shouldn't use poppler directly