mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] package wt creates a strange directory


From: Luis Saavedra
Subject: Re: [Mingw-cross-env-list] package wt creates a strange directory
Date: Thu, 15 Mar 2012 10:23:22 -0300

2012/3/14 Luis Saavedra <address@hidden>
2012/3/13 Tony Theodore <address@hidden>
On 14 March 2012 02:45, Mark Brand <address@hidden> wrote:
>
>
> Tony Theodore wrote:
>>
>> Hi All,
>>
>> I just noticed that wt is creating an odd looking directory:
>>
>> .../usr/i686-pc-mingw32/c:/witty/wt_config.xml
>>
>> Is anyone else seeing this?
>
>
> Hi Tony,
>
> Yes, I have that too and it's mentioned in log/wt.

I think adding a:

-DCONFIGDIR='$(PREFIX)/$(TARGET)/share/Wt/etc.example'

will stop it from being created. I've just kicked off a build after
make clean so I'll have a look tomorrow.

Cheers,

Tony


yes, this is fixed by setting the configuration directory, my apologies

regards,
Luis

another strange directory/file is created with:

wt-3.2.0/address@hidden >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
IF( NOT DEFINED WT_CMAKE_FINDER_INSTALL_DIR )
  SET( WT_CMAKE_FINDER_INSTALL_DIR "${CMAKE_ROOT}/Modules" )
ENDIF( NOT DEFINED WT_CMAKE_FINDER_INSTALL_DIR)

INSTALL(FILES ${PROJECT_SOURCE_DIR}/cmake/FindWt.cmake DESTINATION
    ${CMAKE_INSTALL_PREFIX}/${WT_CMAKE_FINDER_INSTALL_DIR} )
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

in my distro CMAKE_ROOT = /usr/share/cmake-2.8, then FindWt.cmake is installed in /.../usr/i686-pc-mingw32/usr/share/cmake-2.8/Modules, that's a wrong place but I don't know where it should be installed?, there exists some place in mingw-cross-env for cmake Modules? I think that this must be installed in cmake-system modules place, but that is outside of mingw-cross-env, I do not know what to do!

regards,
Luis


reply via email to

[Prev in Thread] Current Thread [Next in Thread]