Page 2 of 3

Re: Development resources

Posted: Wed Dec 07, 2011 10:14 am
by cldfusion
those were from ./install.sh

Re: Development resources

Posted: Wed Dec 07, 2011 10:32 am
by Matlo
Clearly not from install.sh.

Re: Development resources

Posted: Thu Dec 08, 2011 10:07 am
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.

Re: Development resources

Posted: Thu Dec 08, 2011 12:14 pm
by Matlo
In the latest mingw (20111118) the appropriate pthread dll is /mingw/bin/pthreadGC2.dll.

Re: Development resources

Posted: Thu Dec 08, 2011 12:42 pm
by cldfusion
I have that one in there, but when i ran build.sh it said it couldn't find libpthread-2.dll

Re: Development resources

Posted: Thu Dec 08, 2011 12:55 pm
by Matlo
The mingw version applicable for the wiki is 20110802.

Re: Development resources

Posted: Sat Dec 10, 2011 6:10 am
by cldfusion
Installed 20110802 and it all works fine now.
I still get errors in eclipse but it builds anyway.:)

Re: Development resources

Posted: Sun Dec 11, 2011 12:21 pm
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.

Re: Development resources

Posted: Mon Apr 30, 2018 11:11 am
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

Re: Development resources

Posted: Mon Apr 30, 2018 12:05 pm
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.