Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
108 user(s) are online (66 user(s) are browsing Forums)

Members: 0
Guests: 108

more...

Headlines

 
  Register To Post  

(1) 2 »
Cmake on Amiga
Quite a regular
Quite a regular


See User information
Hello,

how is the status of cmake on Amiga.

Never tried by myself. Any hint?

Kind regards


Edited by AmigaBlitter on 2016/11/6 19:11:04
Retired
Go to top
Re: Cmake on Amiga
Quite a regular
Quite a regular


See User information
I tried CMake package on os4depot made by Alfkil following the instructions found on the amigaos read me file.

I get an error:

CMake Error: Could not find CMAKE_ROOT !!!
CMake has most likely not been installed correctly.
Modules directory not found in /AmigaOS/C
CMake error: Error executing cmake::LoadCache(). Aborting

Retired
Go to top
Re: Cmake on Amiga
Home away from home
Home away from home


See User information
@AmigaBlitter

Haven't tried it myself, but that sounds like it's reading an envvar

Try creating CMAKE_ROOT in ENVARC: with the path pointing to your cMake bin

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Cmake on Amiga
Just can't stay away
Just can't stay away


See User information
and check with Snoopy to see if the program looks for something

Philippe 'Elwood' FERRUCCI
Sam460ex 1.10 Ghz
http://elwoodb.free.fr
Go to top
Re: Cmake on Amiga
Quite a regular
Quite a regular


See User information
Checked with snoopy. Cmake fails several times.
Maybe Alfkill could give us an hint?

Retired
Go to top
Re: Cmake on Amiga
Just popping in
Just popping in


See User information
@AmigaBlitter
How did you invoke it?

Try "cmake -DCMAKE_ROOT=whereveryouinstalledcmake"

(Not that I've actually tried the AmigaOS version though)

Maintainer and developer for Jamiga2 - Java for Amiga
Go to top
Re: Cmake on Amiga
Quite a regular
Quite a regular


See User information
Thank you
I tried with cmake -DCMAKE_ROOT=AmigaOS:cmake
doesn't work.
Tried with cmake -DCMAKE_ROOT=AmigaOS/cmake and other variants

same results

Retired
Go to top
Re: Cmake on Amiga
Home away from home
Home away from home


See User information
@AmigaBlitter

I tried CMake a while ago, but couldn't get anything built successfully. IIRC, the error was usually that CMake was too old.

Hans

http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more.
https://keasigmadelta.com/ - more of my work
Go to top
Re: Cmake on Amiga
Just popping in
Just popping in


See User information
<<< Double Post >>>

Go to top
Re: Cmake on Amiga
Just popping in
Just popping in


See User information
Does CMake need to be run under a unix-like environment (e.g. sh CMake)

Go to top
Re: Cmake on Amiga
Quite a regular
Quite a regular


See User information
CMake version for AmigaOS is 2.8.5

I need at least CMake 2.8.
Cmake soesn't need sh Cmake, i guess.
Running cmake only produces a list of all options and informations. Running cmake with parameters or commands produces errors and crashs.


Edited by AmigaBlitter on 2016/11/7 10:04:03
Retired
Go to top
Re: Cmake on Amiga
Quite a regular
Quite a regular


See User information
Can someone help me to get cmake working?

thank you very much

Retired
Go to top
Re: Cmake on Amiga
Home away from home
Home away from home


See User information
@AmigaBlitter

As @Hans stated above CMake on Amiga is too old already.

You might get the version we have working, but it wouldn't be worth the hassle as you'd be limited to porting stuff that has stopped development and is the same age as our CMake.

All other ports have moved on and may need a newer CMake, so i guess it wouldn't be worth the hassle

You could always tried to set up a linux cross-compiler and build it there though

MickJT is the one to ask about such stuff

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Cmake on Amiga
Quite a regular
Quite a regular


See User information
@Raziel
The 2.8.5 should suffice my needs
Btw, i download 3.7 rc3 and tried to compile. Working on it...

First problem i encountered is that the bootstrap doesn't find the c, c++ toolchain


Edited by AmigaBlitter on 2016/11/8 8:47:51
Retired
Go to top
Re: Cmake on Amiga
Home away from home
Home away from home


See User information
@AmigaBlitter

Last time i asked about porting stuff with bootstrap i got the answer "Doesn't work on AmigaOS4"

May have changed in the meantime, don't really know

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Cmake on Amiga
Home away from home
Home away from home


See User information
@AmigaBlitter

I happen to have cmake still installed

Tried a simple "CMake" from the shell and it least starts and shows the help options...no project to try it out though

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Cmake on Amiga
Quite a regular
Quite a regular


See User information
@Raziel

I succeeded in get cmake only working too, but as soon as cmake tries to build something it crash

Retired
Go to top
Re: Cmake on Amiga
Home away from home
Home away from home


See User information
@AmigaBlitter

Try to grab the log and send it to alfkil maybe?

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: Cmake on Amiga
Home away from home
Home away from home


See User information
@AmigaBlitter

If it's crashing up the stack.

Once it stops crashing it will simply become useless, I've never got anything to work with it, it fails for me at the point of looking for the compiler, and there seems no way to tell it which compiler to use, it always attempts to verify your choice and fails.

You could try "configuring" under linux but the resulting makefiles stil refer back to cmake so you will need to do a lot of editing to get avia make system.

Maybe cross compiling is the only option.

Go to top
Re: Cmake on Amiga
Quite a regular
Quite a regular


See User information
I did the last few (port) builds of Flare RPG with cmake, though it was necessary to use wizard mode, -i option. It was much easier than to write new scripts for compiling or what ever, but Your Mileage May Vary. Linking did require a brand new command to make sound work.

From my notes:
"Makefile not done by hand anymore, cmake ../cmake -i ../cmake .. is faster."

I see that CMake has bumped to 3 by now, so I don't doubt its obsolescence.

Go to top

  Register To Post
(1) 2 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project