Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Strange error: The following functions were used but not defined: N UGRAPH->PNG
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Kurtosis  
View profile  
 More options May 25 2011, 8:37 pm
From: Kurtosis <fbg...@gmail.com>
Date: Wed, 25 May 2011 17:37:18 -0700 (PDT)
Local: Wed, May 25 2011 8:37 pm
Subject: Strange error: The following functions were used but not defined: N UGRAPH->PNG
I've got one last bug in wumpus.lisp, but having trouble tracking it
down.  When I compile wumpus.lisp, I get:

;; Compiling file /home/kurtosis/bin/projects/Lisp/LoL/wumpus.lisp ...
;; Wrote file /home/kurtosis/bin/projects/Lisp/LoL/wumpus.fas
The following functions were used but not defined:
 N UGRAPH->PNG
0 errors, 0 warnings
Bye.

When I search both wumpus.lisp and graph-util.lisp (which I load into
the beginning of wumpus.lisp with (load 'graph-util.lisp) ), I get no
results.  ugraph->png is used once at the very end of wumpus.lisp in
the draw-city function.

Where's that 'N' coming from?

https://github.com/byrongibson/Land-of-Lisp


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Frings  
View profile  
 More options May 26 2011, 3:21 pm
From: Peter Frings <peter.fri...@gmail.com>
Date: Thu, 26 May 2011 21:21:20 +0200
Local: Thurs, May 26 2011 3:21 pm
Subject: Re: Strange error: The following functions were used but not defined: N UGRAPH->PNG

On 26 May 2011, at 02:37, Kurtosis wrote:

There's a typo on line 129 of wumpus.lisp. I've pasted a screenshot, it avoids messing up the indentation and the red underline clearly shows where the problem is:

  PastedGraphic-1.png
45K Download

That underlined expression should've been (assoc n edge-alist).

I'm not sure why ugraph->png is not found.

Well, 1 out of 2 ain't bad :-)

Cheers,
Peter.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kurtosis  
View profile  
 More options May 26 2011, 6:57 pm
From: Kurtosis <fbg...@gmail.com>
Date: Thu, 26 May 2011 15:57:42 -0700 (PDT)
Local: Thurs, May 26 2011 6:57 pm
Subject: Re: Strange error: The following functions were used but not defined: N UGRAPH->PNG
Thanks so much, that appears to have solved all of it.  I still get
that error when I compile it, but at least it all actually works
now.

I believe ugraph->png is the only func delcared in a separate file
(graph-util.lisp), so I wonder if that warning is related?

On May 26, 12:21 pm, Peter Frings <peter.fri...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kurtosis  
View profile  
 More options May 26 2011, 6:58 pm
From: Kurtosis <fbg...@gmail.com>
Date: Thu, 26 May 2011 15:58:55 -0700 (PDT)
Local: Thurs, May 26 2011 6:58 pm
Subject: Re: Strange error: The following functions were used but not defined: N UGRAPH->PNG
Actually, fwiw, it's not quite exactly the same error, now the 'N' is
gone, but it still says 'UGRAPH->PNG used but not declared'.

On May 26, 3:57 pm, Kurtosis <fbg...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »