HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Must be a separator on rules
Operating System - HP-UX
1837231
Members
2178
Online
110115
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 08:28 PM
01-13-2004 08:28 PM
Must be a separator on rules
Hi,
I am trying to compile few javat files on unix nd I am gettin gthe following error :
Make : Must be a separator on rule line 11:Stop
Please suggest the reason and possible solution.
Regards,
Nameesh.
I am trying to compile few javat files on unix nd I am gettin gthe following error :
Make : Must be a separator on rule line 11:Stop
Please suggest the reason and possible solution.
Regards,
Nameesh.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 08:43 PM
01-13-2004 08:43 PM
Re: Must be a separator on rules
Might be the files are in a wrong format. Do:
cat -tv
and look at the end of the lines. If there is a ^M there, you need to convert these 'DOS' files to 'unix' files:
for i in *
do
mv $i $i.bck
dos2unix $i.bck >$i
done
Then retry your command.
If that is not the case, look at line 11 of the file it complains about and see if there is anything strange there. If you don't see anything strange, try posting more info, for instance this 11th line and versions of your java compiler...
cat -tv
and look at the end of the lines. If there is a ^M there, you need to convert these 'DOS' files to 'unix' files:
for i in *
do
mv $i $i.bck
dos2unix $i.bck >$i
done
Then retry your command.
If that is not the case, look at line 11 of the file it complains about and see if there is anything strange there. If you don't see anything strange, try posting more info, for instance this 11th line and versions of your java compiler...
Every problem has at least one solution. Only some solutions are harder to find.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 09:10 PM
01-13-2004 09:10 PM
Re: Must be a separator on rules
Hi Nameesh,
a rule in a has the following format:
tst.o:tst.j
java tst.j
Either in your case tst.o does not have a
following colon. Or your java command has no
preceeding character.
HTH, Edgar.
a rule in a has the following format:
tst.o:
Either in your case tst.o does not have a
following colon. Or your java command has no
preceeding
HTH, Edgar.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP