makeobj命令未找到错误 [英] makeobj command not found error

查看:192
本文介绍了makeobj命令未找到错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图运行创建一个新的Mac机(OSX)。在命令

shubham@IN:~/code/xps/bus_boarding_paper$ make
-bash: makeobj: command not found

我的Makefile文件如下:

My Makefile is as follows:

title=bus_boarding_paper
target=$(title).pdf

all: pdf

bus_boarding_paper.pdf: pdf

pdf: $(title).tex title_page/*.tex
    pdflatex $(title).tex
    bibtex $(title).aux
    pdflatex $(title).tex
    pdflatex $(title).tex

有没有一个明确的解决方案相关的岗位网上。 SO也显示没有结果。

There is no related post online with a clear solution. SO also shows no results.

这是什么错误讯息是什么意思?这是我不清楚。

What does this error message mean? It is not clear to me.

PS:我的另一位朋友有这个问题在Fedora太

PS: Another friend of mine had this problem on Fedora too.

推荐答案

在我来说,我是用混叠作出makeobj一个KDE-的.bashrc文件。可以使用键入make ,然后找出相应弄清楚细节。

In my case I was using a kde-bashrc file which aliased make to makeobj. You can figure out details using type make and then figure out accordingly.

我的非混淆做,我是好去。

I unaliased make and I was good to go.

这篇关于makeobj命令未找到错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆