You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(16) |
Jul
(56) |
Aug
(2) |
Sep
(62) |
Oct
(71) |
Nov
(45) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(12) |
Feb
(22) |
Mar
|
Apr
(62) |
May
(15) |
Jun
(57) |
Jul
(4) |
Aug
(24) |
Sep
(7) |
Oct
(34) |
Nov
(81) |
Dec
(41) |
2005 |
Jan
(70) |
Feb
(51) |
Mar
(46) |
Apr
(16) |
May
(22) |
Jun
(34) |
Jul
(23) |
Aug
(13) |
Sep
(43) |
Oct
(42) |
Nov
(54) |
Dec
(68) |
2006 |
Jan
(81) |
Feb
(43) |
Mar
(64) |
Apr
(141) |
May
(37) |
Jun
(101) |
Jul
(112) |
Aug
(32) |
Sep
(85) |
Oct
(63) |
Nov
(84) |
Dec
(81) |
2007 |
Jan
(25) |
Feb
(64) |
Mar
(46) |
Apr
(28) |
May
(14) |
Jun
(42) |
Jul
(19) |
Aug
(34) |
Sep
(29) |
Oct
(25) |
Nov
(12) |
Dec
(9) |
2008 |
Jan
(15) |
Feb
(34) |
Mar
(37) |
Apr
(23) |
May
(18) |
Jun
(47) |
Jul
(28) |
Aug
(61) |
Sep
(29) |
Oct
(48) |
Nov
(24) |
Dec
(79) |
2009 |
Jan
(48) |
Feb
(50) |
Mar
(28) |
Apr
(10) |
May
(51) |
Jun
(22) |
Jul
(125) |
Aug
(29) |
Sep
(38) |
Oct
(29) |
Nov
(58) |
Dec
(32) |
2010 |
Jan
(15) |
Feb
(10) |
Mar
(12) |
Apr
(64) |
May
(4) |
Jun
(81) |
Jul
(41) |
Aug
(82) |
Sep
(84) |
Oct
(35) |
Nov
(43) |
Dec
(26) |
2011 |
Jan
(59) |
Feb
(25) |
Mar
(23) |
Apr
(14) |
May
(22) |
Jun
(8) |
Jul
(5) |
Aug
(20) |
Sep
(10) |
Oct
(12) |
Nov
(29) |
Dec
(7) |
2012 |
Jan
(1) |
Feb
(22) |
Mar
(9) |
Apr
(5) |
May
(2) |
Jun
|
Jul
(6) |
Aug
(2) |
Sep
|
Oct
(5) |
Nov
(9) |
Dec
(10) |
2013 |
Jan
(9) |
Feb
(3) |
Mar
(2) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
(5) |
Sep
|
Oct
(3) |
Nov
(3) |
Dec
(2) |
2014 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
(10) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(3) |
2015 |
Jan
(8) |
Feb
(3) |
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(3) |
Dec
|
2016 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Itamar Syn-H. <it...@co...> - 2013-07-16 10:29:36
|
Borek, feel free to merge this into master if all works as expected and tests are all green On Fri, Jul 12, 2013 at 4:21 PM, Kostka Bořivoj <ko...@to...> wrote: > Hi, > > New branch memleak_fixes created. All memory leaks produced by tests are > fixed. > It also contains fixed bug in binary/compressed data processing. > > Thanks to Veit and Anthony for BooleanScorer2 and StandardAnalyzer memory > leak fixes > > Could anybody check it and merge to the master? > > Borek > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > CLucene-developers mailing list > CLu...@li... > https://lists.sourceforge.net/lists/listinfo/clucene-developers > |
From: Kostka B. <ko...@to...> - 2013-07-12 13:34:53
|
Hi, New branch memleak_fixes created. All memory leaks produced by tests are fixed. It also contains fixed bug in binary/compressed data processing. Thanks to Veit and Anthony for BooleanScorer2 and StandardAnalyzer memory leak fixes Could anybody check it and merge to the master? Borek |
From: Kostka B. <ko...@to...> - 2013-05-13 14:17:50
|
Hi I found a bug in addFieldsForMerge method. For bingy/compressed fields internal pointer from ValueArray is passed to FieldForMerge constructor instead of (correct) pointer to ValueArray object. I uploaded propřed patch to GIT (branch addFieldsForMerge_BugFix) Best regards Borek |
From: Anthony N. <ant...@gm...> - 2013-05-10 00:43:32
|
Dear All, I've detected some memory leaks using CLucene (version 2.3.3.4) and tracked this down to the reusableTokenStream interface of the StandardAnalyzer. The StandardAnalyzer::SavedStreams object which is allocated on the first call to reusableTokenStream is eventually deleted (using an Object AbstractDeletor) but it does not have a destructor. The solution was to add a destructor as follows: index 3275c1b..6836629 100644 --- a/clucene-core-2.3.3.4/src/core/CLucene/analysis/standard/StandardAnalyzer.cpp +++ b/clucene-core-2.3.3.4/src/core/CLucene/analysis/standard/StandardAnalyzer.cpp @@ -54,6 +54,11 @@ CL_NS_DEF2(analysis,standard) { } + ~SavedStreams() + { + _CLDELETE(filteredTokenStream); + } + void close(){} Token* next(Token* token) {return NULL;} }; Could this patch be reviewed and incorporated into the master? Thanks, Anthony |
From: Arnab <arn...@gm...> - 2013-04-09 00:51:03
|
Thanks very much. This book mainly focuses on the APIs and usage of these APIs. I am looking forward understanding the internal of the search engine code. On Mon, Apr 8, 2013 at 9:58 PM, Ahmed Saidi <ci7...@gm...> wrote: > Hi Arnab > > Try to read 'Lucene in Action' book and you will get an idea about lucene > > Le 08/04/2013 20:42, Arnab a écrit : > > Dear All, > > I am a postgraduate student and I am not an expert in programming. I am > doing a project on search and want to implement some new ideas and test on > clucene. > > > It is a huge code and looks complicated too. If any one please explain > me the indexing process and the classes like FSDirectory, Field, Document, > IndexWriter it will be really a great help at this moment. > > Thanks > Arnab > > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portalhttp://www.cisco.com/web/learning/employer_resources/index.html > > > > _______________________________________________ > CLucene-developers mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/clucene-developers > > > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > CLucene-developers mailing list > CLu...@li... > https://lists.sourceforge.net/lists/listinfo/clucene-developers > > |
From: Ahmed S. <ci7...@gm...> - 2013-04-08 20:58:39
|
<html style="direction: ltr;"> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style> </head> <body style="direction: ltr;" bidimailui-detected-decoding-type="latin-charset" bgcolor="#FFFFFF" text="#000000"> <div class="moz-cite-prefix">Hi Arnab<br> <br> Try to read 'Lucene in Action' book and you will get an idea about lucene<br> <br> Le 08/04/2013 20:42, Arnab a écrit :<br> </div> <blockquote cite="mid:CAL...@ma..." type="cite">Dear All, <div><br> </div> <div>I am a postgraduate student and I am not an expert in programming. I am doing a project on search and want to implement some new ideas and test on clucene. </div> <div><br> </div> <div><br> </div> <div>It is a huge code and looks complicated too. If any one please explain me the indexing process and the classes like FSDirectory, Field, Document, IndexWriter it will be really a great help at this moment.</div> <div><br> </div> <div>Thanks</div> <div>Arnab</div> <div><br> </div> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal <a class="moz-txt-link-freetext" href="http://www.cisco.com/web/learning/employer_resources/index.html">http://www.cisco.com/web/learning/employer_resources/index.html</a></pre> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ CLucene-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:CLu...@li...">CLu...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/clucene-developers">https://lists.sourceforge.net/lists/listinfo/clucene-developers</a> </pre> </blockquote> <br> </body> </html> |
From: Arnab <arn...@gm...> - 2013-04-08 20:42:45
|
Dear All, I am a postgraduate student and I am not an expert in programming. I am doing a project on search and want to implement some new ideas and test on clucene. It is a huge code and looks complicated too. If any one please explain me the indexing process and the classes like FSDirectory, Field, Document, IndexWriter it will be really a great help at this moment. Thanks Arnab |
From: Arnab <arn...@gm...> - 2013-04-08 20:35:40
|
From: Dino K. <din...@re...> - 2013-03-31 21:26:51
|
1p worth from me; please could you grab a trace for all threads. i.e "thread apply all bt full" from gdb after attaching to the locked process. That should help the diagnosis! On 29/03/13 10:16, Ahmed Saidi wrote: > Hi > > I was using CLucene to index a lot of files, i use multi-threading to > do that, that work great on windows 7 and kubuntu 11.04, but after > moving to kubuntu 12.04 and recompiling the clucene and use it with my > application, indexing freeze if i use more than one thread. and if i > use 11.04 libraries multi-threading works fine. on windows 7 i don't > have this problem (with VS 2008). > Here is back trace: http://pastebin.com/y5WaFMyg > Note that the application doesn't crash, but indexing thread freeze on > lucene::index::IndexWriter::addDocument and doesn't return t continue > indexing. > When i run cl_test it freeze 'CLucene Atomic Updates Test' > http://pastebin.com/aCgfpjx6 > My CMakeCache.txt file: http://pastebin.com/BKeVDszf > > do anyone have the same issue? > |
From: Ahmed S. <ci7...@gm...> - 2013-03-29 10:20:55
|
<html style="direction: ltr;"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> Hi<br> <br> I was using CLucene to index a lot of files, i use multi-threading to do that, that work great on windows 7 and kubuntu 11.04, but after moving to kubuntu 12.04 and recompiling the clucene and use it with my application, indexing freeze if i use more than one thread. and if i use 11.04 libraries multi-threading works fine. on windows 7 i don't have this problem (with VS 2008).<br> Here is back trace: <a class="moz-txt-link-freetext" href="http://pastebin.com/y5WaFMyg">http://pastebin.com/y5WaFMyg</a> <br> Note that the application doesn't crash, but indexing thread freeze on lucene::index::IndexWriter::addDocument and doesn't return t continue indexing.<br> When i run cl_test it freeze 'CLucene Atomic Updates Test' <a class="moz-txt-link-freetext" href="http://pastebin.com/aCgfpjx6">http://pastebin.com/aCgfpjx6</a><br> My CMakeCache.txt file: <a class="moz-txt-link-freetext" href="http://pastebin.com/BKeVDszf">http://pastebin.com/BKeVDszf</a><br> <br> do anyone have the same issue?<br> <br> </body> </html> |
From: jomart m. <mir...@gm...> - 2013-02-23 13:48:25
|
OK this new topics form me i tried to build the last core of clucene : http://sourceforge.net/projects/clucene/files/latest/download?source=files with cmake gui and i faced a lot of trouble then insted i used qmake to build the core i used the last version open source qt5 with mingw support and at firrst it worked then i after finishing i got two error : > CMake Error: The following variables are used in this project, but they are set to NOTFOUND.Please set them or make sure they are set and tested correctly in the CMake files: > ZLIB_INCLUDE_DIR (ADVANCED) > used as include directory in directory E:/test/clucene-core-2.3.3.4/clucene-core-2.3.3.4/src/shared > Boost not found, using local: E:/test/clucene-core-2.3.3.4/clucene-core-2.3.3.4/src/ext > > so the zlib and boost already include in ext folder then i copy the zlib folder to : > E:/test/clucene-core-2.3.3.4/clucene-core-2.3.3.4/src/shared > > but nothing change the same two errors appear so what should i do ? |
From: Scott B. <S.B...@qs...> - 2013-02-05 10:51:45
|
Hi all, thanks, I found it in the contribs-lib folder. Cheers. From: Scott Baldwin [mailto:S.B...@qs...] Sent: Tuesday, 5 February 2013 12:24 PM To: clu...@li... Subject: [CLucene-dev] Snowball Analyzer Hi all, for cross platform reasons we are re-writing parts of our main application using C++, including the indexing. Until recently it had been written in .Net, and we were using Lucene.Net and the SnowballAnalyzer. Is there a snowball analyser for CLucene? The link on the FAQ site to the CLucene sandbox is broken, is this still a viable project? Cheers. |
From: Scott B. <S.B...@qs...> - 2013-02-05 01:24:30
|
Hi all, for cross platform reasons we are re-writing parts of our main application using C++, including the indexing. Until recently it had been written in .Net, and we were using Lucene.Net and the SnowballAnalyzer. Is there a snowball analyser for CLucene? The link on the FAQ site to the CLucene sandbox is broken, is this still a viable project? Cheers. |
From: Jan E. <je...@in...> - 2013-01-25 01:58:24
|
`pkg-config clucene --cflags` is giving me -I/usr/include/clucene/ext, which causes projects using both clucence and boost to fail in compilation because ext/boost and the regular boost headers do not match up. (Using a system boost-1.49.0): $ echo -en '#include <boost/filesystem.hpp>' | \ g++ -x c++ $(pkg-config libclucene-core --cflags) -c - In file included from /usr/include/boost/filesystem/v3/path.hpp:27:0, from /usr/include/boost/filesystem.hpp:35, from test.cpp:1: /usr/include/boost/system/system_error.hpp:22:45: error: expected initializer before ‘:’ token In file included from /usr/include/CLucene/ext/boost/detail/sp_typeinfo.hpp:103:0, from /usr/include/CLucene/ext/boost/smart_ptr/detail/sp_counted_base_nt.hpp:21, from /usr/include/CLucene/ext/boost/smart_ptr/detail/sp_counted_base.hpp:33, from /usr/include/CLucene/ext/boost/smart_ptr/detail/shared_count.hpp:29, from /usr/include/CLucene/ext/boost/smart_ptr/shared_ptr.hpp:32, from /usr/include/CLucene/ext/boost/shared_ptr.hpp:17, from /usr/include/boost/filesystem/v3/path.hpp:29, from /usr/include/boost/filesystem.hpp:35, from test.cpp:1: /usr/include/c++/4.7/typeinfo:41:37: error: expected ‘}’ before end of line /usr/include/c++/4.7/typeinfo:41:37: error: expected ‘}’ before end of line /usr/include/c++/4.7/typeinfo:41:37: error: expected declaration before end of line Rip out this /ext nonsense. ...and the vim tilde. --- src/core/libclucene-core.pc.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/libclucene-core.pc.cmake b/src/core/libclucene-core.pc.cmake index 0152b25..3d38743 100644 --- a/src/core/libclucene-core.pc.cmake +++ b/src/core/libclucene-core.pc.cmake @@ -7,5 +7,4 @@ Name: libclucene Description: CLucene - a C++ search engine, ported from the popular Apache Lucene Version: @CLUCENE_VERSION_MAJOR@.@CLUCENE_VERSION_MINOR@.@CLUCENE_VERSION_REVISION@.@CLUCENE_VERSION_PATCH@ Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext -~ +Cflags: -I${prefix}/include -- 1.7.10.4 |
From: Jan E. <je...@in...> - 2013-01-25 01:58:24
|
The following changes since commit 4f62f2a90ecbea0d6d14e4bc0902056996144023: Merge branch 'ConstantScoreQuery_BugFix' (2012-12-14 11:50:42 +0100) are available in the git repository at: git://git.inai.de/clucene master for you to fetch changes up to 78439b9688927c4dcd89f10c2090d10a8dbbb074: clucene: avoid causing compile failures in downstream users (2013-01-25 02:56:22 +0100) ---------------------------------------------------------------- Jan Engelhardt (1): clucene: avoid causing compile failures in downstream users src/core/libclucene-core.pc.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) |
From: Steffen S. <st...@su...> - 2013-01-23 15:33:56
|
Steffen Sørensen Balladgatan 33 SE-215 71 Malmö st...@su... +45 60 17 95 00 |
From: cel t. <cel...@gm...> - 2013-01-08 09:26:42
|
Team Looks like there are two problems in SloppyPhraseScorer.cpp: 1) checkedRepeats doesn't get initialized in the constructor and has varying values upon entry into initPhrasePositions() -- noticed in the Debug vs Release mode. This is inherited from the Java code, which doesn't have this initialization either. Easily fixed by adding checkedRepeats = false; to the SloppyPhraseScorer constructor. 2) std::qsort(repeats, repeatsLen, sizeof(PhrasePositions*), comparePhrasePositions); For some reason, comparePhrasePosition is receiving (x,y) with unexpected (apparently random) values in the offset field. Unable to suggest a fix -- as a stopgap, just replaced std::qsort with std::sort -- as follows: std::sort(repeats, repeats + (repeatsLen-1), comparePhrasePositions); No idea if / how these changes will affect tests. Regards Celto |
From: Rajeev k. S. <raj...@gm...> - 2013-01-07 08:04:26
|
Hi, Thank you all for you suggestions. Form error it look like that some kind of error in exporting the lib. I re-check all the references and found ok. Finally i tried another approach and it worked. I created another independent solution using visual studio and there i was able to access the libs. Here i also created two method to index and search and exported them. This worked for me. Although i am not sure the root cause of the issue but it look like some problem related to ASCII/Unicode for my application and CLucene lib. If anybody have more info around this problem then please share. Once again thanks to all, Rajeev. On Sun, Jan 6, 2013 at 7:50 PM, Veit Jahns <nun...@go...>wrote: > Hi, > > just a guess: if it is a issue with the directories, should it be then > not more than three "unresolved externals" errors? To me sounds like a > problem with the export of these function from the dll file. > > Rajeev, how die you created the files? Did you compile them by yourself? > > Best regards, > > Veit > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_123012 > _______________________________________________ > CLucene-developers mailing list > CLu...@li... > https://lists.sourceforge.net/lists/listinfo/clucene-developers > -- Thanks, Rajeev. |
From: Veit J. <nun...@go...> - 2013-01-06 14:23:44
|
Hi! 2012/12/6 Ji Cai <ji...@te...>: > hi all, > > I'm new here, i use clucene a week ago, and i worked on the demo and found > that it searches document. > Now i want to finish the work like this : i have a log.txt, i want to search > the key words and return the sentences that include the key_words. Maybe you can use the highlighter contrib. With this contrib you can retrieve the context of a found term. But I don't know, if this fits your requirements. Best regards Veit |
From: Veit J. <nun...@go...> - 2013-01-06 14:20:42
|
Hi, just a guess: if it is a issue with the directories, should it be then not more than three "unresolved externals" errors? To me sounds like a problem with the export of these function from the dll file. Rajeev, how die you created the files? Did you compile them by yourself? Best regards, Veit |
From: Veit J. <nun...@go...> - 2013-01-06 14:12:38
|
Hi Jonas, did you execute set the environment variables for VS? The error message sounds like CMake could not find VS. The best to doe would be to execute the <VS folder>\VC\vcvarsall.bat and then cmake. Both on the console. Best regards Veit 2013/1/3 Jonas <jon...@gm...>: > > > During several days I am trying to compile CLucene on Windows 7 64 bit without > success. > > I searched all over the internet but did not find a solution for my problem. > > I will describe all steps which I took and hope somebody can help me further. > > I downloaded CLucene and extracted it to the folder > C:/Users/Gerda/Downloads/clucene-core-2.3.3.4/clucene-core-2.3.3.4 > > I created the out of source build directory C:/CLucene > > I installed boost 1.40 using the binary installer from boostpro computing > > I installed Cmake 2.8.10 > > I started a regular windows command line prompt and entered > > set BOOST_BUILD_PATH=C:\Program Files (x86)\boost\boost_1_40\tools\build\v2 > set BOOST_PATH=C:\Program Files (x86)\boost set BOOST_ROOT=C:\Program Files > (x86)\boost\boost_1_40 > > I start cmake Gui and set the folders to the ones I mentioned in 1 and 2. I > select Microsoft Visual Studio 9 compiler. > > After clicking configure I get the following error message: CMake Error: CMake > was unable to find a build program corresponding to "Visual Studio 9 2008". > CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build > tool. CMake Error: Could not find cmake module > file:C:/CLucene/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake CMake Error: Could not > find cmake module file:C:/CLucene/CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake > Configuring incomplete, errors occurred! > > I have the same issue with other compilers including the VS 9 64 bit compiler. > > Thanks in advance Jonas > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122712 > _______________________________________________ > CLucene-developers mailing list > CLu...@li... > https://lists.sourceforge.net/lists/listinfo/clucene-developers |
From: Jonas <jon...@gm...> - 2013-01-03 20:54:59
|
During several days I am trying to compile CLucene on Windows 7 64 bit without success. I searched all over the internet but did not find a solution for my problem. I will describe all steps which I took and hope somebody can help me further. I downloaded CLucene and extracted it to the folder C:/Users/Gerda/Downloads/clucene-core-2.3.3.4/clucene-core-2.3.3.4 I created the out of source build directory C:/CLucene I installed boost 1.40 using the binary installer from boostpro computing I installed Cmake 2.8.10 I started a regular windows command line prompt and entered set BOOST_BUILD_PATH=C:\Program Files (x86)\boost\boost_1_40\tools\build\v2 set BOOST_PATH=C:\Program Files (x86)\boost set BOOST_ROOT=C:\Program Files (x86)\boost\boost_1_40 I start cmake Gui and set the folders to the ones I mentioned in 1 and 2. I select Microsoft Visual Studio 9 compiler. After clicking configure I get the following error message: CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 9 2008". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: Could not find cmake module file:C:/CLucene/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake CMake Error: Could not find cmake module file:C:/CLucene/CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake Configuring incomplete, errors occurred! I have the same issue with other compilers including the VS 9 64 bit compiler. Thanks in advance Jonas |
From: Saiful K. <sai...@gm...> - 2012-12-30 22:50:41
|
Thank you very much. There could be some issue with the initial checkout/build. A fresh checkout/build works fine in Ubuntu 12.04. On Sun, Dec 30, 2012 at 9:50 PM, Ben van Klinken <bva...@gm...>wrote: > You are on 12.04 and you are getting that? Have you made any changes to > your compilers/environment which would cause that. > > My first thought currently is that your cmake version is different (I'm > also on 12.04). I've got 'cmake version 2.8.7' when i run cmake --version > > Otherwise try a clean checkout/build - maybe something went wrong? > > Failing all that, please add --debug-output to the cmake when you do a > clean build > > ben > > > On 31 December 2012 07:19, Saiful Khan <sai...@gm...> wrote: > >> Dear All, >> >> Sorry to overload your mailbox. I am unable to build and install CLucene >> 2.3.3.4 in ubuntu 12.04. Request your help. -Thanks. >> The command and output as follows. >> >> *$ clucene-core-2.3.3.4/build-linux$ cmake -G "Unix Makefiles" ../ >> -- The C compiler identification is GNU >> -- The CXX compiler identification is GNU >> -- Check for working C compiler: /usr/bin/gcc >> -- Check for working C compiler: /usr/bin/gcc -- works >> -- Detecting C compiler ABI info >> -- Detecting C compiler ABI info - done >> -- Check for working CXX compiler: /usr/bin/c++ >> -- Check for working CXX compiler: /usr/bin/c++ -- works >> -- Detecting CXX compiler ABI info >> -- Detecting CXX compiler ABI info - done >> -- Looking for include files CMAKE_HAVE_PTHREAD_H >> -- Looking for include files CMAKE_HAVE_PTHREAD_H - found >> -- Looking for pthread_create in pthreads >> -- Looking for pthread_create in pthreads - not found >> -- Looking for pthread_create in pthread >> -- Looking for pthread_create in pthread - found >> -- Found Threads: TRUE >> -- Checking to see if CXX compiler accepts flag -pg >> -- Checking to see if CXX compiler accepts flag -pg - yes >> -- Boost version: 1.46.1 >> Boost found >> -- Boost_INCLUDE_DIR : /usr/include >> -- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.3.4") >> -- Looking for include files _CL_TIME_WITH_SYS_TIME >> -- Looking for include files _CL_TIME_WITH_SYS_TIME - found >> -- Looking for C++ include stdlib.h >> -- Looking for C++ include stdlib.h - found >> -- Looking for C++ include stdarg.h >> -- Looking for C++ include stdarg.h - found >> -- Looking for C++ include stdio.h >> -- Looking for C++ include stdio.h - found >> -- Looking for C++ include stddef.h >> -- Looking for C++ include stddef.h - found >> -- Looking for C++ include ctype.h >> -- Looking for C++ include ctype.h - found >> -- Looking for C++ include algorithm >> -- Looking for C++ include algorithm - found >> -- Looking for C++ include functional >> -- Looking for C++ include functional - found >> -- Looking for C++ include map >> -- Looking for C++ include map - found >> -- Looking for C++ include vector >> -- Looking for C++ include vector - found >> -- Looking for C++ include list >> -- Looking for C++ include list - found >> -- Looking for C++ include set >> -- Looking for C++ include set - found >> -- Looking for C++ include math.h >> -- Looking for C++ include math.h - found >> -- Looking for C++ include fcntl.h >> -- Looking for C++ include fcntl.h - found >> -- Looking for C++ include limits.h >> -- Looking for C++ include limits.h - found >> -- Looking for C++ include string.h >> -- Looking for C++ include string.h - found >> -- Looking for C++ include sys/time.h >> -- Looking for C++ include sys/time.h - found >> -- Looking for C++ include memory.h >> -- Looking for C++ include memory.h - found >> -- Looking for C++ include sys/types.h >> -- Looking for C++ include sys/types.h - found >> -- Looking for C++ include stdint.h >> -- Looking for C++ include stdint.h - found >> -- Looking for C++ include unistd.h >> -- Looking for C++ include unistd.h - found >> -- Looking for C++ include io.h >> -- Looking for C++ include io.h - not found >> -- Looking for C++ include direct.h >> -- Looking for C++ include direct.h - not found >> CMake Error at /usr/share/cmake-2.8/Modules/CheckIncludeFileCXX.cmake:40 >> (CONFIGURE_FILE): >> configure_file Problem configuring file >> >> Call Stack (most recent call first): >> src/shared/cmake/MacroMustDefine.cmake:32 (CHECK_INCLUDE_FILE_CXX) >> src/shared/CMakeLists.txt:61 (CHECK_OPTIONAL_HEADERS) >> >> >> -- Looking for C++ include sys/dir.h >> CMake Error at CMakeLists.txt:10 (ADD_EXECUTABLE): >> Cannot find source file: >> >> >> /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx >> >> Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp >> .hxx .in .txx >> >> >> CMake Error: Internal CMake error, TryCompile generation of cmake failed >> -- Looking for C++ include sys/dir.h - not found >> -- Looking for C++ include sys/ndir.h >> -- Looking for C++ include sys/ndir.h - not found >> -- Looking for C++ include dirent.h >> -- Looking for C++ include dirent.h - found >> -- Looking for C++ include wctype.h >> -- Looking for C++ include wctype.h - found >> -- Looking for C++ include stat.h >> -- Looking for C++ include stat.h - not found >> -- Looking for C++ include sys/stat.h >> -- Looking for C++ include sys/stat.h - found >> -- Looking for C++ include stdexcept >> -- Looking for C++ include stdexcept - found >> -- Looking for C++ include errno.h >> -- Looking for C++ include errno.h - found >> -- Looking for C++ include windef.h >> -- Looking for C++ include windef.h - not found >> -- Looking for C++ include windows.h >> -- Looking for C++ include windows.h - not found >> -- Looking for C++ include wchar.h >> -- Looking for C++ include wchar.h - found >> -- Looking for C++ include hash_map >> -- Looking for C++ include hash_map - found >> -- Looking for C++ include hash_set >> -- Looking for C++ include hash_set - found >> -- Looking for C++ include ext/hash_map >> -- Looking for C++ include ext/hash_map - found >> -- Looking for C++ include tr1/unordered_set >> -- Looking for C++ include tr1/unordered_set - found >> -- Looking for C++ include tr1/unordered_map >> -- Looking for C++ include tr1/unordered_map - found >> -- Looking for C++ include sys/timeb.h >> -- Looking for C++ include sys/timeb.h - found >> -- Looking for C++ include tchar.h >> -- Looking for C++ include tchar.h - not found >> -- Looking for C++ include strings.h >> -- Looking for C++ include strings.h - found >> -- Looking for C++ include sys/mman.h >> -- Looking for C++ include sys/mman.h - found >> -- Looking for C++ include winerror.h >> -- Looking for C++ include winerror.h - not found >> -- Choosing type for int8_t >> -- Check size of int8_t >> -- Check size of int8_t - done >> -- Choosing type for int8_t - signed int8_t >> -- Choosing type for uint8_t >> -- Check size of uint8_t >> -- Check size of uint8_t - done >> -- Choosing type for uint8_t - unsigned uint8_t >> -- Choosing type for int16_t >> -- Check size of int16_t >> -- Check size of int16_t - done >> -- Choosing type for int16_t - signed int16_t >> -- Choosing type for uint16_t >> -- Check size of uint16_t >> -- Check size of uint16_t - done >> -- Choosing type for uint16_t - unsigned uint16_t >> -- Choosing type for int32_t >> -- Check size of int32_t >> -- Check size of int32_t - done >> -- Choosing type for int32_t - signed int32_t >> -- Choosing type for uint32_t >> -- Check size of uint32_t >> -- Check size of uint32_t - done >> -- Choosing type for uint32_t - unsigned uint32_t >> -- Choosing type for int64_t >> -- Check size of int64_t >> -- Check size of int64_t - done >> -- Choosing type for int64_t - signed int64_t >> -- Choosing type for uint64_t >> -- Check size of uint64_t >> -- Check size of uint64_t - done >> -- Choosing type for uint64_t - unsigned uint64_t >> -- Choosing type for size_t >> -- Check size of size_t >> -- Check size of size_t - done >> -- Choosing type for size_t - unsigned size_t >> -- Choosing option for HAVE_TYPE__TIMEB >> -- Performing Test _CL_HAVE_OPTION__TIMEB >> -- Performing Test _CL_HAVE_OPTION__TIMEB - Failed >> -- Performing Test _CL_HAVE_OPTION_TIMEB >> -- Performing Test _CL_HAVE_OPTION_TIMEB - Success >> -- Choosing option for HAVE_TYPE__TIMEB - timeb >> CMake Error at >> /usr/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake:55 (FILE): >> file Internal CMake error when trying to open file: >> >> /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/src.cxx >> for writing. >> >> Call Stack (most recent call first): >> src/shared/cmake/DefineFloat.cmake:3 (CHECK_CXX_SOURCE_COMPILES) >> src/shared/CMakeLists.txt:89 (DEFINE_FLOAT) >> >> >> -- Performing Test HAVE_SYMBOL_FLOAT_T >> CMake Error at CMakeLists.txt:10 (ADD_EXECUTABLE): >> Cannot find source file: >> >> >> /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/src.cxx >> >> Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp >> .hxx .in .txx >> >> >> CMake Error: Internal CMake error, TryCompile generation of cmake failed >> -- Performing Test HAVE_SYMBOL_FLOAT_T - Failed >> -- Check size of DWORD >> -- Check size of DWORD - failed >> -- Looking for printf >> CMake Error at /usr/share/cmake-2.8/Modules/CheckFunctionExists.cmake:47 >> (TRY_COMPILE): >> Failed to open >> >> >> /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/CMakeLists.txt >> >> Protocol error >> >> Call Stack (most recent call first): >> src/shared/cmake/MacroMustDefine.cmake:59 (CHECK_FUNCTION_EXISTS) >> src/shared/cmake/MacroMustDefine.cmake:42 (CHECK_OPTIONAL_FUNCTIONS) >> src/shared/CMakeLists.txt:97 (CHECK_REQUIRED_FUNCTIONS) >> >> >> -- Looking for printf - not found >> >> CMake Error at src/shared/cmake/MacroMustDefine.cmake:45 (MESSAGE): >> printf could not be found >> >> Call Stack (most recent call first): >> src/shared/CMakeLists.txt:97 (CHECK_REQUIRED_FUNCTIONS) >> >> >> -- Configuring incomplete, errors occurred!* >> >> >> ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> MVPs and experts. ON SALE this month only -- learn more at: >> http://p.sf.net/sfu/learnmore_123012 >> _______________________________________________ >> CLucene-developers mailing list >> CLu...@li... >> https://lists.sourceforge.net/lists/listinfo/clucene-developers >> >> > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_123012 > _______________________________________________ > CLucene-developers mailing list > CLu...@li... > https://lists.sourceforge.net/lists/listinfo/clucene-developers > > |
From: Ben v. K. <bva...@gm...> - 2012-12-30 21:50:38
|
You are on 12.04 and you are getting that? Have you made any changes to your compilers/environment which would cause that. My first thought currently is that your cmake version is different (I'm also on 12.04). I've got 'cmake version 2.8.7' when i run cmake --version Otherwise try a clean checkout/build - maybe something went wrong? Failing all that, please add --debug-output to the cmake when you do a clean build ben On 31 December 2012 07:19, Saiful Khan <sai...@gm...> wrote: > Dear All, > > Sorry to overload your mailbox. I am unable to build and install CLucene > 2.3.3.4 in ubuntu 12.04. Request your help. -Thanks. > The command and output as follows. > > *$ clucene-core-2.3.3.4/build-linux$ cmake -G "Unix Makefiles" ../ > -- The C compiler identification is GNU > -- The CXX compiler identification is GNU > -- Check for working C compiler: /usr/bin/gcc > -- Check for working C compiler: /usr/bin/gcc -- works > -- Detecting C compiler ABI info > -- Detecting C compiler ABI info - done > -- Check for working CXX compiler: /usr/bin/c++ > -- Check for working CXX compiler: /usr/bin/c++ -- works > -- Detecting CXX compiler ABI info > -- Detecting CXX compiler ABI info - done > -- Looking for include files CMAKE_HAVE_PTHREAD_H > -- Looking for include files CMAKE_HAVE_PTHREAD_H - found > -- Looking for pthread_create in pthreads > -- Looking for pthread_create in pthreads - not found > -- Looking for pthread_create in pthread > -- Looking for pthread_create in pthread - found > -- Found Threads: TRUE > -- Checking to see if CXX compiler accepts flag -pg > -- Checking to see if CXX compiler accepts flag -pg - yes > -- Boost version: 1.46.1 > Boost found > -- Boost_INCLUDE_DIR : /usr/include > -- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.3.4") > -- Looking for include files _CL_TIME_WITH_SYS_TIME > -- Looking for include files _CL_TIME_WITH_SYS_TIME - found > -- Looking for C++ include stdlib.h > -- Looking for C++ include stdlib.h - found > -- Looking for C++ include stdarg.h > -- Looking for C++ include stdarg.h - found > -- Looking for C++ include stdio.h > -- Looking for C++ include stdio.h - found > -- Looking for C++ include stddef.h > -- Looking for C++ include stddef.h - found > -- Looking for C++ include ctype.h > -- Looking for C++ include ctype.h - found > -- Looking for C++ include algorithm > -- Looking for C++ include algorithm - found > -- Looking for C++ include functional > -- Looking for C++ include functional - found > -- Looking for C++ include map > -- Looking for C++ include map - found > -- Looking for C++ include vector > -- Looking for C++ include vector - found > -- Looking for C++ include list > -- Looking for C++ include list - found > -- Looking for C++ include set > -- Looking for C++ include set - found > -- Looking for C++ include math.h > -- Looking for C++ include math.h - found > -- Looking for C++ include fcntl.h > -- Looking for C++ include fcntl.h - found > -- Looking for C++ include limits.h > -- Looking for C++ include limits.h - found > -- Looking for C++ include string.h > -- Looking for C++ include string.h - found > -- Looking for C++ include sys/time.h > -- Looking for C++ include sys/time.h - found > -- Looking for C++ include memory.h > -- Looking for C++ include memory.h - found > -- Looking for C++ include sys/types.h > -- Looking for C++ include sys/types.h - found > -- Looking for C++ include stdint.h > -- Looking for C++ include stdint.h - found > -- Looking for C++ include unistd.h > -- Looking for C++ include unistd.h - found > -- Looking for C++ include io.h > -- Looking for C++ include io.h - not found > -- Looking for C++ include direct.h > -- Looking for C++ include direct.h - not found > CMake Error at /usr/share/cmake-2.8/Modules/CheckIncludeFileCXX.cmake:40 > (CONFIGURE_FILE): > configure_file Problem configuring file > > Call Stack (most recent call first): > src/shared/cmake/MacroMustDefine.cmake:32 (CHECK_INCLUDE_FILE_CXX) > src/shared/CMakeLists.txt:61 (CHECK_OPTIONAL_HEADERS) > > > -- Looking for C++ include sys/dir.h > CMake Error at CMakeLists.txt:10 (ADD_EXECUTABLE): > Cannot find source file: > > > /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx > > Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp > .hxx .in .txx > > > CMake Error: Internal CMake error, TryCompile generation of cmake failed > -- Looking for C++ include sys/dir.h - not found > -- Looking for C++ include sys/ndir.h > -- Looking for C++ include sys/ndir.h - not found > -- Looking for C++ include dirent.h > -- Looking for C++ include dirent.h - found > -- Looking for C++ include wctype.h > -- Looking for C++ include wctype.h - found > -- Looking for C++ include stat.h > -- Looking for C++ include stat.h - not found > -- Looking for C++ include sys/stat.h > -- Looking for C++ include sys/stat.h - found > -- Looking for C++ include stdexcept > -- Looking for C++ include stdexcept - found > -- Looking for C++ include errno.h > -- Looking for C++ include errno.h - found > -- Looking for C++ include windef.h > -- Looking for C++ include windef.h - not found > -- Looking for C++ include windows.h > -- Looking for C++ include windows.h - not found > -- Looking for C++ include wchar.h > -- Looking for C++ include wchar.h - found > -- Looking for C++ include hash_map > -- Looking for C++ include hash_map - found > -- Looking for C++ include hash_set > -- Looking for C++ include hash_set - found > -- Looking for C++ include ext/hash_map > -- Looking for C++ include ext/hash_map - found > -- Looking for C++ include tr1/unordered_set > -- Looking for C++ include tr1/unordered_set - found > -- Looking for C++ include tr1/unordered_map > -- Looking for C++ include tr1/unordered_map - found > -- Looking for C++ include sys/timeb.h > -- Looking for C++ include sys/timeb.h - found > -- Looking for C++ include tchar.h > -- Looking for C++ include tchar.h - not found > -- Looking for C++ include strings.h > -- Looking for C++ include strings.h - found > -- Looking for C++ include sys/mman.h > -- Looking for C++ include sys/mman.h - found > -- Looking for C++ include winerror.h > -- Looking for C++ include winerror.h - not found > -- Choosing type for int8_t > -- Check size of int8_t > -- Check size of int8_t - done > -- Choosing type for int8_t - signed int8_t > -- Choosing type for uint8_t > -- Check size of uint8_t > -- Check size of uint8_t - done > -- Choosing type for uint8_t - unsigned uint8_t > -- Choosing type for int16_t > -- Check size of int16_t > -- Check size of int16_t - done > -- Choosing type for int16_t - signed int16_t > -- Choosing type for uint16_t > -- Check size of uint16_t > -- Check size of uint16_t - done > -- Choosing type for uint16_t - unsigned uint16_t > -- Choosing type for int32_t > -- Check size of int32_t > -- Check size of int32_t - done > -- Choosing type for int32_t - signed int32_t > -- Choosing type for uint32_t > -- Check size of uint32_t > -- Check size of uint32_t - done > -- Choosing type for uint32_t - unsigned uint32_t > -- Choosing type for int64_t > -- Check size of int64_t > -- Check size of int64_t - done > -- Choosing type for int64_t - signed int64_t > -- Choosing type for uint64_t > -- Check size of uint64_t > -- Check size of uint64_t - done > -- Choosing type for uint64_t - unsigned uint64_t > -- Choosing type for size_t > -- Check size of size_t > -- Check size of size_t - done > -- Choosing type for size_t - unsigned size_t > -- Choosing option for HAVE_TYPE__TIMEB > -- Performing Test _CL_HAVE_OPTION__TIMEB > -- Performing Test _CL_HAVE_OPTION__TIMEB - Failed > -- Performing Test _CL_HAVE_OPTION_TIMEB > -- Performing Test _CL_HAVE_OPTION_TIMEB - Success > -- Choosing option for HAVE_TYPE__TIMEB - timeb > CMake Error at > /usr/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake:55 (FILE): > file Internal CMake error when trying to open file: > > /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/src.cxx > for writing. > > Call Stack (most recent call first): > src/shared/cmake/DefineFloat.cmake:3 (CHECK_CXX_SOURCE_COMPILES) > src/shared/CMakeLists.txt:89 (DEFINE_FLOAT) > > > -- Performing Test HAVE_SYMBOL_FLOAT_T > CMake Error at CMakeLists.txt:10 (ADD_EXECUTABLE): > Cannot find source file: > > > /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/src.cxx > > Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp > .hxx .in .txx > > > CMake Error: Internal CMake error, TryCompile generation of cmake failed > -- Performing Test HAVE_SYMBOL_FLOAT_T - Failed > -- Check size of DWORD > -- Check size of DWORD - failed > -- Looking for printf > CMake Error at /usr/share/cmake-2.8/Modules/CheckFunctionExists.cmake:47 > (TRY_COMPILE): > Failed to open > > > /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/CMakeLists.txt > > Protocol error > > Call Stack (most recent call first): > src/shared/cmake/MacroMustDefine.cmake:59 (CHECK_FUNCTION_EXISTS) > src/shared/cmake/MacroMustDefine.cmake:42 (CHECK_OPTIONAL_FUNCTIONS) > src/shared/CMakeLists.txt:97 (CHECK_REQUIRED_FUNCTIONS) > > > -- Looking for printf - not found > > CMake Error at src/shared/cmake/MacroMustDefine.cmake:45 (MESSAGE): > printf could not be found > > Call Stack (most recent call first): > src/shared/CMakeLists.txt:97 (CHECK_REQUIRED_FUNCTIONS) > > > -- Configuring incomplete, errors occurred!* > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_123012 > _______________________________________________ > CLucene-developers mailing list > CLu...@li... > https://lists.sourceforge.net/lists/listinfo/clucene-developers > > |
From: Saiful K. <sai...@gm...> - 2012-12-30 21:19:21
|
Dear All, Sorry to overload your mailbox. I am unable to build and install CLucene 2.3.3.4 in ubuntu 12.04. Request your help. -Thanks. The command and output as follows. *$ clucene-core-2.3.3.4/build-linux$ cmake -G "Unix Makefiles" ../ -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for include files CMAKE_HAVE_PTHREAD_H -- Looking for include files CMAKE_HAVE_PTHREAD_H - found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Checking to see if CXX compiler accepts flag -pg -- Checking to see if CXX compiler accepts flag -pg - yes -- Boost version: 1.46.1 Boost found -- Boost_INCLUDE_DIR : /usr/include -- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.3.4") -- Looking for include files _CL_TIME_WITH_SYS_TIME -- Looking for include files _CL_TIME_WITH_SYS_TIME - found -- Looking for C++ include stdlib.h -- Looking for C++ include stdlib.h - found -- Looking for C++ include stdarg.h -- Looking for C++ include stdarg.h - found -- Looking for C++ include stdio.h -- Looking for C++ include stdio.h - found -- Looking for C++ include stddef.h -- Looking for C++ include stddef.h - found -- Looking for C++ include ctype.h -- Looking for C++ include ctype.h - found -- Looking for C++ include algorithm -- Looking for C++ include algorithm - found -- Looking for C++ include functional -- Looking for C++ include functional - found -- Looking for C++ include map -- Looking for C++ include map - found -- Looking for C++ include vector -- Looking for C++ include vector - found -- Looking for C++ include list -- Looking for C++ include list - found -- Looking for C++ include set -- Looking for C++ include set - found -- Looking for C++ include math.h -- Looking for C++ include math.h - found -- Looking for C++ include fcntl.h -- Looking for C++ include fcntl.h - found -- Looking for C++ include limits.h -- Looking for C++ include limits.h - found -- Looking for C++ include string.h -- Looking for C++ include string.h - found -- Looking for C++ include sys/time.h -- Looking for C++ include sys/time.h - found -- Looking for C++ include memory.h -- Looking for C++ include memory.h - found -- Looking for C++ include sys/types.h -- Looking for C++ include sys/types.h - found -- Looking for C++ include stdint.h -- Looking for C++ include stdint.h - found -- Looking for C++ include unistd.h -- Looking for C++ include unistd.h - found -- Looking for C++ include io.h -- Looking for C++ include io.h - not found -- Looking for C++ include direct.h -- Looking for C++ include direct.h - not found CMake Error at /usr/share/cmake-2.8/Modules/CheckIncludeFileCXX.cmake:40 (CONFIGURE_FILE): configure_file Problem configuring file Call Stack (most recent call first): src/shared/cmake/MacroMustDefine.cmake:32 (CHECK_INCLUDE_FILE_CXX) src/shared/CMakeLists.txt:61 (CHECK_OPTIONAL_HEADERS) -- Looking for C++ include sys/dir.h CMake Error at CMakeLists.txt:10 (ADD_EXECUTABLE): Cannot find source file: /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error: Internal CMake error, TryCompile generation of cmake failed -- Looking for C++ include sys/dir.h - not found -- Looking for C++ include sys/ndir.h -- Looking for C++ include sys/ndir.h - not found -- Looking for C++ include dirent.h -- Looking for C++ include dirent.h - found -- Looking for C++ include wctype.h -- Looking for C++ include wctype.h - found -- Looking for C++ include stat.h -- Looking for C++ include stat.h - not found -- Looking for C++ include sys/stat.h -- Looking for C++ include sys/stat.h - found -- Looking for C++ include stdexcept -- Looking for C++ include stdexcept - found -- Looking for C++ include errno.h -- Looking for C++ include errno.h - found -- Looking for C++ include windef.h -- Looking for C++ include windef.h - not found -- Looking for C++ include windows.h -- Looking for C++ include windows.h - not found -- Looking for C++ include wchar.h -- Looking for C++ include wchar.h - found -- Looking for C++ include hash_map -- Looking for C++ include hash_map - found -- Looking for C++ include hash_set -- Looking for C++ include hash_set - found -- Looking for C++ include ext/hash_map -- Looking for C++ include ext/hash_map - found -- Looking for C++ include tr1/unordered_set -- Looking for C++ include tr1/unordered_set - found -- Looking for C++ include tr1/unordered_map -- Looking for C++ include tr1/unordered_map - found -- Looking for C++ include sys/timeb.h -- Looking for C++ include sys/timeb.h - found -- Looking for C++ include tchar.h -- Looking for C++ include tchar.h - not found -- Looking for C++ include strings.h -- Looking for C++ include strings.h - found -- Looking for C++ include sys/mman.h -- Looking for C++ include sys/mman.h - found -- Looking for C++ include winerror.h -- Looking for C++ include winerror.h - not found -- Choosing type for int8_t -- Check size of int8_t -- Check size of int8_t - done -- Choosing type for int8_t - signed int8_t -- Choosing type for uint8_t -- Check size of uint8_t -- Check size of uint8_t - done -- Choosing type for uint8_t - unsigned uint8_t -- Choosing type for int16_t -- Check size of int16_t -- Check size of int16_t - done -- Choosing type for int16_t - signed int16_t -- Choosing type for uint16_t -- Check size of uint16_t -- Check size of uint16_t - done -- Choosing type for uint16_t - unsigned uint16_t -- Choosing type for int32_t -- Check size of int32_t -- Check size of int32_t - done -- Choosing type for int32_t - signed int32_t -- Choosing type for uint32_t -- Check size of uint32_t -- Check size of uint32_t - done -- Choosing type for uint32_t - unsigned uint32_t -- Choosing type for int64_t -- Check size of int64_t -- Check size of int64_t - done -- Choosing type for int64_t - signed int64_t -- Choosing type for uint64_t -- Check size of uint64_t -- Check size of uint64_t - done -- Choosing type for uint64_t - unsigned uint64_t -- Choosing type for size_t -- Check size of size_t -- Check size of size_t - done -- Choosing type for size_t - unsigned size_t -- Choosing option for HAVE_TYPE__TIMEB -- Performing Test _CL_HAVE_OPTION__TIMEB -- Performing Test _CL_HAVE_OPTION__TIMEB - Failed -- Performing Test _CL_HAVE_OPTION_TIMEB -- Performing Test _CL_HAVE_OPTION_TIMEB - Success -- Choosing option for HAVE_TYPE__TIMEB - timeb CMake Error at /usr/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake:55 (FILE): file Internal CMake error when trying to open file: /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/src.cxx for writing. Call Stack (most recent call first): src/shared/cmake/DefineFloat.cmake:3 (CHECK_CXX_SOURCE_COMPILES) src/shared/CMakeLists.txt:89 (DEFINE_FLOAT) -- Performing Test HAVE_SYMBOL_FLOAT_T CMake Error at CMakeLists.txt:10 (ADD_EXECUTABLE): Cannot find source file: /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/src.cxx Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error: Internal CMake error, TryCompile generation of cmake failed -- Performing Test HAVE_SYMBOL_FLOAT_T - Failed -- Check size of DWORD -- Check size of DWORD - failed -- Looking for printf CMake Error at /usr/share/cmake-2.8/Modules/CheckFunctionExists.cmake:47 (TRY_COMPILE): Failed to open /home/saiful/code/Search-Project/Server/clucene-core-2.3.3.4/build-linux/CMakeFiles/CMakeTmp/CMakeLists.txt Protocol error Call Stack (most recent call first): src/shared/cmake/MacroMustDefine.cmake:59 (CHECK_FUNCTION_EXISTS) src/shared/cmake/MacroMustDefine.cmake:42 (CHECK_OPTIONAL_FUNCTIONS) src/shared/CMakeLists.txt:97 (CHECK_REQUIRED_FUNCTIONS) -- Looking for printf - not found CMake Error at src/shared/cmake/MacroMustDefine.cmake:45 (MESSAGE): printf could not be found Call Stack (most recent call first): src/shared/CMakeLists.txt:97 (CHECK_REQUIRED_FUNCTIONS) -- Configuring incomplete, errors occurred!* |