Search found 24 matches

by bidik
31 May 2017, 11:09
Forum: Off Topic
Topic: Mingw (looking for a C++ compiler)
Replies: 17
Views: 8764

Re: Mingw (looking for a C++ compiler)

Tried to compile one library using cmake, but it installed in the Program Files folder, instead of compiler's folder. Odd. I'll move them manually of course, but maybe there is an option somewhere to move it in the correct path? Library: https://github.com/electronicarts/EASTL/blob/master/CMakeLists...
by bidik
23 May 2017, 11:49
Forum: Off Topic
Topic: How to use mailing lists?
Replies: 2
Views: 2383

Re: How to use mailing lists?

Okay, thanks. It's more clear now.
by bidik
23 May 2017, 08:49
Forum: Off Topic
Topic: How to use mailing lists?
Replies: 2
Views: 2383

How to use mailing lists?

I can't quite get how they work. Especially how to reply somebody. I remember I once tried to reply someone, and they later said to "post reply to the maillist instead of replying me directly". And how to unsubscribe from mailing list, is that different for every maillist, or there are gen...
by bidik
22 May 2017, 16:51
Forum: Off Topic
Topic: Mingw (looking for a C++ compiler)
Replies: 17
Views: 8764

Re: [solved]Mingw (looking for a C++ compiler)

There is something weird with runtime. I compiled a simple "cout << "Hello world!" << endl;", and it now requires libgcc_s_dw2-1.dll and libwinpthread-1.dll, and probably something else too. I could static link them, but it would probably make my exe really huge for no good reaso...
by bidik
19 May 2017, 19:16
Forum: Off Topic
Topic: Mingw (looking for a C++ compiler)
Replies: 17
Views: 8764

Re: Mingw (looking for a C++ compiler)

Thank you so much for recommending me msys2, I compiled 2 programs from the wild on windows! How did I live without it.

I'll keep an eye on cygwin too, it may come in handy later, thanks!
by bidik
18 May 2017, 10:00
Forum: Off Topic
Topic: Mingw (looking for a C++ compiler)
Replies: 17
Views: 8764

Re: Mingw (looking for a C++ compiler)

Is it possible to compile Open Dynamics Engine with msys2 on windows? http://www.ode.org/ https://www.ode-wiki.org/wiki/index.php?title=Manual:_All&printable=yes the second link only describes sh autogen.sh ./configure make sudo make install Is msys2 smart enough to compile those? Where will msy...
by bidik
17 May 2017, 11:40
Forum: Off Topic
Topic: Mingw (looking for a C++ compiler)
Replies: 17
Views: 8764

Re: Mingw (looking for a C++ compiler)

To compile a 32-bit program, I need to separately install a 32-bit mingw? What's the command for that?
by bidik
17 May 2017, 11:00
Forum: Off Topic
Topic: Mingw (looking for a C++ compiler)
Replies: 17
Views: 8764

Re: Mingw (looking for a C++ compiler)

thank you, installing now
by bidik
17 May 2017, 10:30
Forum: Off Topic
Topic: Mingw (looking for a C++ compiler)
Replies: 17
Views: 8764

Re: Mingw (looking for a C++ compiler)

I'm running this

Image

And I'm typing this

Image
by bidik
17 May 2017, 10:15
Forum: Off Topic
Topic: Mingw (looking for a C++ compiler)
Replies: 17
Views: 8764

Re: Mingw (looking for a C++ compiler)

How to compile hello world with it now? I'm typing gcc and mingw in, it says nothing found.