I noticed that cmake actually links the AWK entry to my mingw 'gawk.exe'
file, so I was right with my guess.

After updating to the latest commit available (which is 70194 at the time
of writing) i get this cmake error on windows:

CMake Error at CMakeLists.txt:369 (_add_library):
Cannot find source file:

C:/Users/MEISSNERBLANCOJOHANN/Desktop/brlcad/build/src/
other/libpng/pngprefix.h

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
Call Stack (most recent call first):
src/other/libpng/CMakeLists.txt:370 (add_library)

CMake Error: CMake can not determine linker language for target: png

CMake Error: CMake can not determine linker language for target: png_static


Interestingly enough on the Ubuntu subsystem it works just fine.


Mario.


On Sep 4, 2017 5:13 PM, "Mario Meissner" <mr.rash....@gmail.com> wrote:

> Interesting.  May I ask in which area of Germany?
>>
>
> In München!
>
>
> Interesting.  That looks like it is trying to execute the awk script
>> in libpng's build, but that shouldn't happen on Windows normally...
>> Do you have some Windows version of awk installed?
>
>
>  So apparently I do.
> https://puu.sh/xrmjC/e8436e45e2.png
>
> It might be MinGW? I don't know what it is, can't recall having installed
> anything like this so It's probably part of the MingW libraries. Shall I
> try uninstalling mingw?
>
> For now I managed to compile on the Ubuntu subsystem for Windows. I cannot
> run things like mged because the subsystem is lacking GUI libraries.
> However I can run what concerns me, which is rtexample and rtweight. I can
> run mged on a windows release of brlcad instead.
>
> Hope to be able to deliver more results tomorrow.
> Mario.
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to