Home > OS >  Ice 3.4.2 compilation of great spirit
Ice 3.4.2 compilation of great spirit

Time:10-05

Small white a compilation ice when a pile of undefined tripartite libraries are compiled a success

CodePudding user response:

Header files or libraries for?

CodePudding user response:

reference 1st floor mouse_zhu response:
header files or libraries for?
I is according to the ice installation tutorial

CodePudding user response:

reference 1st floor mouse_zhu response:
header files or libraries for?
if include the header should be written in which files? How to write? Linux is a small white a

CodePudding user response:

How do you compile? In the header file is written to the fileutil. CPP

CodePudding user response:

 

#include
#include
#include
#include
#include
#include

# include & lt; Unistd. H>

# ifdef _WIN32
# include & lt; Process. H>
# endif

# ifdef _WIN32
# include & lt; IO. H>
# endif

CodePudding user response:

Join unistd. H

#include
#include
#include
#include
#include
#include
# include & lt; Unistd. H>

# ifdef _WIN32
# include & lt; Process. H>
# endif

# ifdef _WIN32
# include & lt; IO. H>
# endif

CodePudding user response:

refer to 6th floor mouse_zhu response:
add unistd. H

#include
#include
#include
#include
#include
#include
# include & lt; Unistd. H>

# ifdef _WIN32
# include & lt; Process. H>
# endif

# ifdef _WIN32
# include & lt; IO. H>
# endif
thank you thank you?? Fileutil have compiled the now is filetracker CPP however

CodePudding user response:

Filetracker. CPP: 138:36 error 'unlink' was not declared in the scope

CodePudding user response:

refer to the eighth floor qq_25961433 response:
filetracker. CPP: 138:36 error 'unlink' was not declared in the scope
146 line rmdir is the same mistake

CodePudding user response:

Filetracker. CPP in header files

CodePudding user response:

This error is less # include & lt; Unistd. H> Problems, the file after an error in the join under the file header file

CodePudding user response:

references to the tenth floor mouse_zhu response:
filetracker. CPP to join the header file
thank you
  • Related