Trying to build with the OOo Source 2.0.1 on Windows XP with the latest fixes installed for Windows. Have done the setup and worked through a number of problems including the not so smart CR/LF handling for tar files in WinZip. Now I am getting the following error and I don't really know what it means.
Use WinRAR.
I found some messages of other people having the same problem but no answer. Some of them had to do with the JDK not being present, but I do have 1.4 installed and mapped (could it be that I need some sort of Unix java installed in Cygwin?), and others had to do with building on FreeBSD. One response indicated that the person forgot to run in the tcsh shell, but that isn't my problem, I am running under the tcsh shell. /home/build/oosource/OOA680_m1/tools/util ------------------------------ Making: ../wntmsci10.pro/bin/tl680mi.dll guw.pl rc -DWIN32 -I -I. -I. -I../inc -I../inc -I../WIN/inc -I../wntmsci10.pro/inc -I. -I/home/build/oosource/OOA680_m1/solver/680/wntmsci1 0.pro/inc/stl -I/home/build/oosource/OOA680_m1/solver/680/wntmsci10.pro/inc/external -I/home/build/oosource/OOA680_m1/solver/680/wntmsci10.p ro/inc -I/home/build/oosource/OOA680_m1/solenv/wntmsci10/inc -I/home/build/oosource/OOA680_m1/solenv/inc -I/home/build/oosource/OOA680_m1/re s -I/home/build/oosource/OOA680_m1/solver/680/wntmsci10.pro/inc/stl -I/cygdrive/g/PROGRA~1/j2sdk_nb/J2SDK1~1.2/include/win32 -I/cygdrive/g/P ROGRA~1/j2sdk_nb/J2SDK1~1.2/include -I/cygdrive/g/PROGRA~1/MIC977~1/include -I/cygdrive/g/PROGRA~1/MICROS~2.NET/Vc7/include -I/cygdrive/g/DX SDK/include -I. -I../res -I. ../wntmsci10.pro/misc/tl680mi_def.rc cat ../wntmsci10.pro/misc/tl680mi_def.res > ../wntmsci10.pro/misc/tl680mi.res guw.pl link /COMMENT:"TOOLS_680__" /MACHINE:IX86 @/tmp/mkZqvFSU |& /usr/bin/grep.exe -v "LNK4197:" Microsoft (R) Incremental Linker Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. /MAP /OPT:NOREF /NODEFAULTLIB /RELEASE /DEBUG:full /SUBSYSTEM:CONSOLE /DLL -out:../wntmsci10.pro/bin/tl680mi.dll -map:../wntmsci10.pro/misc/ tl680mi.map ..\wntmsci10.pro\lib\itools.exp ..\wntmsci10.pro\slo\tl_dflt_version.obj ..\wntmsci10.pro\slo\tl_dflt_description.obj ..\wntmsci 10.pro\slb\tools.lib zlib.lib iucbhelper.lib icppu.lib isal.lib ivos.lib ibasegfx.lib gpc.lib shell32.lib mpr.lib ole32.lib uuid.lib advapi3 2.lib msvcrt.lib uwinapi.lib kernel32.lib user32.lib oldnames.lib stlport_vc71.lib ..\wntmsci10.pro\misc\tl680mi.res LINK : fatal error LNK1181: cannot open input file 'gpc.lib'
The error is very clear. You need the gpc.lib library from the 'external' module. You have to build and deliver the 'external' module to get the gpc.lib file. Make sure that the 'external' module is properly build. Regards, -- Jesús Corrius http://www.corrius.org/bloc/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
