The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com



High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
missing data in FTP file govindts UNIX for Advanced & Expert Users 4 02-22-2009 10:23 AM
postfix compilation issue with make moustik UNIX for Advanced & Expert Users 2 01-29-2008 06:22 AM
Mail issue - Subject title missing kiem SUN Solaris 2 10-10-2007 03:56 PM
make issue when I add some members into a NIS group on solaris 9,please help !! lk74612 SUN Solaris 4 11-17-2006 05:07 AM
solaris 9 php-4.3.4 make issue xyyz UNIX for Advanced & Expert Users 2 02-07-2004 02:35 AM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 06-01-2009
ngopalakrishna ngopalakrishna is offline
Registered User
  
 

Join Date: Jun 2009
Posts: 2
Missing Separator Issue in Make file

Hi All,

I am using Make to compile my java code. I am pasting the portion which is creating an issue.
Code:
install: $(FPR_FILES)
if test $OS = "Linux";
then
        @echo "TEST"
        -$(INS) -d -m 775 $(INSDIR)/linux/deployment
        cp -R $(ROOT)/deployment $(INSDIR)/linux/deployment
        @echo "Executing setenv commands"
        sh -v $(WLPLATFORM_HOME)/common/bin/commEnv.sh
        sh -v $(WLPLATFORM_HOME)/server/bin/setWLSEnv.sh
        @set ANT_OPTS=-Xms512m -Xmx1024m
        @set CLASSPATH=%CLASSPATH%:%JAVA_HOME%\jre\lib\rt.jar:%WLPLATFORM_HOME%\server\lib\webservices.jar
        @echo ">>> Executing ANT <<<"
        ant
        @echo "Executed ANT"
fi;
I always am getting: c3par-test.mk:16: *** missing separator. Stop.

I read a few posts suggesting me to remove white spaces and empty lines. I tried all of this, but issue remains the same. Could somebody please guide me on this? Thanks.

Last edited by vino; 06-01-2009 at 09:54 AM.. Reason: added code tags
  #2 (permalink)  
Old 06-01-2009
vino's Avatar
vino vino is offline Forum Staff  
Supporter (in vino veritas)
  
 

Join Date: Feb 2005
Location: Bangalore, India
Posts: 2,798
A makefile follows this format

Code:
target: dependencies
<tab>actions
Are all your actions tab delimited?
  #3 (permalink)  
Old 06-01-2009
ngopalakrishna ngopalakrishna is offline
Registered User
  
 

Join Date: Jun 2009
Posts: 2
Missing Separator Issue in Make file

Hi Vino,

Yes, I am using for tab all the actions..

Thanks,
Gopal.
  #4 (permalink)  
Old 10-19-2009
zhaoenping zhaoenping is offline
Registered User
  
 

Join Date: Oct 2009
Posts: 1
Makefile: missing separator. stop.

I ran into the error of "missing separator." when runing make. The line is in the middle of a multiline list of file names. Hence it's not a TAB vs space issue.
Reply

Bookmarks

Tags
makefile, missing separator

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 12:13 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0