mailing-list for TeXmacs Users

Text archives Help


Re: How to run TeXmacs on cygwin: Some help ?


Chronological Thread 
  • From: address@hidden (Mohsen Bouaissa)
  • To: address@hidden
  • Subject: Re: How to run TeXmacs on cygwin: Some help ?
  • Date: Mon, 21 Oct 2002 18:55:59 -0400

Hi !
Thanks a lot for the answer; well, before reading your e-mail, I repeated the
suggested steps to install TeXmacs under cygwin, and get a different message.
Here is what I did exactly:
- I downloaded guile (1.4.1) and TeXmacs (TeXmacs-1.0.0.18-src) in tar.gz
format
- I unpacked both files in cygwin/usr/src thus creating guile-1.4.1 and
TeXmacs-1.0.0.18-src folders
- I compiled guile :
cd //usr/src/guile-1.4.1 ,
./configure --disable-shared
make
make install
- I then adapted, as suggested, te TeXmacs insallation files:
- Found the file named 'makefile' located in:
'C:\cygwin\usr\src\TexMacs-1.0.0.18-src\src\makefile')

-located the line:
link_options:=-L $(tmsrc)/lib -lm $(LDBPATH) $(LDBXWINDOW)...
$(LDBGUILE) $(LDBDL)
-and changed it to:
link_options:=-L $(tmsrc)/lib -lm $(LDBPATH) $(LDBXWINDOW)...
$(LDBGUILE) -lltdl $(LDBDL)
- Then I tried to compile TeXmacs using the following commands
cd /usr/src/TeXmacs-1.0.0.18-src
./configure
make STATIC_TEXMACS

Things then went wrong and here is what I recieved as error message:


Resource/Bitmaps_fonts/shrink.cc:17: parse error before `/' token
Resource/Bitmaps_fonts/shrink.cc:26: ISO C++ forbids declaration of
`fatal_error' with no type
Resource/Bitmaps_fonts/shrink.cc:26: ìnt fatal_error' declared as different
kind of symbol
Basic/Types/string.hh:81: previous declaration of `void fatal_error(string=
"unknown", string="unknown", string="")'
Resource/Bitmap_fonts/shrink.cc:26: intializer list being treated as
coumpound expression
Resource/Bitmap_fonts/shrink.cc:26: invalid conversion from `const char*' to
int'
Resource/Bitmap_fonts/shrink.cc:27: parseessor before `return'
Resource/Bitmap_fonts/shrink.cc: In function `bitmap_char shrink(bitmap_char,
int, int, int, int, int, int,SI&, SI&)':
Resource/Bitmap_fonts/shrink.cc:196: warning: passing `double' for argument 5
of `bitmap_char::bitmap_char(int, int, int, int, int, int)'
Resource/Bitmap_fonts/shrink.cc: In function `bitmap_char shrink
(bitmap_char, int, int, SI&, SI&)':
Resource/Bitmap_fonts/shrink.cc:216: `fatal_error' cannot be used as a
function
make[1]: ***[Objects/shrink.o] Error 1
make[1]: leaving directory `/usr/src/TeXmacs-1.0.0.18-src/src'
make[1]: ***[STATIC_TEXMACS] Error 2



That's all what I've done and get, hope you have some suggestions !
Thanks
Mohsen

David Allouche <address@hidden> wrote:

>On Sun, Oct 20, 2002 at 09:05:13PM -0400, Mohsen Bouaissa wrote:
>
>> I've been trying to run TeXmacs on cygwin, following steps given by
>>Jonas on a previous e-mail [Re: How to run on CygWin - Date: Thu, 17
>> Oct 2002 13:00:04 +0200]. I've tried so manay times, but whenever I
>> type:
>> make STATIC_TEXMACS
>> I always get the message:  
>>
>> FATAL: can't create Objects/analyse.o: No such file or directiry
>>
>> this makes installation, supposed to be done immediately after
>> impossible. Did someone face this problem ? May be you know ho to
>> cope with it?
>
>Is that really the error message you get? The build system should not
>be trying to build Objects/analyse.o, but instead Objects/analyze.o.
>
>Exactly, which modifications did you apply to the source downloaded
>from texmacs.org?
>
>--
>David Allouche         | GNU TeXmacs -- Writing is a pleasure
>Free software engineer |    http://www.texmacs.org
>   http://ddaa.net     |    http://alqua.com/tmresources
>   address@hidden  |    address@hidden
>TeXmacs is NOT a LaTeX front-end and is unrelated to emacs.
>
>

__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now!
http://channels.netscape.com/ns/browsers/download.jsp

Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/



Archive powered by MHonArc 2.6.19.

Top of page