Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6814 Discussions

when build32(video_enc_con) then have a problem...it's my _log

溫_家_
Beginner
425 Views
Intel C++ Compiler 9.0 Build Environment for 32-bit applications
Copyright (C) 1985-2005 Intel Corporation. All rights reserved.
Setting environment for using Microsoft Visual C++ tools.
Cleaning ...
icl.exe /W4 /O2 /MD /EHsc /GS /c /Qwd9,171,188,593,810,981,1125,1418 -I include -I ....coreippinclude -I ....coreumcinclude -I ....corevminclude -I ....corevm_plusinclude -I ....pipelineumc_pipelineinclude -I ....codech264_encinclude -I ....codecmpeg4_encinclude -I ....codecmpeg2_encinclude -I ....iomedia_buffersinclude -I ....codech263_encinclude -I ....codech261_encinclude /D "STRICT" /D "NDEBUG" /D _WIN32 /D _WIN32_WINNT=0x0500 /D WIN32 /Fo....\_binwin32_iclobjvideo_enc_con /c .srcvideo_enc_con.cpp .srcvideo_enc_con_wce4.cpp .srcvideo_enc_threading.cpp .srcvideo_enc_utils.cpp
Intel C++ Compiler for 32-bit applications, Version 9.0 Build 20050430Z Package ID: W_CC_P_9.0.019
Copyright (C) 1985-2005 Intel Corporation. All rights reserved.
30 DAY EVALUATION LICENSE
video_enc_con.cpp
icl: NOTE: The evaluation period for this product ends on 15-dec-2005 UTC.
....codecmpeg2_encincludeumc_mpeg2_video_encoder.h(26): remark #444: destructor for base class "ippMPEG2EncoderParams" is not virtual
public ippMPEG2EncoderParams
^
....corevmincludevm_debug.h(34): remark #193: zero used for undefined preprocessing identifier
#if (_WIN32_WCE == 0x0300)
^
....codech264_encincludeumc_h264_pub.h(732): remark #444: destructor for base class "UMC::sDimensions" is not virtual
struct sRectangle : public sDimensions
^
....codech264_encincludeumc_h264_pub.h(1064): remark #1572: floating-point equality and inequality comparisons are unreliable
ret+=min_fsize==val.min_fsize;
^
....codech264_encincludeumc_h264_pub.h(1065): remark #1572: floating-point equality and inequality comparisons are unreliable
ret+=max_fsize==val.max_fsize;
^
....codech264_encincludeumc_h264_pub.h(1066): remark #1572: floating-point equality and inequality comparisons are unreliable
ret+=i_frames_mult==val.i_frames_mult;
^
....codech264_encincludeumc_h264_enc_cpb.h(464): remark #1684: conversion from pointer to same-sized integral type (potential portability problem)
Ipp32s ret = static_cast ((size_t)this);
^
....codech264_encincludeumc_h264_npf.h(117): remark #444: destructor for base class "UMC::H264_I_Noise_Reduction" is not virtual
class CNoiseReductionFilter : public H264_I_Noise_Reduction
^
....codech263_encincludeh263_enc.hpp(51): remark #271: trailing comma is nonstandard
H263_VOP_TYPE_B = 2,
^
....codech263_encincludeh263_enc.hpp(308): remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
int GetAverageQuant() { return (int)mQuantAvg; };
^
.srcvideo_enc_con.cpp(360) : remark #1572: floating-point equality and inequality comparisons are unreliable
if (p_vidEncoderParams->FrameRate != 0 && p_vidEncoderParams->BitRate != 0) {
^
video_enc_con_wce4.cpp
....corevmincludevm_debug.h(34): remark #193: zero used for undefined preprocessing identifier
#if (_WIN32_WCE == 0x0300)
^
.srcvideo_enc_con_wce4.cpp(22): remark #1419: external declaration in primary source file
int main(int argc, vm_char* argv[]);
^
.srcvideo_enc_con_wce4.cpp(113): remark #433: function "main" may not be called or have its address taken
pParams->iRes = main(pParams->argc, pParams->argv);
^
.srcvideo_enc_con_wce4.cpp(119): remark #869: parameter "hPrevInstance" was never referenced
HINSTANCE hPrevInstance,
^
.srcvideo_enc_con_wce4.cpp(121): remark #869: parameter "nCmdShow" was never referenced
int nCmdShow)
^
video_enc_threading.cpp
....coreumcincludeumc_data_reader.h(111): remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
return MovePosition((int)(pos-curr_pos));
^
....coreumcincludeumc_data_reader.h(118): remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
return MovePosition((int)pos);
^
....corevmincludevm_debug.h(34): remark #193: zero used for undefined preprocessing identifier
#if (_WIN32_WCE == 0x0300)
^
....codecmpeg2_encincludeumc_mpeg2_video_encoder.h(26): remark #444: destructor for base class "ippMPEG2EncoderParams" is not virtual
public ippMPEG2EncoderParams
^
....codech264_encincludeumc_h264_pub.h(732): remark #444: destructor for base class "UMC::sDimensions" is not virtual
struct sRectangle : public sDimensions
^
....codech264_encincludeumc_h264_pub.h(1064): remark #1572: floating-point equality and inequality comparisons are unreliable
ret+=min_fsize==val.min_fsize;
^
....codech264_encincludeumc_h264_pub.h(1065): remark #1572: floating-point equality and inequality comparisons are unreliable
ret+=max_fsize==val.max_fsize;
^
....codech264_encincludeumc_h264_pub.h(1066): remark #1572: floating-point equality and inequality comparisons are unreliable
ret+=i_frames_mult==val.i_frames_mult;
^
....codech264_encincludeumc_h264_enc_cpb.h(464): remark #1684: conversion from pointer to same-sized integral type (potential portability problem)
Ipp32s ret = static_cast ((size_t)this);
^
....codech264_encincludeumc_h264_npf.h(117): remark #444: destructor for base class "UMC::H264_I_Noise_Reduction" is not virtual
class CNoiseReductionFilter : public H264_I_Noise_Reduction
^
....codec h263_encincludeh263_enc.hpp(51): remark #271: trailing comma is nonstandard
H263_VOP_TYPE_B = 2,
^
....codech263_encincludeh263_enc.hpp(308): remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
int GetAverageQuant() { return (int)mQuantAvg; };
^
video_enc_utils.cpp
....codecmpeg2_encincludeumc_mpeg2_video_encoder.h(26): remark #444: destructor for base class "ippMPEG2EncoderParams" is not virtual
public ippMPEG2EncoderParams
^
....corevmincludevm_debug.h(34): remark #193: zero used for undefined preprocessing identifier
#if (_WIN32_WCE == 0x0300)
^
....codech264_encincludeumc_h264_pub.h(732): remark #444: destructor for base class "UMC::sDimensions" is not virtual
struct sRectangle : public sDimensions
^
....codech264_encincludeumc_h264_pub.h(1064): remark #1572: floating-point equality and inequality comparisons are unreliable
ret+=min_fsize==val.min_fsize;
^
....codech264_encincludeumc_h264_pub.h(1065): remark #1572: floating-point equality and inequality comparisons are unreliable
ret+=max_fsize==val.max_fsize;
^
....codech264_encincludeumc_h264_pub.h(1066): remark #1572: floating-point equality and inequality comparisons are unreliable
ret+=i_frames_mult==val.i_frames_mult;
^
....codech264_encincludeumc_h264_enc_cpb.h(464): remark #1684: conversion from pointer to same-sized integral type (potential portability problem)
Ipp32s ret = static_cast ((size_t)this);
^
....codech264_encincludeumc_h264_npf.h(117): remark #444: destructor for base class "UMC::H264_I_Noise_Reduction" is not virtual
class CNoiseReductionFilter : public H264_I_Noise_Reduction
^
....codech263_encincludeh263_enc.hpp(51): remark #271: trailing comma is nonstandard
H263_VOP_TYPE_B = 2,
^
....codech263_encincludeh263_enc.hpp(308): remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
int GetAverageQuant() { return (int)mQuantAvg; };
^
.srcvideo_enc_utils.cpp(186): remark #869: parameter "lenSrcFileName" was never referenced
int ReadMPEG2EncoderParams(vm_char *ParFileName, MPEG2EncoderParams* pParams, vm_char *SrcFileName, int lenSrcFileName )
^
link.exe /subsystem:console /out:....\_binwin32_iclvideo_enc_con.exe ....\_binwin32_iclobjvideo_enc_convideo_enc_con.obj ....\_binwin32_iclobjvideo_enc_convideo_enc_con_wce4.obj ....\_binwin32_iclobjvideo_enc_convideo_enc_threading.obj ....\_binwin32_iclobjvideo_enc_convideo_enc_utils.obj /LIBPATH:"....\_binwin32_icllib" kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib comctl32.lib /nodefaultlib:libmmd /nodefaultlib:libc.lib mpeg2_enc.lib mpeg4_enc.lib h264_enc.lib h263_enc.lib h261_enc.lib umc_io.lib media_buffers.lib vm_plus.lib common.lib vm.lib umc.lib ippcore.lib ipps.lib ippi.lib ippdc.lib ippac.lib ippcc.lib ippvc.lib ippj.lib ippsr.lib
Microsoft Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
LINK : fatal error LNK1181: cannot open input file "mpeg2_enc.lib"
NMAKE : fatal error U1077: 'link.exe' : return code '0x49d'
Stop.
0 Kudos
1 Reply
Ying_S_Intel
Employee
425 Views

Dear Customer,

Please zip all .log files generated in directory media_logand send it via Intel Premier Support at https://premier.intel.com where our product support staff will look into this issue.

Thanks,
Ying S
Intel Corp.

0 Kudos
Reply