hellp

Post Reply
bulletrulz
Member
Posts: 66
Joined: Fri Dec 23, 2011 18:59

hellp

by bulletrulz » Post

Yes can someone upload a rpm i686 for me becuse when ever i try to compile i get to many erorrs

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

Paste the Errors you get
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

bulletrulz
Member
Posts: 66
Joined: Fri Dec 23, 2011 18:59

by bulletrulz » Post

-DRUN_IN_PLACE=1
-- *** Will build version 0.4.2-rc1 ***
CMake Error: Error in cmake code at
/home/brandon/Downloads/celeron55-minetest-b717b65/cmake/Modules/FindIrrlicht.cmake:94:
Parse error. Function missing ending ")". End of file reached.
CMake Error at CMakeLists.txt:50 (find_package):
find_package Error reading CMake code from
"/home/brandon/Downloads/celeron55-minetest-b717b65/cmake/Modules/FindIrrlicht.cmake".


-- GetText disabled
-- Sound enabled
-- Using project jthread library
-- Using project sqlite3 library
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
IRRLICHT_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/brandon/Downloads/celeron55-minetest-b717b65/src
used as include directory in directory /home/brandon/Downloads/celeron55-minetest-b717b65/src/jthread
used as include directory in directory /home/brandon/Downloads/celeron55-minetest-b717b65/src/sqlite
used as include directory in directory /home/brandon/Downloads/celeron55-minetest-b717b65/src/lua
used as include directory in directory /home/brandon/Downloads/celeron55-minetest-b717b65/src/lua/src
IRRLICHT_LIBRARY (ADVANCED)
linked by target "minetest" in directory /home/brandon/Downloads/celeron55-minetest-b717b65/src

-- Configuring incomplete, errors occurred!

ibanez
New member
Posts: 3
Joined: Wed Aug 15, 2012 22:31

by ibanez » Post

hey how do you join games o...o

User avatar
Menche
Member
Posts: 1001
Joined: Sat Jul 02, 2011 00:43
IRC: Menchers
In-game: Menche
Location: An island in a lava lake.

by Menche » Post

It apparently can't find irrlicht. Do you have the irrlicht development files installed?
An innocent kitten dies every time you top-post.

bulletrulz
Member
Posts: 66
Joined: Fri Dec 23, 2011 18:59

by bulletrulz » Post

yes i compiled irricht is on my desktop

User avatar
Menche
Member
Posts: 1001
Joined: Sat Jul 02, 2011 00:43
IRC: Menchers
In-game: Menche
Location: An island in a lava lake.

by Menche » Post

If it's on your desktop, then cmake doesn't know where it is. Run cmake-gui, find the variables it says it can't find, and put in the location of irrlicht.
Last edited by Menche on Wed Aug 15, 2012 23:04, edited 1 time in total.
An innocent kitten dies every time you top-post.

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

ibanez wrote:hey how do you join games o...o
Open minetest, go to multiplayer.

Choose a server you want to play on: http://minetest.net/forum/viewtopic.php ... 186#p29186

Fill in your name, the right adress and port, make a password and connect!

Some servers don't let you build right away. You have first to ask permission here on the forum. Then you need to go to 'servers', find the server and do your request there.

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

bulletrulz wrote:yes i compiled irricht is on my desktop
You can install Irrlicht into your System with "sudo make install"
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

by rubenwardy » Post

sfan5 wrote:
bulletrulz wrote:yes i compiled irricht is on my desktop
You can install Irrlicht into your System with "sudo make install"
Really? Irrlicht is not installed, you just need to link to it.

You need to link to the the library (.lib) and the include directory.

If you use Code::Blocks ide, then go to project > build settings

In linker settings, add a library entry to the irrlicht>lib>irrlicht.lib.o file

In search directories add an entry in the first sub-section to irrlicht>include.

(where irrlicht is the folder where you put irrlicht in)

And make sure you put "libirrlicht.dll" in the same folder as where the exe is compiled to
Last edited by rubenwardy on Thu Aug 16, 2012 17:40, edited 1 time in total.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

rubenwardy wrote:
sfan5 wrote:
bulletrulz wrote:yes i compiled irricht is on my desktop
You can install Irrlicht into your System with "sudo make install"
Really? Irrlicht is not installed, you just need to link to it.

If you use Code::Blocks ide, then go to project > build settings

In linker settings, add a library entry to the irrlicht>lib>irrlicht.lib.o file

In search directories add an entry in the first sub-section to irrlicht>include.

(where irrlicht is the folder where you put irrlicht in)

And make sure you put "libirrlicht.dll" in the same folder as where the .exe is compiled to
1. Minetest doesn't use Code::Blocks
2. He has Linux
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

by rubenwardy » Post

sfan5 wrote:
rubenwardy wrote:
sfan5 wrote: You can install Irrlicht into your System with "sudo make install"
Really? Irrlicht is not installed, you just need to link to it.

You need to link to the the library (.lib) and the include directory.

If you use Code::Blocks ide, then go to project > build settings

In linker settings, add a library entry to the irrlicht>lib>irrlicht.lib.o file

In search directories add an entry in the first sub-section to irrlicht>include.

(where irrlicht is the folder where you put irrlicht in)

And make sure you put "libirrlicht.dll" in the same folder as where the .exe is compiled to
1. Minetest doesn't use Code::Blocks
2. He has Linux
Code::Blocks is what was used to make minetest (to compile it).

It still applies, just with different executable extensions (.lib is the same)

If you use another compiler, work out how to link to irrlicht on it.
Last edited by rubenwardy on Thu Aug 16, 2012 17:40, edited 1 time in total.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

rubenwardy wrote:
sfan5 wrote:
rubenwardy wrote: ...
...
Code::Blocks is what was used to make minetest (to compile it).
Minetest uses CMake
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

Post Reply

Who is online

Users browsing this forum: No registered users and 15 guests