Re: [Texmacs-dev] macro OS_WIN32 is not defined

2010-07-01 Thread Gubinelli Massimiliano
On 1 juil. 10, at 10:38, zohooo wrote: Thanks very much for your kindly feedback. I like QT, and agree with you that QT port is better than native Windows port. Also I think using __MINGW32__ macro is not a good choice, since maybe someone (in the future?) want to compile TeXmacs with

Re: [Texmacs-dev] macro OS_WIN32 is not defined

2010-07-01 Thread Gubinelli Massimiliano
Hi, On 1 juil. 10, at 09:08, zohooo wrote: Add the following line in src/configure.in file CONFIG_OS="WIN32" between line 574 and 575 should make it works. 在2010-07-01 13:50:51,zohooo wrote: In fact, I found in tm_configure.h file the following line: #define OS_GNU_LINUX I think there

Re:[Texmacs-dev] macro OS_WIN32 is not defined

2010-07-01 Thread zohooo
Add the following line in src/configure.in file CONFIG_OS="WIN32" between line 574 and 575 should make it works. 在2010-07-01 13:50:51,zohooo wrote: In fact, I found in tm_configure.h file the following line: #define OS_GNU_LINUX I think there may be some bug in configure file.

Re:[Texmacs-dev] macro OS_WIN32 is not defined

2010-06-30 Thread zohooo
In fact, I found in tm_configure.h file the following line: #define OS_GNU_LINUX I think there may be some bug in configure file. 在2010-07-01 13:11:24,zohooo 写道: Hi all, when compiling TeXmacs in Windows, macro OS_WIN32 is not defined. Therefore the following scheme code in tm-server.scm file