Advertisement
savy2020

gnucap_make_errors

Mar 21st, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1.  
  2. ** WARNING ** Failed to load AGL file "pdfglyphlist.txt"...
  3. ** WARNING ** Failed to load AGL file "glyphlist.txt"...
  4. [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][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136]
  5. 473271 bytes written
  6. In file included from ap_construct.cc:25:
  7. ap.h: In member function ‘bool CS::match1(const std::string&) const’:
  8. ap.h:105: error: ‘strchr’ was not declared in this scope
  9. ap_construct.cc: In constructor ‘CS::CS(CS_FILE, const std::string&, int)’:
  10. ap_construct.cc:37: error: ‘strcpy’ was not declared in this scope
  11. ap_construct.cc:40: error: ‘strerror’ was not declared in this scope
  12. ap_construct.cc:46: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result
  13. ap_construct.cc: In constructor ‘CS::CS(CS_FILE, const std::string&, int)’:
  14. ap_construct.cc:46: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result
  15. ap_construct.cc: In constructor ‘CS::CS(CS_FILE, const std::string&, int)’:
  16. ap_construct.cc:46: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result
  17. ap_construct.cc: In constructor ‘CS::CS(const std::string&, int)’:
  18. ap_construct.cc:62: error: ‘strcpy’ was not declared in this scope
  19. ap_construct.cc: In member function ‘CS& CS::operator=(const std::string&)’:
  20. ap_construct.cc:95: error: ‘strcpy’ was not declared in this scope
  21. make[2]: *** [ap_construct.o] Error 1
  22. make[1]: *** [all-recursive] Error 1
  23. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement