mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Gnubie compile for Windows


Chronological Thread 
  • From: Kurt Pagani <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Gnubie compile for Windows
  • Date: Mon, 4 Apr 2016 21:25:22 +0200

Hello Michael

I tried to do the same a week ago: downloaded svn rev. 10050 and using

$ ./configure --disable-QtPlugins

then "make WINDOWS_BUNDLE" resulted in:



System/Misc/fast_alloc.hpp: In Funktion »C* tm_new(const A1&, const A2&,
const A
3&, A4&, const A5&, const A6&, const A7&) [mit C = page_border_box_rep,
A1 = lis
t<int>, A2 = box, A3 = int, A4 = int, A5 = int, A6 = int, A7 = int]«:
./Typeset/Boxes/Composite/misc_boxes.cpp:371:65: instanziiert von hier
System/Misc/fast_alloc.hpp:206:3: Fehler: keine passende Funktion für
Aufruf von
...
...
page_border_box_rep::
page_border_box_rep(const page_border_box_rep&)
./Typeset/Boxes/Composite/misc_boxes.cpp:276:8: Anmerkung: Kandidat
erwartet 1
Argument, 7 angegeben
make[1]: *** [Objects/misc_boxes.o] Error 1
make[1]: Leaving directory `/home/mw/texmacs-svn-10050/src'
make: *** [TEXMACS] Error 2


So, I probably was a bit rash when saying TmBuildEnv is outdated
(although the last update is 02-2014), it might be the case that the
errors show up for other reasons.

Maybe you are more successful ;)
Kurt


Am 04.04.2016 um 19:25 schrieb Michael Shea:
> Well I ran ./configure but I got an error "configure: error: QT plugins not
> found!"
>
> make WINDOWS_BUNDLE gives the same error.
>
> So I guess Kurt said "... it won't work anyway because TmBuildEnv is
> 'outdated' once more."
>
> Anyone know how to fix this?
>
> On Mon, Apr 4, 2016 at 10:39 AM, Karl Hegbloom <address@hidden>
> wrote:
>
>> "./configure" means... well, the "./" part is just saying to take the
>> executable here, in the present directory, rather than from the PATH. For
>> various reasons related to security we don't normally put "./" in PATH. The
>> "configure" script tests the compilation environment and sets up config.h,
>> and creates "Makefile" from "Makefile.in" so that after that you can run
>> "make" to compile the program.
>>
>> So at a command prompt in the terminal, type the command and press enter
>> to execute it. The % represents the command shell prompt. The help switch
>> will cause it to display options you can add to the configure command if
>> needed. Defaults are often fine.
>>
>> % ./configure --help
>> % ./configure
>> % make WINDOWS_BUNDLE
>>
>> On Mon, Apr 4, 2016, 08:56 Michael Shea <address@hidden> wrote:
>>
>>> I am trying to compile TeXmacs for the first time under windows. I am
>>> following the instructions found at
>>> http://www.texmacs.org/tmweb/download/winqt.en.html.
>>>
>>> I successfully got the source downloaded. Next is says to "configure
>>> your environment" using ./configure, but I am not sure what if anythings
>>> needs to be configured.
>>>
>>> When in run make WINDOWS_BUNDLE is comes back:
>>>
>>> $ make WINDOWS_BUNDLE
>>> make: *** No rule to make target `WINDOWS_BUNDLE'. Stop.
>>>
>>
>



Archive powered by MHonArc 2.6.19.

Top of page