No tgui.cbp after generate tgui 6 beta using cmake 2.8.11.2

Started by chs, 06 October 2013, 16:40:40

chs

Hey, I very appreciate Your work to make this lib, it's cool stuff and i'm goin to use it in my project,
* to build app in first iterate with tgui 6

but after leak memory i can not use new version after generating with cmake 2.8.11.2 and tdm 4.8.1,
i've followed steps on compiling mingw code blocks libraries, with only code blocks minGW , i'm not able to even generate it, that's why i'm using tdm instead of C::B mingW

this is my result , i dont have any tgui.cbp in tgui/build project, i'm on windows 7 x64 and this is tree result from build output:

C:.
│   CMakeCache.txt
│   cmake_install.cmake
│   Makefile

├───CMakeFiles
│   │   cmake.check_cache
│   │   CMakeDirectoryInformation.cmake
│   │   CMakeOutput.log
│   │   Makefile.cmake
│   │   Makefile2
│   │   progress.marks
│   │   TargetDirectories.txt
│   │
│   ├───2.8.11.2
│   │   │   CMakeCCompiler.cmake
│   │   │   CMakeCXXCompiler.cmake
│   │   │   CMakeDetermineCompilerABI_C.bin
│   │   │   CMakeDetermineCompilerABI_CXX.bin
│   │   │   CMakeRCCompiler.cmake
│   │   │   CMakeSystem.cmake
│   │   │
│   │   ├───CompilerIdC
│   │   │       a.exe
│   │   │       CMakeCCompilerId.c
│   │   │
│   │   └───CompilerIdCXX
│   │           a.exe
│   │           CMakeCXXCompilerId.cpp
│   │
│   ├───CheckTypeSize
│   │       SIZEOF_VOID_PTR.bin
│   │       SIZEOF_VOID_PTR.c
│   │
│   └───CMakeTmp
├───lib
└───src
    └───TGUI
        │   cmake_install.cmake
        │   Makefile
        │
        ├───CMakeFiles
        │   │   CMakeDirectoryInformation.cmake
        │   │   progress.marks
        │   │
        │   └───tgui.dir
        │           build.make
        │           cmake_clean.cmake
        │           depend.make
        │           DependInfo.cmake
        │           flags.make
        │           includes_CXX.rsp
        │           link.txt
        │           objects1.rsp
        │           progress.make
        │
        └───FormBuilder
            │   cmake_install.cmake
            │   Makefile
            │
            └───CMakeFiles
                │   CMakeDirectoryInformation.cmake
                │   progress.marks
                │
                └───FormBuilder.dir
                        build.make
                        cmake_clean.cmake
                        depend.make
                        DependInfo.cmake
                        flags.make
                        includes_CXX.rsp
                        link.txt
                        objects1.rsp
                        progress.make

Can You help me Texus , how to build it ? i'l be very thankfull of target it to build and continue my work with my app.

Regards
ChS

texus

First of all, the CodeBlocks MinGW compiler is the 4.8.1 TDM version.

I assume that you selected "MinGW Makefiles" instead of the one for CodeBlocks?
In this case no tgui.cpb will be generated, but it will generate a Makefile instead. You need to run "mingw32-make" from the command line in that folder (the mingw-make program has to be in the PATH variable).

By the way, the download page contains precompiled binaries for that compiler.

chs


chs

Hey , i can not see the link to precombiled binaries, it should be usefull , because i can not compile install tgui.cpb with tdm x64, i'm downloading now x86 i re-do try compiling it.


texus


chs