POV-Ray : Newsgroups : povray.programming : problem with source... (possibly the makefile) : problem with source... (possibly the makefile) Server Time
28 Jul 2024 20:31:25 EDT (-0400)
  problem with source... (possibly the makefile)  
From: Anders Haglund
Date: 15 Jul 1999 13:56:01
Message: <378e20b1@news.povray.org>
I have a problem compiling my povray patch... when i compile it I get:

Error! E2028: Parse_Warp_ is an undefined reference
creating a DOS/4G executable
file express.obj(D:\POVRAY31\SOURCE\express.c): undefined symbol Parse_Warp_

But in parsetxtr.h i have (moved from parsetxr.c):
void Parse_Warp(WARP **Warp_Ptr);

and in express.h i have
#include "parsetxtr.h"

I can't get what's wrong, but the I'm not very good with how makefile and
stuff works.

/Anders


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.