LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-22-2007, 03:41 PM   #1
m3rkury
LQ Newbie
 
Registered: Dec 2006
Posts: 3

Rep: Reputation: 0
Makefile issue: "Makefile.src: File not found"


I am trying to compile this program, and I am getting the error

Code:
Makefile.src: No such file or directory
*** No rule to make target 'Makefile.src'. Stop.
*** [spring] Error 2
There is no Makefile.src, only the Makefile:

Code:
# $Id: Makefile,v 1.37 2002/01/03 00:32:32 kevin Exp $
#
# Set machine-specific stuff
include Makeconfig

########################################################################

TARGETS = spring testtool testbird testintersense vrml2smf testglut
LIBS = glui/libglui.a mui/libmui.a microscribe/libmicroscribe.a
INC = -I. -Iinclude -I$(GLUTDIR)/include/GL -I$(GLUTDIR)/include \
		-Iglui -Imui -Imicroscribe \
		-I/usr/include

.PHONY: ${LIBS} clean all 

HDRS = *.h

all: ${TARGETS}

.dependencies: ${SRCS} ${HDRS}
	$(CC) -M *.cpp > .dependencies ${INC}

${TARGETS}: .dependencies ${LIBS}
	${MAKE} -f Makefile.src $@ 

glui/libglui.a:
	cd glui && ${MAKE}

mui/libmui.a:
	cd mui && ${MAKE}

microscribe/libmicroscribe.a:
	cd microscribe && ${MAKE}

clean:
	make -f Makefile.src clean
	rm -f .dependencies
	cd mui && make clean
	cd glui && make clean
	cd microscribe && make clean
I've contacted the programmer, but he hasn't gotten back to me yet. Anyone have any suggestions?

Running Debian Testing, kernel 2.6.17-2-686, gcc 4.1.2
 
Old 02-22-2007, 11:15 PM   #2
m3rkury
LQ Newbie
 
Registered: Dec 2006
Posts: 3

Original Poster
Rep: Reputation: 0
Nevermind. I found an older release on the website and used the Makefile.src from that release. Fixed that problem and uncovered another. I will run that by the programmer.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Whats wrong with "my" makefile? BBB Programming 4 03-02-2005 06:53 PM
"no targets specified and no makefile found" liljhand Linux - Software 9 01-01-2005 01:54 PM
How can I use "Makefile.in" for building an executable program? wuzhong Linux - Networking 1 10-06-2004 11:00 AM
"perl Makefile.PL" complains about cc & gcc (self solved tip) Raptor Ramjet Slackware 2 09-13-2004 03:24 PM
how does a "makefile" relate to the make command? mjewell Linux - Newbie 3 01-17-2004 09:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration