Re: Build tkpath for Windows
- From: Arjen Markus <arjen.markus@xxxxxxxxxx>
- Date: Mon, 1 Sep 2008 04:22:19 -0700 (PDT)
On 28 aug, 14:00, Philipp Wissneth <phil...@xxxxxxxxxxx> wrote:
Hi all,
i was asking myself about the proposed way to compile the current tkpath
0.3.1 for Windows. Since i have no experience with nmake i'm stuck with
the following error on Windows:
======================================================================
C:\tkpath\win>nmake -f makefile.vc
INSTALLDIR=c:\tcl
TCLDIR=c:\<path to tcl sources>\tcl8.5.4
TKDIR=c:\<path to tk sources>\tk8.5.4
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
find: `4.0': No such file or directory
===============================================================================
*** Compiler has 'Optimizations'
find: `Version 12': No such file or directory
find: `Version 13': No such file or directory
find: `Version 14': No such file or directory
*** Intermediate directory will be '.\Release_i386\tkpath_ThreadedDynamic'
*** Output directory will be '.\Release_i386'
*** Suffix for binaries will be ''
*** Optional defines are '-DTCL_CFGVAL_ENCODING=\"cp1252\"
-DTCL_THREADS=1 -DUSE
_THREAD_ALLOC=1 -DTCL_CFG_OPTIMIZED'
*** Compiler version 0, machine is i386
*** Compiler options '-W3 -Ot -Oi -fp:strict -Gs -GS -GL -RTC1'
*** Link options '-ltcg'
NMAKE : fatal error U1073: don't know how to make
'.\Release_i386\tkpath_Threade
dDynamic\tkPathCopyTk.obj'
Stop.
======================================================================
What's going wrong? Building Tcl/Tk 8.5.4 with nmake worked without
problems.
Thanks in advance,
Philipp
PS: Is it possible to build Tkpath using GNU make in a Cygwin bash using
the MinGW gcc? That's the way i usually build Tcl/Tk for Windows.
--
Philipp Wissneth
I was curious about Tkpath myself too, so I downloaded it, and
tried building it under Windows XP, with MSVC 6.0. The build fails,
probably because makehlp.exe does not get built (wsnprintf() or
some such routine is not available with that compiler).
I have not tried MinGW yet. The Cygwin build failed for me because
it lacks the Tk header files.
Regards,
Arjen
.
- Follow-Ups:
- Re: Build tkpath for Windows
- From: Pat Thoyts
- Re: Build tkpath for Windows
- Prev by Date: Re: Idea for new ttk Notebook virtual event
- Next by Date: Re: Idea for new ttk Notebook virtual event
- Previous by thread: Re: Idea for new ttk Notebook virtual event
- Next by thread: Re: Build tkpath for Windows
- Index(es):
Relevant Pages
|