[PD] compiling externs on NT

Miller Puckette mpuckett at man104-1.ucsd.edu
Wed Jun 6 19:37:53 CEST 2001


Hi Nick,

THese are in "pd.lib" (along with 100s of other symbols you need as well...
I don't knpw why you'd only get complaints about those two...)

I checked and "pique.c" uses garray_class.   The makefile says,

PDNTLIB = $(PDNTLDIR)\libc.lib \
        $(PDNTLDIR)\oldnames.lib \
        $(PDNTLDIR)\kernel32.lib \
        \ftp\pd\bin\pd.lib 

and you might have to adjust the path to "pd.lib" there.  (This is assuming
you use "nmake" to compile.  I don't know how it works in the Visual
Studio GUI mess.)

cheers
Miller

On Wed, Jun 06, 2001 at 05:41:46PM +0100, Nick Fells wrote:
> Hi,
> 
> I'm trying to compile externs using Visual C++ 6.
> 
> I've managed to resolve most things, but am still getting:
> 
> unresolved external symbol _garray_class
> unresolved external symbol _s_signal
> 
> from the linker. Which libs do I need to link to to resolve these? I've
> linked already to all the libs that I can find in the Pd distribution.
> 
> nick
> -- 
> Dr Nick Fells,	
> Music Department,
> University of Glasgow,		Tel: +44 (0) 141-330 4096
> Glasgow G12 8QQ			Fax: +44 (0) 141-330 3518
> UK.				http://www.music.gla.ac.uk/~nick



More information about the Pd-list mailing list