Development resources

Talk about anything concerning the source code.
cldfusion
Posts: 68
Joined: Fri Jul 08, 2011 4:02 pm

Re: Development resources

Post by cldfusion »

those were from ./install.sh
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Development resources

Post by Matlo »

Clearly not from install.sh.
GIMX creator
cldfusion
Posts: 68
Joined: Fri Jul 08, 2011 4:02 pm

Re: Development resources

Post by cldfusion »

:lol: it even has ./build.sh: infront, derp

Anyway, I ran Install.sh again and it appeared to work, but i had to unzip
libpthread-2.dll' then build.sh worked:), but i think my problem is with setting up eclipse cause it still can't find any of the inclusions.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Development resources

Post by Matlo »

In the latest mingw (20111118) the appropriate pthread dll is /mingw/bin/pthreadGC2.dll.
GIMX creator
cldfusion
Posts: 68
Joined: Fri Jul 08, 2011 4:02 pm

Re: Development resources

Post by cldfusion »

I have that one in there, but when i ran build.sh it said it couldn't find libpthread-2.dll
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Development resources

Post by Matlo »

The mingw version applicable for the wiki is 20110802.
GIMX creator
cldfusion
Posts: 68
Joined: Fri Jul 08, 2011 4:02 pm

Re: Development resources

Post by cldfusion »

Installed 20110802 and it all works fine now.
I still get errors in eclipse but it builds anyway.:)
User avatar
Zero
Posts: 68
Joined: Tue Aug 16, 2011 9:10 pm

Re: Development resources

Post by Zero »

cldfusion wrote:Installed 20110802 and it all works fine now.
I still get errors in eclipse but it builds anyway.:)
That's because your missing includes. Project prop > C++ General > Paths and Sybols > add the proper libs > note that some paths have changed ... well at least on my version of libraries (latest Mingw/wx/..)
You don't really need them when compiling ... but its sure nice to have eclipse show errors.
User avatar
totonho
Posts: 12
Joined: Mon Apr 16, 2018 1:24 am

Re: Development resources

Post by totonho »

Im trying to build but i got this error message

Code: Select all

Error on line 62 in C:\msys64\home\user-folder\GIMX-build\windows\inno.iss: No files found matching "C:\msys64\home\user-folder\GIMX-build\windows\GIMX\setup\*"
Compile aborted.
any solution?

thanks
User avatar
GoDlike
Posts: 1317
Joined: Thu Apr 28, 2016 12:47 pm
Location: Poland

Re: Development resources

Post by GoDlike »

There's probably problem with compilation before this error. Message you are getting is saying that GIMX/setup folder is empty while it should contain compiled .exe's already. Please check earlier messages.
My hardware: PS3 Slim CFW 4.80 | PS4 Pro 500 Million LE | PS5 | Xbox Series X
Steam: Godlike_RU | PSN: GoDlike_RU | XBL: GoDlike
Post Reply