Webboard: AM_INIT_AUTOMAKE (solved)

2001-04-03 Thread Alexander Barkov

Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
Thanks for Suggestion!

Dmitry, please consider to add this instruction into README.CVS.


 
 The solution (on Linux RH 7.0):
 
 Run aclocal (just like that) after autoconf and before running 
 ./configure. 
 
 That's another step on the way, but there are still problems:
 
 creating Makefile
 sed: can't read ./Makefile.in: No such file or directory
 creating src/Makefile
 sed: can't read ./src/Makefile.in: No such file or directory
 creating doc/Makefile
 sed: can't read ./doc/Makefile.in: No such file or directory
 creating etc/Makefile
 sed: can't read ./etc/Makefile.in: No such file or directory
 
 
 I finally found the answer to all of this at
 http://www.mail-archive.com/general%40mnogosearch.org/msg00185.html .
 And indeed, it works. Perhaps Sergey's posting should go into a 
 CVS mini-FAQ into the distribution. Something like this:
 
 file: CVS-README
 
 Q: How do I compile the latest version from CVS?
 A: Run the following commands:
 
 # export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/src/CVS
 # cvs login  (type cvs when asked for password)
 # cvs co mnogosearch
 # cd mnogosearch
 # aclocal
 # autoheader
 # automake
 # autoconf
 # ./configure (your parametres, see README and ./configure --help)
 # make
 # make install
 
 
 

Reply: http://search.mnogo.ru/board/message.php?id=1888

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Webboard: Underscore symbol.

2001-04-03 Thread Alex

Author: Alex
Email: 
Message:
Hello.

Does anyone know is there possibility to interpret underscore symbol "_" as part of 
word, not as delimeter. So, the indexer
would interpret "aaa_bbb" as single word, not 2 words aaa and bbb.

Many thanks, Alexander

Reply: http://search.mnogo.ru/board/message.php?id=1889

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Re: Webboard: CVS

2001-04-03 Thread hanksdc

On Mon, 2 Apr 2001, Zenon Panoussis wrote:

 I feel very stupid here, but I have to admit I'm at a loss.

 [some time later]

 Guys, please put this at the top of INSTALL:

   If you have downloaded the CVS source, change to the mnogosearch
   directory and give the command
 $ autoconf
   This will create the executable configure. To proceed from here,
   follow the instructions below.

 We learn as we go along... :)

 Z


Sorry about that, I had totally forgotten about doing all the alcocal, autoheader, 
autoconf stuff...I'll remember next time ;-)

-- Dan

   Daniel Hanks - Systems/Database Administrator
   About Inc., Web Services Division
   1253 N. Research Way, Suite Q-2500.  Orem, UT 84097
   ph: 801-437-6023  fax: 801-437-6020  email: [EMAIL PROTECTED]



___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Re: Webboard: AM_INIT_AUTOMAKE (solved)

2001-04-03 Thread hanksdc

Actually, I think those steps (aclocal, etc.) are already in README.CVS. Probably what 
would be most helpful is to have step-by-step instructions on the web page where most 
folks will find out about the cvs info. What you have there is currently sufficient 
for those experienced with CVS, but you may want to add simple steps to follow to set 
the CVSROOT, login, and check out the module, and then to run aclocal, autoheader, etc.

Also perhaps instructions for those who would like to use a Windows client like WinCVS 
might be helpful

-- Dan

On Tue, 3 Apr 2001, Alexander Barkov wrote:

 Author: Alexander Barkov
 Email: [EMAIL PROTECTED]
 Message:
 Thanks for Suggestion!

 Dmitry, please consider to add this instruction into README.CVS.


 
  The solution (on Linux RH 7.0):
 
  Run aclocal (just like that) after autoconf and before running
  ./configure.
 
  That's another step on the way, but there are still problems:
 
  creating Makefile
  sed: can't read ./Makefile.in: No such file or directory
  creating src/Makefile
  sed: can't read ./src/Makefile.in: No such file or directory
  creating doc/Makefile
  sed: can't read ./doc/Makefile.in: No such file or directory
  creating etc/Makefile
  sed: can't read ./etc/Makefile.in: No such file or directory
 
 
  I finally found the answer to all of this at
  http://www.mail-archive.com/general%40mnogosearch.org/msg00185.html .
  And indeed, it works. Perhaps Sergey's posting should go into a
  CVS mini-FAQ into the distribution. Something like this:
 
  file: CVS-README
 
  Q: How do I compile the latest version from CVS?
  A: Run the following commands:
 
  # export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/src/CVS
  # cvs login  (type cvs when asked for password)
  # cvs co mnogosearch
  # cd mnogosearch
  # aclocal
  # autoheader
  # automake
  # autoconf
  # ./configure (your parametres, see README and ./configure --help)
  # make
  # make install
 
 
 

 Reply: http://search.mnogo.ru/board/message.php?id=1888

 ___
 If you want to unsubscribe send "unsubscribe general"
 to [EMAIL PROTECTED]


-- 

   Daniel Hanks - Systems/Database Administrator
   About Inc., Web Services Division
   1253 N. Research Way, Suite Q-2500.  Orem, UT 84097
   ph: 801-437-6023  fax: 801-437-6020  email: [EMAIL PROTECTED]



___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Webboard: Underscore symbol.

2001-04-03 Thread Alexander Barkov

Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
 Hello.
 
 Does anyone know is there possibility to interpret underscore symbol quot;_quot; 
as part of word, not as delimeter. So, the indexer
 would interpret quot;aaa_bbbquot; as single word, not 2 words aaa and bbb.
 
 Many thanks, Alexander


Open charset.c and add underscore into WORDCHAR definition

Reply: http://search.mnogo.ru/board/message.php?id=1890

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Webboard: Compliments

2001-04-03 Thread Zenon Panoussis

Author: Zenon Panoussis
Email: [EMAIL PROTECTED]
Message:

In the past couple of days I've been looking at urls scrolling 
up the screen, ending in things like

   Indexer[12895]: [1] Done (100122 seconds)

and

   200  0 190277 OK

In the meanwhile, no core dumps. No segfaults. No complaints. 
No problems whatsoever.

At the same time I have been getting lots of public compliments 
for "my" search engine, while really it is *your* search engine 
and the compliments should be addressed to you.

You guys have come a long way. It has to be said and acknowledged, 
and I am raising a glas to you. Cheers! Thanks for really good work. 



Reply: http://search.mnogo.ru/board/message.php?id=1891

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]




Re: Webboard: Underscore symbol.

2001-04-03 Thread Alexander Barkov

It should work with dollar sign too.
But I didn't test.

- Original Message - 
From: Zenon Panoussis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 03, 2001 10:15 PM
Subject: Re: Webboard: Underscore symbol.


 
 
 Alexander Barkov skrev:
  
 
  Open charset.c and add underscore into WORDCHAR definition
 
 Would this work for the dollar sign too, or is there a risk that 
 a dollar sign could be interpreted/expanded somewhere along the 
 line? 
 
 Z
 
 
 -- 
 oracle@everywhere: The ephemeral source of the eternal truth...
 ___
 If you want to unsubscribe send "unsubscribe general"
 to [EMAIL PROTECTED]
 
 

___
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]