Unable to build Amaya 8.2 on windows 2000

"Raza S." <[email protected]>
Newsgroups gmane.comp.web.amaya.general,gmane.comp.web.amaya.devel
Message-ID <[email protected]>
Dear Dev,

I unzipped and attempted to build Amaya 8.2 for Windows using VC++ 6.0 SP 5
on Windows 2000 Advanced server.
I followed the instructions for compiling for windows.
The Compilers project succeeded in building.
The amaya project failed with these errors:

'D:\AmayaProj\Amaya\libraptor\raptor_uri.c'
Compiling...
ntriples_parse.c
fatal error C1083: Cannot open source file: 
'D:\AmayaProj\Amaya\libraptor\ntriples_parse.c': No such file or directory
raptor_parse.c
fatal error C1083: Cannot open source file: 
'D:\AmayaProj\Amaya\libraptor\raptor_parse.c': No such file or directory
raptor_uri.c
fatal error C1083: Cannot open source file: 
'D:\AmayaProj\Amaya\libraptor\raptor_uri.c': No such file or directory

I noticed that the Amaya\libraptor subdirectory was missing in the zip file. 
I then created a subdirectory called libraptor under Amaya directory and 
copied all the files from the subdirectory Redland\raptor to the newly 
created subdirectory Amaya\libraptor. I then compiled the liraptor.lib that 
was compiled without any errors.

But when I rebuilt the Amaya project, it failed with the following errors:

annotlib.lib(ANNOTschemas.obj) : error LNK2001: unresolved external symbol 
_raptor_free
annotlib.lib(AHTrdf2annot.obj) : error LNK2001: unresolved external symbol 
_raptor_free
annotlib.lib(ANNOTschemas.obj) : error LNK2001: unresolved external symbol 
__imp__raptor_parse_file
annotlib.lib(AHTrdf2annot.obj) : error LNK2001: unresolved external symbol 
__imp__raptor_parse_file
annotlib.lib(ANNOTschemas.obj) : error LNK2001: unresolved external symbol 
__imp__raptor_set_statement_handler
annotlib.lib(AHTrdf2annot.obj) : error LNK2001: unresolved external symbol 
__imp__raptor_set_statement_handler
annotlib.lib(ANNOTschemas.obj) : error LNK2001: unresolved external symbol 
_raptor_new
annotlib.lib(AHTrdf2annot.obj) : error LNK2001: unresolved external symbol 
_raptor_new
..\bin/amaya.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.

amaya.exe - 9 error(s), 16 warning(s)

Could you please help? The complete log file amaya.plg is attached with this 
email.

Thanks,
Nadeem

_________________________________________________________________
Take advantage of our best MSN Dial-up offer of the year — six months 
@$9.95/month. Sign up now! http://join.msn.com/?page=dept/dialup
amaya.plg (text/html, 12.2 KB)
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: annotlib - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A6.tmp" with contents
[
/nologo /MLd /W3 /GX /Z7 /Od /I "..\..\annotlib" /I "..\..\annotlib\f" /I "..\..\libraptor" /I "..\amaya" /I "..\..\amaya" /I "..\..\amaya\f" /I "..\..\thotlib\internals\h" /I "..\..\thotlib\internals\var" /I "..\..\thotlib\include" /I "..\thotlib\internals\f" /I "..\..\..\libwww\Library\src" /I "..\thotlib\internals\h" /I "..\thotlib\internals\var" /I ".\amaya" /I "..\amaya\f" /I "..\thotlib\include" /I "..\..\libwww\Library\src" /I "..\libpng\zlib" /I "..\annotlib" /I "..\annotlib\f" /D "ANNOT_ON_ANNOT" /D "__STDC__" /D "ANNOTATIONS" /D "_I18N_" /D "RAPTOR_RDF_PARSER" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fp"Debug/annotlib.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\AmayaProj\Amaya\annotlib\AHTrdf2annot.c"
"D:\AmayaProj\Amaya\Windows\amaya\AnnotAPP.c"
"D:\AmayaProj\Amaya\annotlib\ANNOTevent.c"
"D:\AmayaProj\Amaya\annotlib\ANNOTfiles.c"
"D:\AmayaProj\Amaya\annotlib\ANNOTlink.c"
"D:\AmayaProj\Amaya\annotlib\ANNOTmenu.c"
"D:\AmayaProj\Amaya\annotlib\ANNOTschemas.c"
"D:\AmayaProj\Amaya\annotlib\ANNOTtools.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A6.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A7.tmp" with contents
[
/nologo /out:"..\annotlib.lib" 
..\Debug\AHTrdf2annot.obj
..\Debug\AnnotAPP.obj
..\Debug\ANNOTevent.obj
..\Debug\ANNOTfiles.obj
..\Debug\ANNOTlink.obj
..\Debug\ANNOTmenu.obj
..\Debug\ANNOTschemas.obj
..\Debug\ANNOTtools.obj
\AmayaProj\Amaya\Windows\libThotEditor.lib
\AmayaProj\Amaya\Windows\libThotTable.lib
\AmayaProj\Amaya\Windows\libwww.lib
\AmayaProj\Amaya\Windows\libraptor.lib
]
Creating command line "link.exe -lib @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A7.tmp"
<h3>Output Window</h3>
Compiling...
AHTrdf2annot.c
D:\AmayaProj\Amaya\annotlib\AHTrdf2annot.c(593) : warning C4013: 'raptor_new' undefined; assuming extern returning int
D:\AmayaProj\Amaya\annotlib\AHTrdf2annot.c(593) : warning C4047: '=' : 'struct raptor_parser_s *' differs in levels of indirection from 'int '
D:\AmayaProj\Amaya\annotlib\AHTrdf2annot.c(605) : warning C4013: 'raptor_free' undefined; assuming extern returning int
D:\AmayaProj\Amaya\annotlib\AHTrdf2annot.c(630) : warning C4047: 'function' : 'void ** ' differs in levels of indirection from 'char *'
D:\AmayaProj\Amaya\annotlib\AHTrdf2annot.c(630) : warning C4022: 'raptor_parse_file' : pointer mismatch for actual parameter 2
D:\AmayaProj\Amaya\annotlib\AHTrdf2annot.c(630) : warning C4047: 'function' : 'void ** ' differs in levels of indirection from 'char *'
D:\AmayaProj\Amaya\annotlib\AHTrdf2annot.c(630) : warning C4022: 'raptor_parse_file' : pointer mismatch for actual parameter 3
AnnotAPP.c
ANNOTevent.c
ANNOTfiles.c
ANNOTlink.c
ANNOTmenu.c
ANNOTschemas.c
D:\AmayaProj\Amaya\annotlib\ANNOTschemas.c(315) : warning C4013: 'raptor_new' undefined; assuming extern returning int
D:\AmayaProj\Amaya\annotlib\ANNOTschemas.c(315) : warning C4047: '=' : 'struct raptor_parser_s *' differs in levels of indirection from 'int '
D:\AmayaProj\Amaya\annotlib\ANNOTschemas.c(341) : warning C4047: 'function' : 'void ** ' differs in levels of indirection from 'char *'
D:\AmayaProj\Amaya\annotlib\ANNOTschemas.c(341) : warning C4022: 'raptor_parse_file' : pointer mismatch for actual parameter 2
D:\AmayaProj\Amaya\annotlib\ANNOTschemas.c(341) : warning C4047: 'function' : 'void ** ' differs in levels of indirection from 'char *'
D:\AmayaProj\Amaya\annotlib\ANNOTschemas.c(341) : warning C4022: 'raptor_parse_file' : pointer mismatch for actual parameter 3
D:\AmayaProj\Amaya\annotlib\ANNOTschemas.c(358) : warning C4013: 'raptor_free' undefined; assuming extern returning int
ANNOTtools.c
Creating library...
<h3>
--------------------Configuration: davlib - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A8.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /I "..\amaya" /I "..\..\davlib\h" /I "..\..\davlib\f" /I "..\..\davlib\tree\h" /I "..\..\..\libwww\Library\src" /I ".\..\..\libwww\modules\expat" /I "..\..\thotlib\include" /I "..\..\amaya" /I "..\..\amaya\f" /D "_MBCS" /D "_LIB" /D "DAV" /D "HT_DAV" /D "__STDC__" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fp"Debug/davlib.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\AmayaProj\Amaya\davlib\AHTLockBase.c"
"D:\AmayaProj\Amaya\davlib\tree\awnode.c"
"D:\AmayaProj\Amaya\davlib\tree\awpair.c"
"D:\AmayaProj\Amaya\davlib\awparser.c"
"D:\AmayaProj\Amaya\davlib\tree\awstring.c"
"D:\AmayaProj\Amaya\davlib\tree\awtree.c"
"D:\AmayaProj\Amaya\davlib\davlib.c"
"D:\AmayaProj\Amaya\davlib\davlibCommon.c"
"D:\AmayaProj\Amaya\davlib\davlibRequests.c"
"D:\AmayaProj\Amaya\davlib\davlibUI.c"
"D:\AmayaProj\Amaya\davlib\tree\list.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A8.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A9.tmp" with contents
[
/nologo /out:"Debug\davlib.lib" 
..\Debug\AHTLockBase.obj
..\Debug\awnode.obj
..\Debug\awpair.obj
..\Debug\awparser.obj
..\Debug\awstring.obj
..\Debug\awtree.obj
..\Debug\davlib.obj
..\Debug\davlibCommon.obj
..\Debug\davlibRequests.obj
..\Debug\davlibUI.obj
..\Debug\list.obj
]
Creating command line "link.exe -lib @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A9.tmp"
<h3>Output Window</h3>
Compiling...
AHTLockBase.c
d:\amayaproj\amaya\davlib\ahtlockbase.c(959) : warning C4013: 'TtaFileUnlink' undefined; assuming extern returning int
awnode.c
awpair.c
awparser.c
awstring.c
awtree.c
davlib.c
davlibCommon.c
d:\amayaproj\amaya\davlib\davlibcommon.c(196) : warning C4018: '<' : signed/unsigned mismatch
davlibRequests.c
davlibUI.c
list.c
Creating library...
<h3>
--------------------Configuration: amaya - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/amaya.res" /i "\AmayaProj\Amaya\amaya" /d "_DEBUG" "D:\AmayaProj\Amaya\amaya\amaya.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1AA.tmp" with contents
[
/nologo /MLd /W3 /GX /ZI /Od /I "..\..\..\libwww\modules\expat\lib" /I "..\thotlib\internals\h" /I "..\thotlib\internals\var" /I ".\amaya" /I "..\amaya" /I "..\amaya\f" /I "..\thotlib\include" /I "..\..\libwww\Library\src" /I "..\..\libwww\modules\expat\lib" /I "..\libpng\zlib" /I "..\thotlib\internals\f" /I "..\annotlib" /I "..\annotlib\f" /I "..\davlib\h" /I "..\davlib\f" /I "..\davlib\tree\h" /D "EXPAT_PARSER" /D "_STIX" /D "_DEBUG" /D "XML_DTD" /D "XML_NS" /D "_SVG" /D "__STDC__" /D "WWW_WIN_ASYNC" /D "WWW_WIN_DLL" /D "SOCKS" /D "THOT_TOOLTIPS" /D "ANNOTATIONS" /D "XML_GENERIC" /D "_I18N_" /D "DAV" /D "WIN32" /D "_WINDOWS" /FR"Debug/" /Fp"Debug/amaya.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /c 
"D:\AmayaProj\Amaya\amaya\AHTBridge.c"
"D:\AmayaProj\Amaya\amaya\AHTFWrite.c"
"D:\AmayaProj\Amaya\amaya\AHTMemConv.c"
"D:\AmayaProj\Amaya\amaya\AHTURLTools.c"
"D:\AmayaProj\Amaya\amaya\anim.c"
"D:\AmayaProj\Amaya\amaya\animbuilder.c"
"D:\AmayaProj\Amaya\amaya\answer.c"
"D:\AmayaProj\Amaya\Amaya\css.c"
"D:\AmayaProj\Amaya\amaya\EDITimage.c"
"D:\AmayaProj\Amaya\amaya\EDITORactions.c"
"D:\AmayaProj\Amaya\Windows\amaya\EDITORAPP.c"
"D:\AmayaProj\Amaya\amaya\EDITstyle.c"
"D:\AmayaProj\Amaya\Amaya\fetchHTMLname.c"
"D:\AmayaProj\Amaya\Amaya\fetchXMLname.c"
"D:\AmayaProj\Amaya\amaya\html2thot.c"
"D:\AmayaProj\Amaya\amaya\HTMLactions.c"
"D:\AmayaProj\Amaya\Windows\amaya\HTMLAPP.c"
"D:\AmayaProj\Amaya\amaya\HTMLbook.c"
"D:\AmayaProj\Amaya\amaya\HTMLedit.c"
"D:\AmayaProj\Amaya\amaya\HTMLform.c"
"D:\AmayaProj\Amaya\amaya\HTMLhistory.c"
"D:\AmayaProj\Amaya\amaya\HTMLimage.c"
"D:\AmayaProj\Amaya\amaya\HTMLpresentation.c"
"D:\AmayaProj\Amaya\amaya\HTMLsave.c"
"D:\AmayaProj\Amaya\amaya\HTMLtable.c"
"D:\AmayaProj\Amaya\amaya\init.c"
"D:\AmayaProj\Amaya\amaya\libmanag.c"
"D:\AmayaProj\Amaya\amaya\Mathedit.c"
"D:\AmayaProj\Amaya\Windows\amaya\MathMLAPP.c"
"D:\AmayaProj\Amaya\amaya\MathMLbuilder.c"
"D:\AmayaProj\Amaya\amaya\MENUconf.c"
"D:\AmayaProj\Amaya\amaya\query.c"
"D:\AmayaProj\Amaya\Amaya\styleparser.c"
"D:\AmayaProj\Amaya\Windows\amaya\SVGAPP.c"
"D:\AmayaProj\Amaya\amaya\SVGbuilder.c"
"D:\AmayaProj\Amaya\amaya\SVGedit.c"
"D:\AmayaProj\Amaya\amaya\templates.c"
"D:\AmayaProj\Amaya\Windows\amaya\TextFileAPP.c"
"D:\AmayaProj\Amaya\Windows\amaya\TimelineAPP.c"
"D:\AmayaProj\Amaya\amaya\trans.c"
"D:\AmayaProj\Amaya\amaya\transparse.c"
"D:\AmayaProj\Amaya\amaya\UIcss.c"
"D:\AmayaProj\Amaya\amaya\windialogapi.c"
"D:\AmayaProj\Amaya\amaya\XHTMLbuilder.c"
"D:\AmayaProj\Amaya\Windows\amaya\XLinkAPP.c"
"D:\AmayaProj\Amaya\amaya\XLinkbuilder.c"
"D:\AmayaProj\Amaya\amaya\XLinkedit.c"
"D:\AmayaProj\Amaya\amaya\Xml2thot.c"
"D:\AmayaProj\Amaya\Windows\amaya\XMLAPP.c"
"D:\AmayaProj\Amaya\amaya\Xmlbuilder.c"
"D:\AmayaProj\Amaya\amaya\XPointer.c"
"D:\AmayaProj\Amaya\amaya\XPointerparse.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1AA.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1AB.tmp" with contents
[
comctl32.lib wsock32.lib user32.lib gdi32.lib advapi32.lib comdlg32.lib shell32.lib winspool.lib /nologo /subsystem:windows /incremental:yes /pdb:".\bin/amaya.pdb" /debug /machine:I386 /out:".\bin/amaya.exe" /pdbtype:sept 
..\Debug\AHTBridge.obj
..\Debug\AHTFWrite.obj
..\Debug\AHTMemConv.obj
..\Debug\AHTURLTools.obj
..\Debug\anim.obj
..\Debug\animbuilder.obj
..\Debug\answer.obj
..\Debug\css.obj
..\Debug\EDITimage.obj
..\Debug\EDITORactions.obj
..\Debug\EDITORAPP.obj
..\Debug\EDITstyle.obj
..\Debug\fetchHTMLname.obj
..\Debug\fetchXMLname.obj
..\Debug\html2thot.obj
..\Debug\HTMLactions.obj
..\Debug\HTMLAPP.obj
..\Debug\HTMLbook.obj
..\Debug\HTMLedit.obj
..\Debug\HTMLform.obj
..\Debug\HTMLhistory.obj
..\Debug\HTMLimage.obj
..\Debug\HTMLpresentation.obj
..\Debug\HTMLsave.obj
..\Debug\HTMLtable.obj
..\Debug\init.obj
..\Debug\libmanag.obj
..\Debug\Mathedit.obj
..\Debug\MathMLAPP.obj
..\Debug\MathMLbuilder.obj
..\Debug\MENUconf.obj
..\Debug\query.obj
..\Debug\styleparser.obj
..\Debug\SVGAPP.obj
..\Debug\SVGbuilder.obj
..\Debug\SVGedit.obj
..\Debug\templates.obj
..\Debug\TextFileAPP.obj
..\Debug\TimelineAPP.obj
..\Debug\trans.obj
..\Debug\transparse.obj
..\Debug\UIcss.obj
..\Debug\windialogapi.obj
..\Debug\XHTMLbuilder.obj
..\Debug\XLinkAPP.obj
..\Debug\XLinkbuilder.obj
..\Debug\XLinkedit.obj
..\Debug\Xml2thot.obj
..\Debug\XMLAPP.obj
..\Debug\Xmlbuilder.obj
..\Debug\XPointer.obj
..\Debug\XPointerparse.obj
..\Debug\amaya.res
..\libThotEditor.lib
..\libwww.lib
..\bin\thotprinter.lib
..\libjpeg.lib
..\libpng.lib
..\libThotTable.lib
..\annotlib.lib
..\davlib\Debug\davlib.lib
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1AB.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
AHTBridge.c
AHTFWrite.c
AHTMemConv.c
AHTURLTools.c
anim.c
animbuilder.c
answer.c
css.c
EDITimage.c
EDITORactions.c
EDITORAPP.c
EDITstyle.c
fetchHTMLname.c
fetchXMLname.c
html2thot.c
HTMLactions.c
HTMLAPP.c
HTMLbook.c
HTMLedit.c
HTMLform.c
HTMLhistory.c
HTMLimage.c
HTMLpresentation.c
HTMLsave.c
HTMLtable.c
init.c
libmanag.c
Mathedit.c
MathMLAPP.c
MathMLbuilder.c
MENUconf.c
query.c
styleparser.c
SVGAPP.c
SVGbuilder.c
SVGedit.c
templates.c
TextFileAPP.c
TimelineAPP.c
trans.c
transparse.c
UIcss.c
windialogapi.c
XHTMLbuilder.c
XLinkAPP.c
XLinkbuilder.c
XLinkedit.c
Xml2thot.c
XMLAPP.c
Xmlbuilder.c
XPointer.c
XPointerparse.c
Linking...
annotlib.lib(ANNOTschemas.obj) : error LNK2001: unresolved external symbol _raptor_free
annotlib.lib(AHTrdf2annot.obj) : error LNK2001: unresolved external symbol _raptor_free
annotlib.lib(ANNOTschemas.obj) : error LNK2001: unresolved external symbol __imp__raptor_parse_file
annotlib.lib(AHTrdf2annot.obj) : error LNK2001: unresolved external symbol __imp__raptor_parse_file
annotlib.lib(ANNOTschemas.obj) : error LNK2001: unresolved external symbol __imp__raptor_set_statement_handler
annotlib.lib(AHTrdf2annot.obj) : error LNK2001: unresolved external symbol __imp__raptor_set_statement_handler
annotlib.lib(ANNOTschemas.obj) : error LNK2001: unresolved external symbol _raptor_new
annotlib.lib(AHTrdf2annot.obj) : error LNK2001: unresolved external symbol _raptor_new
..\bin/amaya.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.



<h3>Results</h3>
amaya.exe - 9 error(s), 16 warning(s)
</pre>
</body>
</html>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.