File always compiles

TwineCompile - Cut C++Builder compile times by up to 50x!
mmoulherat
Posts: 6
Joined: Mon Nov 28, 2011 8:17 am

Re: File always compiles

Post by mmoulherat »

An extract from the twfiles.@@@ file
gui\dialogs\FrmObjectListMsgBox.cpp*-DNDEBUG;EXGL_ENABLE_ANTIALIASING;NO_STRICT;EXGL_EDITOR;_Cosmo_DynamicLoad;EXGL_ENABLE_NAVYBUS;EXGL_ENABLE_OPTIMIZATION;USBMAJ_DYNAMIC_DLL;EXGL_HISTO;ONLINEUPDATE_DYNAMIC_DLL;SK_DLL_DYNAMIC_LOAD;EXGL_BUZZER;DONGLE_DYNAMIC_DLL;ENABLE_JOURNAL;_NEW_ACTIONS;_LOAD_VERBOSE;_NEW; -IExgl\histo;gui\wizards;gui\signals;gui\notifications;gui\dialogs;gui\custom_components;gui;Exgl\exgl_time;Exgl\actions;Exgl\script;script;res;exgl\formula;properties_forms;exgl\signals;exgl\components;Functional;System;"C:\Program Files\CodeGear\RAD Studio\6.0\include\boost_1_35\boost\tr1\tr1";"c:\program files\codegear\rad studio\6.0\include";"c:\program files\codegear\rad studio\6.0\include\dinkumware";"c:\program files\codegear\rad studio\6.0\include\vcl";"C:\Program Files\CodeGear\RAD Studio\6.0\include\boost_1_35";exgl;C:\GnuWin32\include;Communication;Functional;System;"c:\program files\codegear\rad studio\6.0\ObjRepos\Cpp";"c:\program files\codegear\rad studio\6.0\include\Indy10" -c -tWM -tU -tW -oRelease\FrmObjectListMsgBox.obj -wamb -wamp -wbbf -wcln -w-csu -wdef -winl -wnak -wnod -w-par -wpin -wstu -wstv -wucp -wuse -wprc -wstl -wexc -wimp -O2 -v- -vi -H=Release\Graphic_library.pch -H

...

Exgl\formula\EXGLFormulaParser.tab.cpp*-DNDEBUG;EXGL_ENABLE_ANTIALIASING;NO_STRICT;EXGL_EDITOR;_Cosmo_DynamicLoad;EXGL_ENABLE_NAVYBUS;EXGL_ENABLE_OPTIMIZATION;USBMAJ_DYNAMIC_DLL;EXGL_HISTO;ONLINEUPDATE_DYNAMIC_DLL;SK_DLL_DYNAMIC_LOAD;EXGL_BUZZER;DONGLE_DYNAMIC_DLL;ENABLE_JOURNAL;_NEW_ACTIONS;_LOAD_VERBOSE;_NEW; -IExgl\histo;gui\wizards;gui\signals;gui\notifications;gui\dialogs;gui\custom_components;gui;Exgl\exgl_time;Exgl\actions;Exgl\script;script;res;exgl\formula;properties_forms;exgl\signals;exgl\components;Functional;System;"C:\Program Files\CodeGear\RAD Studio\6.0\include\boost_1_35\boost\tr1\tr1";"c:\program files\codegear\rad studio\6.0\include";"c:\program files\codegear\rad studio\6.0\include\dinkumware";"c:\program files\codegear\rad studio\6.0\include\vcl";"C:\Program Files\CodeGear\RAD Studio\6.0\include\boost_1_35";exgl;C:\GnuWin32\include;Communication;Functional;System;"c:\program files\codegear\rad studio\6.0\ObjRepos\Cpp";"c:\program files\codegear\rad studio\6.0\include\Indy10" -c -tWM -tU -tW -oRelease\EXGLFormulaParser.tab.obj -wamb -wamp -wbbf -wcln -w-csu -wdef -winl -wnak -wnod -w-par -wpin -wstu -wstv -wucp -wuse -wprc -wstl -wexc -wimp -O2 -v- -vi -H=Release\Graphic_library.pch -H
gui\FrmCustomMsgBox.cpp*-DNDEBUG;EXGL_ENABLE_ANTIALIASING;NO_STRICT;EXGL_EDITOR;_Cosmo_DynamicLoad;EXGL_ENABLE_NAVYBUS;EXGL_ENABLE_OPTIMIZATION;USBMAJ_DYNAMIC_DLL;EXGL_HISTO;ONLINEUPDATE_DYNAMIC_DLL;SK_DLL_DYNAMIC_LOAD;EXGL_BUZZER;DONGLE_DYNAMIC_DLL;ENABLE_JOURNAL;_NEW_ACTIONS;_LOAD_VERBOSE;_NEW; -IExgl\histo;gui\wizards;gui\signals;gui\notifications;gui\dialogs;gui\custom_components;gui;Exgl\exgl_time;Exgl\actions;Exgl\script;script;res;exgl\formula;properties_forms;exgl\signals;exgl\components;Functional;System;"C:\Program Files\CodeGear\RAD Studio\6.0\include\boost_1_35\boost\tr1\tr1";"c:\program files\codegear\rad studio\6.0\include";"c:\program files\codegear\rad studio\6.0\include\dinkumware";"c:\program files\codegear\rad studio\6.0\include\vcl";"C:\Program Files\CodeGear\RAD Studio\6.0\include\boost_1_35";exgl;C:\GnuWin32\include;Communication;Functional;System;"c:\program files\codegear\rad studio\6.0\ObjRepos\Cpp";"c:\program files\codegear\rad studio\6.0\include\Indy10" -c -tWM -tU -tW -oRelease\FrmCustomMsgBox.obj -wamb -wamp -wbbf -wcln -w-csu -wdef -winl -wnak -wnod -w-par -wpin -wstu -wstv -wucp -wuse -wprc -wstl -wexc -wimp -O2 -v- -vi -H=Release\Graphic_library.pch -H
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: File always compiles

Post by jomitech »

Thanks for that output. There doesn't seem to be anything different with that command line to cause the obj not to contain the full path.

Can you do the following:
1. Enable that logging option in the registry
2. Close all the executors (use TwineCompile->Close Executors in the IDE)
3. Delete all log files in the logging directory
4. Reproduce the compile issue by "making" the project, so only that file is built.
5. Zip up and send the following items to support at jomitech dot com:
- The *.log files in the logging directory
- The entire contents of the Console Output in the IDE
- The obj file (EXGLFormulaParser.tab.obj)
- The twfiles.@@@ file

Hopefully having all these items will allow me to identify what exactly is going on.
Jon
Post Reply