Jump to content

Cmake & assimp

Kamjam66xx

I decided to ask for help right away instead of figuring it out, because ive never used cmake before until like 5 minutes ago. im just trying to setup "open asset import library" but i got this. can anyone help right my wrongs if im not using it right?

ltthelpimage.thumb.PNG.62b3e0e8369d83312b2f7740a3ac61e3.PNG

Link to comment
Share on other sites

Link to post
Share on other sites

5 minutes ago, Kamjam66xx said:

I decided to ask for help right away instead of figuring it out, because ive never used cmake before until like 5 minutes ago

That's a really bad habit to get into. If you've never used it before, there's a good chance that the answer might be obvious after a bit of googling.

Have you tried looking through https://github.com/assimp/assimp/blob/master/Build.md ?

Gaming build:

CPU: i7-7700k (5.0ghz, 1.312v)

GPU(s): Asus Strix 1080ti OC (~2063mhz)

Memory: 32GB (4x8) DDR4 G.Skill TridentZ RGB 3000mhz

Motherboard: Asus Prime z270-AR

PSU: Seasonic Prime Titanium 850W

Cooler: Custom water loop (420mm rad + 360mm rad)

Case: Be quiet! Dark base pro 900 (silver)
Primary storage: Samsung 960 evo m.2 SSD (500gb)

Secondary storage: Samsung 850 evo SSD (250gb)

 

Server build:

OS: Ubuntu server 16.04 LTS (though will probably upgrade to 17.04 for better ryzen support)

CPU: Ryzen R7 1700x

Memory: Ballistix Sport LT 16GB

Motherboard: Asrock B350 m4 pro

PSU: Corsair CX550M

Cooler: Cooler master hyper 212 evo

Storage: 2TB WD Red x1, 128gb OCZ SSD for OS

Case: HAF 932 adv

 

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, reniat said:

That's a really bad habit to get into. If you've never used it before, there's a good chance that the answer might be obvious after a bit of googling.

Have you tried looking through https://github.com/assimp/assimp/blob/master/Build.md ?

ya ill agree its terrible habit, and it was a really lazy thing to do. thanks, im looking at it now.

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, reniat said:

 

This is one hell of an issue to fix, and apparently specific to my copy of windows and direct x. should be fine though. 

 

Upon reading through some of the plain text files for the assimp Cmake stuff, i found this. which i can only guess it means i need dx_9 sdk, which i cant seem to be able to.

IF ( WIN32 AND DirectX_D3DX9_LIBRARY )
option ( ASSIMP_BUILD_ASSIMP_VIEW "If the Assimp view tool is built. 
(requires DirectX)" ${DirectX_FOUND} )
IF ( ASSIMP_BUILD_ASSIMP_VIEW )
ADD_SUBDIRECTORY( tools/assimp_view/ )
ENDIF ( ASSIMP_BUILD_ASSIMP_VIEW )
ENDIF ( WIN32 AND DirectX_D3DX9_LIBRARY )

i keep getting told to install windows 8 SDK but it WONT install xD hurray! lol

https://stackoverflow.com/questions/26303922/directx-9-cannot-find-the-include-libraries

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×