请教编译时提示说没有指明目标并且找不到 makefile。 停止。
发表于 : 2013-02-05 22:32
各位前辈我在编译jahshaka时,总是说
make: *** 没有指明目标并且找不到 makefile。 停止。我的系统是12.04,64位。
如有需要研究请到这里下载http://ubuntuone.com/5jh2hhmcf8vhsvro2q51u
第一次./configure结果如下
:
>>Configuring build type for jahshaka
./configure: 50: ./configure: qmake: not found
---------------------------------------
Jahshaka Configure Script User Commands
---------------------------------------
SYNOPSIS
./configure [ switches ]
./configure [ switches ] jahshaka
./configure [ switches ] jahplayer
DESCRIPTION
Configures the jahshaka build process to build either jahshaka
or jahplayer
By default running configure with no arguments will activate the
build for jahshaka
You need to follow the configure command with the make command
in order to actually build the software!
SWITCHES
--prefix=path
sets the path for the installation (default: /usr/local)
--disable-debug
sets debug mode off
--disable-plugins
disables the plugin build and install
--enable-static
disables the dynamic loading of various open libraries
然后我安装了qmake
第二次./configure时结果如下
:
>>Configuring build type for jahshaka
Project MESSAGE: Jahshaka 2.0 build system
Project MESSAGE: -----------------------------
Project MESSAGE:
Project MESSAGE: Checking operating system and paths
Project MESSAGE:
Project MESSAGE: DEBUG
Project MESSAGE: Operating System Type (Linux)
Project MESSAGE: Using linux presets...
Braces mismatch /home/lomandv/my-software/jahshaka/Settings.pro:425
Project LOAD(): Feature Settings.pro cannot be found.
---------------------------------------
Jahshaka Configure Script User Commands
---------------------------------------
SYNOPSIS
./configure [ switches ]
./configure [ switches ] jahshaka
./configure [ switches ] jahplayer
DESCRIPTION
Configures the jahshaka build process to build either jahshaka
or jahplayer
By default running configure with no arguments will activate the
build for jahshaka
You need to follow the configure command with the make command
in order to actually build the software!
SWITCHES
--prefix=path
sets the path for the installation (default: /usr/local)
--disable-debug
sets debug mode off
--disable-plugins
disables the plugin build and install
--enable-static
disables the dynamic loading of various open libraries
make结果都是一样
make: *** 没有指明目标并且找不到 makefile。 停止。
我应该如何编译呢,到底是哪里有错误?
make: *** 没有指明目标并且找不到 makefile。 停止。我的系统是12.04,64位。
如有需要研究请到这里下载http://ubuntuone.com/5jh2hhmcf8vhsvro2q51u
第一次./configure结果如下
:
>>Configuring build type for jahshaka
./configure: 50: ./configure: qmake: not found
---------------------------------------
Jahshaka Configure Script User Commands
---------------------------------------
SYNOPSIS
./configure [ switches ]
./configure [ switches ] jahshaka
./configure [ switches ] jahplayer
DESCRIPTION
Configures the jahshaka build process to build either jahshaka
or jahplayer
By default running configure with no arguments will activate the
build for jahshaka
You need to follow the configure command with the make command
in order to actually build the software!
SWITCHES
--prefix=path
sets the path for the installation (default: /usr/local)
--disable-debug
sets debug mode off
--disable-plugins
disables the plugin build and install
--enable-static
disables the dynamic loading of various open libraries
然后我安装了qmake
第二次./configure时结果如下
:
>>Configuring build type for jahshaka
Project MESSAGE: Jahshaka 2.0 build system
Project MESSAGE: -----------------------------
Project MESSAGE:
Project MESSAGE: Checking operating system and paths
Project MESSAGE:
Project MESSAGE: DEBUG
Project MESSAGE: Operating System Type (Linux)
Project MESSAGE: Using linux presets...
Braces mismatch /home/lomandv/my-software/jahshaka/Settings.pro:425
Project LOAD(): Feature Settings.pro cannot be found.
---------------------------------------
Jahshaka Configure Script User Commands
---------------------------------------
SYNOPSIS
./configure [ switches ]
./configure [ switches ] jahshaka
./configure [ switches ] jahplayer
DESCRIPTION
Configures the jahshaka build process to build either jahshaka
or jahplayer
By default running configure with no arguments will activate the
build for jahshaka
You need to follow the configure command with the make command
in order to actually build the software!
SWITCHES
--prefix=path
sets the path for the installation (default: /usr/local)
--disable-debug
sets debug mode off
--disable-plugins
disables the plugin build and install
--enable-static
disables the dynamic loading of various open libraries
make结果都是一样
make: *** 没有指明目标并且找不到 makefile。 停止。
我应该如何编译呢,到底是哪里有错误?