[PD] comport rxerrors on W10

rolfm at dds.nl rolfm at dds.nl
Fri Dec 4 15:00:53 CET 2015


LINK : fatal error LNK1181: cannot open input file 
'C:\Programme\Microsoft Visual Studio\Vc98\lib\libc.lib'

above the next error.
VC 2008 doesn't have a libc.lib.

libc.lib is the first in a list in the makefile_win.
	$(VIS_CPP_PATH)\lib\libc.lib \
	$(VIS_CPP_PATH)\lib\oldnames.lib \
	$(VIS_CPP_PATH)\lib\kernel32.lib \
	$(VIS_CPP_PATH)\lib\wsock32.lib \
	$(VIS_CPP_PATH)\lib\winmm.lib \
	$(PD_INST_PATH)\bin\pthreadVC.lib \
	$(PD_INST_PATH)\bin\pd.lib

i guess some of these are not included either.

rolf




Martin Peach schreef op 03-12-2015 19:11:
> If you open the diff file in notepad++ it will highlight the lines to
> be removed in red and the ones to be added in green. The line numbers
> in blue show the region of the file to be changed, and nearby lines
> that don't change are in white.
> 
> So you can manually replace the red lines in comport.c with the green
> ones from the diff file.
> 
> Martin
> 
> On Thu, Dec 3, 2015 at 12:15 PM, <rolfm at dds.nl> wrote:
> 
>> comport.c(422) : error C2065: 'nr' : undeclared identifier
>> 
>> trying to compile comport with Visual Studio 2008 i get the above
>> error.
>> this is without the diff file ( i don't know yet how to use it)
>> 
>> i must confess it's quite an adventure to try to compile (comport)
>> with very little experience.
>> 
>> where to find the actual source?
>> how to download in the correct form?
>> which program to use fro compiling and how to get it?
>> where to find the right version of the 'missing' m_pd.h?
>> 
>> the puredata website is actually not a great help in that.
>> without google i would still be searching for things.
>> 
>> rolf



More information about the Pd-list mailing list