Hello Viktor hbIDE run from console window which is used to compile/link/run under development. NOTE: this I am doing since very begining I started on hbQT+. hbMK2 executes properly and builds the targets ok. But since yesterday night I "Build and Run" feature of hbIDE produces this log. Strange part is that if I run same hbIDE.exe from desktop icon and execute "Build and Run" it works perfectly. Probably this may lead us to detect why on *nixes the same operation fails.
Below are logs from hbIDE invoked from the development console and from desktop. [ FROM CONSOLE ] ---------------------------------------------------------------------------------------------------- Project [ TST ] Launch [ Yes ] Rebuild [ Yes ] Started [ 12:22:58 ] ---------------------------------------------------------------------------------------------------- C:\DOCUME~1\Pritpal\LOCALS~1\Temp\pj2i3p.bat : Exists /C C:\DOCUME~1\Pritpal\LOCALS~1\Temp\pj2i3p.bat && hbmk2 C:\harbour\contrib\hbide\projects\tst.hbp -q -trace -info -lang=en -rebuild ---------------------------------------------------------------------------------------------------- Starting in: harbour\contrib\hbide : C:\harbour\contrib\hbide\projects\ C:\harbour\contrib\hbide\projects>set PATH=c:\mingw\bin;c:\qt\2009.03\qt\bin; C:\harbour\contrib\hbide\projects>set PATH=c:\harbour;c:\harbour\harbour\mingw\bin;c:\mingw\bin;c:\qt\2009.03\qt\bin; C:\harbour\contrib\hbide\projects>set HB_WITH_QT=c:\qt\2009.03\qt 'hbmk2' is not recognized as an internal or external command, operable program or batch file. ---------------------------------------------------------------------------------------------------- Exit Code [ 1 ] Exit Status [ 0 ] Finished at [ 12:22:58 ] Done in [ 0.20 Secs ] ---------------------------------------------------------------------------------------------------- Sorry, cannot launch project because of errors... 2nd "Build and Launch" ---------------------------------------------------------------------------------------------------- Project [ TST ] Launch [ Yes ] Rebuild [ No ] Started [ 12:29:26 ] ---------------------------------------------------------------------------------------------------- C:\DOCUME~1\Pritpal\LOCALS~1\Temp\lg4tiu.bat : Exists /C C:\DOCUME~1\Pritpal\LOCALS~1\Temp\lg4tiu.bat && hbmk2 C:\harbour\contrib\hbide\projects\tst.hbp -q -trace -info -lang=en ---------------------------------------------------------------------------------------------------- Starting in: harbour\contrib\hbide : C:\harbour\contrib\hbide\projects\ C:\harbour\contrib\hbide\projects>set PATH=c:\mingw\bin;c:\qt\2009.03\qt\bin; C:\harbour\contrib\hbide\projects>set PATH=c:\harbour;c:\harbour\harbour\mingw\bin;c:\mingw\bin;c:\qt\2009.03\qt\bin; C:\harbour\contrib\hbide\projects>set HB_WITH_QT=c:\qt\2009.03\qt 'hbmk2' is not recognized as an internal or external command, operable program or batch file. ---------------------------------------------------------------------------------------------------- Exit Code [ 1 ] Exit Status [ 0 ] Finished at [ 12:29:26 ] Done in [ 0.19 Secs ] ---------------------------------------------------------------------------------------------------- Sorry, cannot launch project because of errors... Two builds were just to check if .bat is unique to both of them. [ hbIDE run from desktop icon ] ---------------------------------------------------------------------------------------------------- Project [ TST ] Launch [ Yes ] Rebuild [ No ] Started [ 12:39:02 ] ---------------------------------------------------------------------------------------------------- C:\DOCUME~1\Pritpal\LOCALS~1\Temp\rli88v.bat : Exists /C C:\DOCUME~1\Pritpal\LOCALS~1\Temp\rli88v.bat && hbmk2 C:\harbour\contrib\hbide\projects\tst.hbp -q -trace -info -lang=en ---------------------------------------------------------------------------------------------------- Starting in: harbour\contrib\hbide : C:\harbour\contrib\hbide\projects\ C:\harbour\contrib\hbide\projects>set PATH=C:\mingw\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin;C:\Program Files\Microsoft Office\OFFICE11\Business Contact Manager\IM;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft Office\OFFICE11\Business Contact Manager\;C:\Program Files\Common Files\InterSystems\Cache;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH C:\harbour\contrib\hbide\projects>set PATH=C:\harbour_dev;C:\harbour_dev\harbour\mingw\bin;C:\mingw\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin;C:\Program Files\Microsoft Office\OFFICE11\Business Contact Manager\IM;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft Office\OFFICE11\Business Contact Manager\;C:\Program Files\Common Files\InterSystems\Cache;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH C:\harbour\contrib\hbide\projects>set HB_COMPILER=mingw C:\harbour\contrib\hbide\projects>set HB_INSTALL_PREFIX=C:\harbour_dev\harbour\mingw C:\harbour\contrib\hbide\projects>set HB_INC_INSTALL=C:\harbour_dev\harbour\mingw\include C:\harbour\contrib\hbide\projects>set HB_LIB_INSTALL=C:\harbour_dev\harbour\mingw\lib C:\harbour\contrib\hbide\projects>set HB_BIN_INSTALL=C:\harbour_dev\harbour\mingw\bin hbmk2: Processing environment options: -compiler=mingw hbmk2: Autodetected platform: win hbmk2: Using Harbour: C:\harbour_dev\harbour\mingw\bin C:\harbour_dev\harbour\mingw\include C:\harbour_dev\harbour\mingw\lib C:\harbour_dev\harbour\mingw\lib hbmk2: Processing configuration: C:\harbour_dev\harbour\mingw\bin\hbmk.cfg hbmk2: Harbour compiler command (embedded): (C:\harbour_dev\harbour\mingw\bin\harbour.exe) -n2 C:/harbour/contrib/hbide/projects/tst.prg C:/harbour/contrib/hbide/projects/tgui.prg -q -oC:\DOCUME~1\Pritpal\LOCALS~1\Temp\ -iC:/harbour_dev/harbour/mingw/include -ic:/harbour/contrib/hbxbp -ic:/harbour/contrib/hbqt Harbour 2.1.0dev (Rev. 14261) Copyright (c) 1999-2010, http://www.harbour-project.org/ hbmk2: C/C++ compiler command: gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -Wall -W -pipe -IC:/harbour_dev/harbour/mingw/include -Ic:/harbour/contrib/hbxbp -Ic:/harbour/contrib/hbqt C:\DOCUME~1\Pritpal\LOCALS~1\Temp\tst.c -o C:/DOCUME~1/Pritpal/LOCALS~1/Temp/tst.o hbmk2: C/C++ compiler command: gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -Wall -W -pipe -IC:/harbour_dev/harbour/mingw/include -Ic:/harbour/contrib/hbxbp -Ic:/harbour/contrib/hbqt C:\DOCUME~1\Pritpal\LOCALS~1\Temp\tgui.c -o C:/DOCUME~1/Pritpal/LOCALS~1/Temp/tgui.o hbmk2: C/C++ compiler command: gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -Wall -W -pipe -IC:/harbour_dev/harbour/mingw/include -Ic:/harbour/contrib/hbxbp -Ic:/harbour/contrib/hbqt C:\DOCUME~1\Pritpal\LOCALS~1\Temp\hbmk_sxygzc.c -o C:/DOCUME~1/Pritpal/LOCALS~1/Temp/hbmk_sxygzc.o hbmk2: C/C++ compiler command: g++.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -Wall -W -pipe -IC:/harbour_dev/harbour/mingw/include -Ic:/harbour/contrib/hbxbp -Ic:/harbour/contrib/hbqt C:\DOCUME~1\Pritpal\LOCALS~1\Temp\hbmk_dnlarw.cpp -o C:/DOCUME~1/Pritpal/LOCALS~1/Temp/hbmk_dnlarw.o hbmk2: Linker command: gcc.exe C:\DOCUME~1\Pritpal\LOCALS~1\Temp\tst.o C:\DOCUME~1\Pritpal\LOCALS~1\Temp\tgui.o C:\DOCUME~1\Pritpal\LOCALS~1\Temp\hbmk_sxygzc.o C:\DOCUME~1\Pritpal\LOCALS~1\Temp\hbmk_dnlarw.o -mwindows -Wl,--start-group -lhbxpp -lhbxbp -lhbqt -lhbqtcore -lhbqtgui -lhbqtnetwork -lversion -lshlwapi -lQtCore4 -lQtGui4 -lQtNetwork4 -lQtUiTools -lpsapi -lsupc++ -lhbmainwin -lhbcplr -lhbdebug -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -l"harbourmt-21" -Wl,--end-group -oc:/dev_exes/tst.exe -LC:/harbour_dev/harbour/mingw/lib -Lc:/qt/4.5.3/lib -L/../lib ---------------------------------------------------------------------------------------------------- Exit Code [ 0 ] Exit Status [ 0 ] Finished at [ 12:39:04 ] Done in [ 2.45 Secs ] ---------------------------------------------------------------------------------------------------- Launching application [ c:\dev_exes\tst.exe ] So what should I look into or what has changed in hbMK2 recently ? ----- enjoy hbIDEing... Pritpal Bedi http://hbide.vouch.info/ -- View this message in context: http://n2.nabble.com/hbIDE-Invoked-from-Console-development-vs-Desktop-Icon-tp4883224p4883224.html Sent from the harbour-devel mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour