#115: n
---------------------------+------------------------------------------------
  Reporter:  ouhncom       |       Owner:  laurent                              
                                                                            
      Type:  defect        |      Status:  new                                  
                                                                            
  Priority:  major         |   Milestone:  QuteCom 2.2-RC2                      
                                                                            
 Component:  Build System  |     Version:  2.2-RC3                              
                                                                            
Resolution:                |    Keywords:  NMAKE : fatal error U1073  U1077 
msvc_recommended_pragmas.h: No such file or directory  unrecognized option `-FI'
---------------------------+------------------------------------------------

Comment(by laurent):

 Replying to [comment:57 ouhncom]:
 > My computer first installed VC6 on C:\Program Files\Microsoft Visual
 Studio, and then installed VS2005 on  D:\VS2005 , the enviroment variables
 of them was setted by the intaller, I haven't modified  any of them.
 > the whole enviroment variables  was post above. It seems that VC6 is the
 default.
 >
 > when I double click build_nmake-debug.bat or send
 > cmake .. -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" in cmd.exe
 > will  find  error:
 > -- found boost includes in C:/Program Files/boost/boost_1_34_1
 > -- found boost libs in TMP-NOTFOUND
 > CMake Error at owbuild/FindBoost.cmake:539 (message):
 >   Could not find Boost
 >
 > Now that  "-- found boost includes"  why log.txt have the message "Could
 not find Boost "  ? ?
 >
 > If  I  chage to  use Visual stdio 2005's command prompt and send
 > cmake .. -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles"
 > will could find boost and haven't the error above .
 >
 > why ????

 Because when you double click on .bat file, visual 2005 env is not launch.
 You must launch build_...bat in the visual 2005 command prompt

-- 
Ticket URL: <http://trac.qutecom.org/ticket/115#comment:61>
QuteCom <http://trac.qutecom.org>

_______________________________________________
QuteCom-dev mailing list
QuteCom-dev@lists.qutecom.org
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to