Trolltech Home | Qt4-preview-feedback Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt4-preview-feedback Archive, March 2007
snapshot 070321 and direct3d


Message 1 in thread

Hi,

I wanted to try the Direct3d switch in qt 4.3. I was previously using
the 070228 build and copied the missing directx headers into the paths
and everything compiled ok.

When I call the configure.exe from today's build I get the following error:

"Setting Direct3D to NO, since the Direct3D SDK was not detected.
Make sure you have the Direct3D SDK installed, and that you have run
the <path to SDK>\Utilities\Bin\dx_setenv.cmd command."

The problem is that I did already call dx_setenv (Part of the DirectX
SDK Feb 2007)
"Dx9 x86 target enviroment is now enabled.
 Dx9 x86 host enviroment is now enabled."

What exactly is configure checking? I only have a minimal directx
install with headers + utilities)

Thanks,

Robert

To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx


Message 2 in thread

Robert wrote:
> Hi,
> 
> I wanted to try the Direct3d switch in qt 4.3. I was previously using
> the 070228 build and copied the missing directx headers into the paths
> and everything compiled ok.
> 
> When I call the configure.exe from today's build I get the following error:
> 
> "Setting Direct3D to NO, since the Direct3D SDK was not detected.
> Make sure you have the Direct3D SDK installed, and that you have run
> the <path to SDK>\Utilities\Bin\dx_setenv.cmd command."
> 
> The problem is that I did already call dx_setenv (Part of the DirectX
> SDK Feb 2007)
> "Dx9 x86 target enviroment is now enabled.
>  Dx9 x86 host enviroment is now enabled."
> 
> What exactly is configure checking? I only have a minimal directx
> install with headers + utilities)

Configure checks the DXSDK_DIR environment variable. If it's not set, we 
assume you don't have the SDK installed and configure fails. The 
variable should be set when you install the D3D SDK.

Regards,
--
 [ signature omitted ] 

Message 3 in thread

Trond Kjernaasen wrote:
> Robert wrote:
>> Hi,
>>
>> I wanted to try the Direct3d switch in qt 4.3. I was previously using
>> the 070228 build and copied the missing directx headers into the paths
>> and everything compiled ok.
>>
>> When I call the configure.exe from today's build I get the following
>> error:
>>
>> "Setting Direct3D to NO, since the Direct3D SDK was not detected.
>> Make sure you have the Direct3D SDK installed, and that you have run
>> the <path to SDK>\Utilities\Bin\dx_setenv.cmd command."
>>
>> The problem is that I did already call dx_setenv (Part of the DirectX
>> SDK Feb 2007)
>> "Dx9 x86 target enviroment is now enabled.
>>  Dx9 x86 host enviroment is now enabled."
>>
>> What exactly is configure checking? I only have a minimal directx
>> install with headers + utilities)
> 
> Configure checks the DXSDK_DIR environment variable. If it's not set, we
> assume you don't have the SDK installed and configure fails. The
> variable should be set when you install the D3D SDK.
> 
> Regards,
> -- 
> Trond K.


Ok, DXSDK_DIR was set but without the trailing "\".

Now it works fine.
Thanks,
Robert

To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx