Zaibon

Untitled

Aug 21st, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. make
  2. g++ -D SUN -Wall -g -I includes -I Ecran -I AccFich -I /usr/local/qt/include -I /usr/local/qt/mkspec/default -L/usr/local/qt/lib -lqt -o `pwd`/bin/Admin Admin/admin.cpp Ecran/fctTrace.o AccFich/AccFich.o
  3. Admin/admin.cpp: In function `int loadPub(LISTE**)':
  4. Admin/admin.cpp:184: error: `PUBLICETE' undeclared (first use this function)
  5. Admin/admin.cpp:184: error: (Each undeclared identifier is reported only once for each function it appears in.)
  6. Admin/admin.cpp:184: error: expected primary-expression before ')' token
  7. Admin/admin.cpp:184: error: expected `,' or `;' before "malloc"
  8. Admin/admin.cpp:197: error: cannot convert `char*' to `char**' for argument `3' to `int FVRecupererEnregistrement(int, FICHIERVAR, char**)'
  9. make: *** [bin/Admin] Error 1
Advertisement
Add Comment
Please, Sign In to add comment