hellp

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

hellp

by bulletrulz » Wed Aug 15, 2012 21:05

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

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Wed Aug 15, 2012 21:10

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 » Wed Aug 15, 2012 21:46

-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 » Wed Aug 15, 2012 22:35

hey how do you join games o...o
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Wed Aug 15, 2012 22:36

It apparently can't find irrlicht. Do you have the irrlicht development files installed?
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

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

by bulletrulz » Wed Aug 15, 2012 22:42

yes i compiled irricht is on my desktop
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Wed Aug 15, 2012 23:04

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.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

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

by Topywo » Wed Aug 15, 2012 23:22

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?pid=29186#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.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Thu Aug 16, 2012 07:21

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
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Thu Aug 16, 2012 09:45

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.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Thu Aug 16, 2012 16:38

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
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Thu Aug 16, 2012 17:38

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.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Thu Aug 16, 2012 21:10

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)
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 28 guests

cron