The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.6 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



AssaultCube Reloaded Forums
Nightvision!! - Printable Version

+- AssaultCube Reloaded Forums (https://acrf.victorz.ca)
+-- Forum: Modding (https://acrf.victorz.ca/forum-39.html)
+--- Forum: Modelling (https://acrf.victorz.ca/forum-38.html)
+--- Thread: Nightvision!! (/thread-813.html)

Pages: 1 2 3


RE: Nightvision!! - Victor - 2013-06-15

Use Visual Studio on Windows and CodeBlocks on Linux.


RE: Nightvision!! - rXn - 2013-06-15

Codeblocks does not work, as it tries to make its own build configs, I think.
Look here: https://acrf.victorz.ca/thread-125.html
If you are using Linux, install all the *-dev libs neccessary and then make it from command line ('make all'). Using Windows I think you need Visual C++, as MinGw/Gcc needs all the libs installed by hand.


RE: Nightvision!! - Victor - 2013-06-15

He's not even using Linux (see the D:\ path in his post).


RE: Nightvision!! - ruler501 - 2013-06-15

rXn make install does everything you need. I think make all would just repeat some things


RE: Nightvision!! - asmanel - 2013-06-16

When I look what files are in the sources folder. All libraries I find are lib files, that are supposed to be compatible with VC++. Or I didn't correctly identified the ones used on Linux, or they are not in this folder.

According to me, uses VC++ is a bad way, even on Windows.

Where the librarie that are used when ACR is compiled with CodeBlocks on Linux are they supposed to be ?


RE: Nightvision!! - rXn - 2013-06-16

Could someone with VC++ installed please compile it for Windows/32 and post it here??


RE: Nightvision!! - asmanel - 2013-06-16

(2013-06-16, 02:46 PM)rXn Wrote: Could someone with VC++ installed please compile it for Windows/32 and post it here??

Instead ask for compiling by a VC++ user. We'd better work on a way to compile it with CodeBlocks on Windows.

Remain VC++ dependent is out of question.


RE: Nightvision!! - ruler501 - 2013-06-16

If you still need a linux 32 bit build I can build one.


RE: Nightvision!! - asmanel - 2013-06-17

@ruler501 Compile with CodeBlocks don't mean compile on Linux and compile on Windows don't mean compile with VC++.Angry


If I asked Where the librarie that are used when ACR is compiled with CodeBlocks on Linux are they supposed to be ?, it's to know if the libraries used on linux are also in the sources folder or already on Linux; and what are these linux libraries, to find their for Windows MinGW GCC counterpart. Of course there also are other problems to solve, like the problem with the makefile.

According to me, saying to Windows users things like If you are a Windows user who want to make an ACR source mod, you have the choice between three ways : to switch to Linux and make an executable you'll can't use on Windows, to use the non free VC++ (maybe gratis but non libre and non free software) or to abandon your mod idea., it's a very bad idea.

Ok, I know this post can be seen as aggressive but, for me, find a way to compile ACR with CodeBlock on Windows, it's very important.


RE: Nightvision!! - rXn - 2013-06-17

With Codeblocks on Linux would be very nice, too... I have tried for quite a long time, but somehow it does not work. There is no need for it on Linux as make from commandline does the same stuff. On Windows I think you need the devellopment versions as well as the "real" versions of that libs (quite a lot, I think) to compile with Gcc, while VC++ works with the static libs. Cygwin might work as it uses many Linux-specific libs, but MinGw won't without a painful amount of modifications Sad .
I myself think there is no need to use Gcc on Windows, because VC++ is a Microsoft tool and Microsoft still knows best how to deal with Windows code and apps (I hope).

I don't have VC++ and I have a fucking slow internet connection, so please could anyone with VC++ installed compile (for Win/32) and upload it here??


This forum uses Lukasz Tkacz MyBB addons.