[Iup-users] svn build fail on win32 VC++2008express

Bruce O. Benson bbenson at gmail.com
Thu Jun 19 01:40:27 GMT+2 2008


On Wed, Jun 18, 2008 at 5:33 PM, Antonio Scuri <scuri at tecgraf.puc-rio.br>
wrote:

>    Premake is not intended to build IUP, only to build Makefiles for
> Linux.
>
>   The Visual Studio files are ready for building debug versions only.
>
>   The official build tool is Tecmake.
>
>   If you want to build all the IUP libraries, then you will need all the
> libraries that IUP depends on. The Visual Studio files expect the following
> directory hierarchy:
>
> xxxx\
>          iup
>          cd
>          im
>          lua5.1
>
>   Just a note, IUP/CD and IM in CVS since last week has a different
> configuration of library names. Basically because I re-organized the
> libraries dependencies. Also in the HTML files from CVS you will see a
> library dependency chart not available in the web site in Guide/Building The
> Library. I just added the above tree to the documentation in the same
> place.
>

I have checked all of them out from CVS, except for lua5.1, which was a
tarball.

I adjusted tecmake.bat, my windows path, and the paths in tecmake.bat and
tecmakewin.bat to fit what I have.  But I get this...


bensobr at winbox /cygdrive/c/src/tecmake
$ ./tecmake.bat
c:\src\tecmake\tecmakewin.mak:81: config.mak: No such file or directory
c:\src\tecmake\tecmakewin.mak:1033: .wdep: No such file or directory

Tecmake - Starting [ :vc9 ]
"c:/Program Files/Microsoft Visual Studio 9/VC"/bin/link -nologo
-incremental
:no -machine:X86 -MANIFEST:NO -subsystem:windows -out:../bin/Win32/.exe
-LIBPAT
H:"c:/Program Files/Microsoft Visual Studio 9/VC"/lib -LIBPATH:"c:/Program
Files
/Microsoft Visual Studio 9/VC"/WinSDK/lib kernel32.lib user32.lib gdi32.lib
wins
pool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib c
omctl32.lib
bash: c:/Program Files/Microsoft Visual Studio 9/VC/bin/link: No such file
or di
rectory
make: *** [../bin/Win32/.exe] Error 127

bensobr at winbox /cygdrive/c/src/tecmake
$ ./tecmake.bat
c:\src\tecmake\tecmakewin.mak:81: config.mak: No such file or directory
c:\src\tecmake\tecmakewin.mak:1033: .wdep: No such file or directory

Tecmake - Starting [ :vc9 ]
"c:/Program Files/Microsoft Visual Studio 9.0/VC"/bin/link -nologo
-increment
al:no -machine:X86 -MANIFEST:NO -subsystem:windows -out:../bin/Win32/.exe
-LIBP
ATH:"c:/Program Files/Microsoft Visual Studio 9.0/VC"/lib
-LIBPATH:"c:/Program F
iles/Microsoft Visual Studio 9.0/VC"/WinSDK/lib kernel32.lib user32.lib
gdi32.li
b winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib
uuid
.lib comctl32.lib
make: *** [../bin/Win32/.exe] Error 53

bensobr at winbox /cygdrive/c/src/tecmake
$

Is Error 53 a bad thing?
I can't find a kernel32.dll anywhere in my install of VC++2008e.

Also getting many failures trying to build the VC++ Solutions.  Lua5.1 seems
to build, but each of the others gets more failures.  At IUP, about 17 items
in the solution fail.  The only exe completely built is ledc.exe

I am eager to get IUP3 built to try out before the conference next month,
even if some things don't work.


Many Thanks,
Bruce.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.luaforge.net/pipermail/iup-users/attachments/20080618/6e515890/attachment.html


More information about the iup-users mailing list