bugThe Needle Programming Language - Bugs: bug #1917, Build problems (missing...

 
 

bug #1917: Build problems (missing simplify.ml?)

Submitter:  Invalid User ID <#13513>
Submitted:  Sat 07 Dec 2002 04:33:58 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  neelk
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 20 Jan 2003 04:20:22 PM UTC, comment #3: 

I added the simplify.ml/simplify.mli files -- the CVS should build now, after doing 'touch .depend; make depend'.

Neel Krishnaswami <neelk>
Group administrator
Sat 18 Jan 2003 02:29:01 PM UTC, comment #2: 

The simplify.ml* files are not yet checked in, because they are not yet done. I'll take care of this.

Neel Krishnaswami <neelk>
Group administrator
Sat 18 Jan 2003 03:35:09 AM UTC, comment #1: 

I think the Makefile is broken, and simplify.ml is missing.
Here's what I did:
- touch .depend
- make depend
- touch simplify.ml
- make

This worked: I have a executable called "needle".
I cannot do much with it, though, because there's no documentation or syntaxt description of the language ;-)

Eric

Anonymous
Sat 07 Dec 2002 04:33:58 AM UTC, original submission:  

First, there is a minor problem with .depend:

~/src/needle$ make
Makefile:79: .depend: No such file or directory
make: * No rule to make target `.depend'.  Stop.

After touching .depend and doing "make depend", I get:

make: * No rule to make target `simplify.cmo', needed by `all'.  Stop.

There is not simplify.* file.  Did you forget to check something in?

Invalid User ID <#13513>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2003-01-20 neelk StatusNone None
2003-01-18 neelk Assigned toNone None

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code