Hi, i was trying to compile flext on windows using the standard build instruction
build pd msvc
Though this gives me a linker error:
link /DLL /nologo /INCREMENTAL:NO C:\WINDOWS\Microsoft.NET\Framework\v2
.0.50727 /LIBPATH:"C:\pd"\bin flbase.obj flext.obj flbuf.obj fldsp.obj
fllib.obj
flxlet.obj flattr.obj flattr_ed.obj flsupport.obj flutil.obj
flatom.obj flato
m_pr.obj flthr.obj fltimer.obj flsimd.obj flout.obj flatom_part.obj
flitem.obj
flmeth.obj flmsg.obj flproxy.obj flqueue.obj flbind.obj flmap.obj
pd.lib pthre
adVC.lib /out:flext-pd.dll
LINK : fatal error LNK1104: cannot open file
'C:\WINDOWS\Microsoft.NET\Framework
\v2.0.50727'
NMAKE : fatal error U1077: 'link' : return code '0x450'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Platform SDK for
Windows
Server 2003 R2\Bin\nmake.exe"' : return code '0x2'
Stop.
This is on a windows xp computer. The file that cannot be found is not a file but a directory, but it exists and is filled with the files i assume should be there. (hard to know for sure of course)
Is this a known mistake? It would be easiest if i just did something wrong, of course :-)
regards,
yvan vander sanden