Bonjour , j'ai un problème avec le robot Larbin (http://larbin.sourceforge.net/) je n'arrive pas a la compiler avec Visual C++ 2005 express (il est inialement prévue pour tourner sous Linux).
Voici les erreurs de compile que me sort Vc++Auriez vous une solution ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42 Error 1 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\webserver.cc 473 Error 2 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\interf\useroutput.cc 27 Warning 3 warning C4005: 'initCookie' : macro redefinition c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\url.cc 27 Error 4 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\url.cc 524 Error 5 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\text.cc 218 Error 6 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\string.cc 89 Error 7 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\interf\statsuseroutput.cc 93 Error 8 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\specbuf.cc 33 Error 9 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\site.cc 525 Error 10 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\sequencer.cc 71 Error 11 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\interf\saveuseroutput.cc 108 Error 12 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\savespecbuf.cc 119 Error 13 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\PersistentFifo.cc 249 Error 14 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\interf\output.cc 82 Error 15 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\mypthread.cc 24 Error 16 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\interf\mirrorsaveuseroutput.cc 106 Error 17 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\main.cc 170 Error 18 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\interf\input.cc 216 Error 19 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\histogram.cc 180 Error 20 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\hashTable.cc 101 Error 21 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\hashDup.cc 82 Error 22 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\global.cc 373 Warning 23 warning C4005: '_newSpec' : macro redefinition c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\file.cc 242 Warning 24 warning C4005: '_endOfInput' : macro redefinition c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\file.cc 244 Warning 25 warning C4005: '_destructSpec' : macro redefinition c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\file.cc 245 Warning 26 warning C4005: '_getContent' : macro redefinition c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\file.cc 246 Warning 27 warning C4005: '_getSize' : macro redefinition c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\file.cc 247 Warning 28 warning C4005: 'notCgiChar' : macro redefinition c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\file.cc 255 Warning 29 warning C4005: 'checkType' : macro redefinition c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\file.cc 426 Warning 30 warning C4005: 'checkType' : macro redefinition c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\file.cc 428 Error 31 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\file.cc 684 Warning 32 warning C4005: 'manageHtml' : macro redefinition c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\fetchPipe.cc 202 Error 33 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\fetchPipe.cc 221 Error 34 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\fetchOpen.cc 70 Error 35 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\dynamicspecbuf.cc 65 Error 36 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\interf\defaultuseroutput.cc 62 Error 37 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\defaultspecbuf.cc 14 Error 38 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\debug.cc 62 Error 39 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\utils\connexion.cc 125 Error 40 fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? c:\Documents and Settings\Teddy\Bureau\ShunixBot C++\src\fetch\checker.cc 81
Partager