Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
81 user(s) are online (62 user(s) are browsing Forums)

Members: 0
Guests: 81

more...

Headlines

Forum Index


Board index » All Posts (AmigaBlitter)




Re: Cmake on Amiga
Quite a regular
Quite a regular


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

Retired
Go to top


Re: Cmake on Amiga
Quite a regular
Quite a regular


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


Cmake on Amiga
Quite a regular
Quite a regular


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: StarFighter
Quite a regular
Quite a regular


@Raziel

Thank you for your suggestions on OS4depot's comments.

What kind of system you have?

No shifting issue on sam440ep.

Maybe it's related to to certain graphics card?




Retired
Go to top


Re: StarFighter
Quite a regular
Quite a regular


@MickJT

Do you mean to put all the used so in the bin folder of the game?

Retired
Go to top


Re: StarFighter
Quite a regular
Quite a regular


Thank you all for the suggestions.
I will upload a new version with libraries statically linked as soon as possible.

Thank you again to MickJT for his support with the compiler.


Retired
Go to top


Re: StarFighter
Quite a regular
Quite a regular


@ddni

Thank you for reporting.
Check your PM.

I tested only on sam440 ep. I noticed you have an x1000 with a next gen video card.

Retired
Go to top


Re: StarFighter
Quite a regular
Quite a regular


OK, glad to ear. Go and destroy all AI droid ship :P

Don't forget to set compositing rendering via option menu

Retired
Go to top


Re: StarFighter
Quite a regular
Quite a regular


@ddni
you have a pm


thank you to you.

Retired
Go to top


StarFighter
Quite a regular
Quite a regular


Hello everyone,

i'm sorry to all the drawbacks that uploding Starfighter created.

I've compiled Starfighter with the last sdl version (2.04) and last libsdlmixer.

I'm trying to put this message on OS4depot since yesterday, without message.

If someone is willing to try, please try download these libs here: gdrive

Retired
Go to top


Re: SDL2 & OpenGL ES 2 (and/or Warp3D Nova)
Quite a regular
Quite a regular


@Capehill

Btw, version 2.05 is out

Retired
Go to top


Re: Change and create directory with chdir/mkdir
Quite a regular
Quite a regular


Fixed.

Seems that pointing to a nested direcotory as follow "/game/mygame" is interpreted as "/game:mygame".

If i simply use "game/mygame" the path is interpreted correctly.

Retired
Go to top


Re: Change and create directory with chdir/mkdir
Quite a regular
Quite a regular


@salass00

"/PROGDIR/data/mydata" instead."

Already tried with PROGDIR without result.

Let me do some other tests.


Retired
Go to top


Re: Change and create directory with chdir/mkdir
Quite a regular
Quite a regular


OS 4.1 is FE.

example of the dir that i try to change to in the code:

/data/mydata/

Snoopy FAIL lock: Lock("data:mydata", SHARED)

Retired
Go to top


Re: Change and create directory with chdir/mkdir
Quite a regular
Quite a regular


Sorry, the error is 2 "No such file or directory"

It's a fresh install of OS 4.1 + latest SDK.

Using gcc 6.1, btw.

The error, however, appeared before 6.1 installation.

Retired
Go to top


Re: Change and create directory with chdir/mkdir
Quite a regular
Quite a regular


"The errno global variable should have a positive value.

Are you sure you are checking the right value?"

res = chdir(dir....
res value is -1

Could pleas link a SetCurrentDir and Makedir Amiga api example?

Retired
Go to top


Re: Change and create directory with chdir/mkdir
Quite a regular
Quite a regular


@salass00

the errno is -1.

Directory flags are rwed

Retired
Go to top


Re: Change and create directory with chdir/mkdir
Quite a regular
Quite a regular


@salass00

the executable is already linked with -lunix abd the mkdir command already come in this form (S_IRWXU | S_IRWXG | S_IRWXO).


"IDOS->SetCurrentDir() can't be used as a direct replacement for chdir() as with SetCurrentDir() you need to remember to set the current dir lock back to its original value on exit."

What i have exactly do?

Is there an example somewhere?.

Retired
Go to top


Re: Change and create directory with chdir/mkdir
Quite a regular
Quite a regular


Thank you for the reply.

I have, of course the SDK installed.

Let me put the problem in this way.
In porting a game, i fount this kind of commands in the source "if ((mkdir(dir, S_IRWXU) !=0)", as well as "if ((chdir(dir) !=0)". I noticed that this commands in posix style doesn't seems to work. As example, "if ((chdir(dir) !=0)" return error and i cannot change to the proper dir, although the directory exist.

Now have someone else had similar problem?

What are the amigaos api to use instead for this?
Where can i found a simple example?

Hope that this clarify my request

Retired
Go to top


Re: Change and create directory with chdir/mkdir
Quite a regular
Quite a regular


@Severin

"Why POSIX style?"

Are used in a game that should be ported to OS4.1

I guess that "S_IRWXU" are directory permission access.

What are the Amiga equivalent api for this?


Retired
Go to top



TopTop
« 1 ... 8 9 10 (11) 12 13 14 ... 30 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project