Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - chs

#1
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