Re: Building EU4 question ?
- Posted by jeremy (admin) May 08, 2009
- 1079 views
bernie said...
No matter how I build it; I end up with binaries that displays NO build information or NO options list on the screen.
What do you mean exactly? I am a little confused. You wind up with binaries, right? Now, when you type in eui or euc it just returns to the command prompt? If that is your problem, can you type eui -version and see if that works?
For me
C:\Develop\euphoria>eui Euphoria Interpreter 4.0.0 development (r2061:2062M) for Windows Using Managed Memory ERROR: Must specify the file to be interpreted on the command line C:\Develop\Euphoria\bin\eui.exe options: [-c filename] Specify a configuration file [-i dir] Add a directory to be searched for include files [-d word] Define a preprocessor word [-batch] Turn on batch processing (do not "Press Enter" on error [-test] Test syntax only, do not execute [-strict] Enable all warnings [-w name] Defines warning level [-x name] Defines warning level by exclusion [-wf filename] Write all warnings to the given file instead of STDOUT [-version] Display the version number [-copyright] Display all copyright notices [-h], [--help] Display the command options [-?] Display the command options
or :
C:\Develop\euphoria>euc Euphoria to C Translator 4.0.0 development (r2061:2063M) for Windows Using Managed Memory ERROR: Must specify the file to be translated on the command line euc.exe [options] file.ex... common options: [-c filename] Specify a configuration file [-i dir] Add a directory to be searched for include files [-d word] Define a preprocessor word [-batch] Turn on batch processing (do not "Press Enter" on error [-test] Test syntax only, do not execute [-strict] Enable all warnings [-w name] Defines warning level [-x name] Defines warning level by exclusion [-wf filename] Write all warnings to the given file instead of STDOUT [-version] Display the version number [-copyright] Display all copyright notices translator options: [-silent] Do not display status messages [-wat] Set the compiler to Watcom [-djg] Set the compiler to DJGPP [-gcc] Set the compiler to GCC [-com dir] Set the compiler directory [-con] Create a console application [-dll] Create a shared library [-so] Create a shared library [-plat platform] Set the platform for the translated code [-lib filename] Use a non-standard library [-fastfp] Enable hardware FPU (DOS option only) [-stack size] Set the stack size (Watcom) [-debug] Enable debug mode for generated code [-keep] Keep the generated files [-makefile] Generate a project Makefile [-makefile-full] Generate a full project Makefile [-cmakefile] Generate a project CMake file [-emake] Generate a emake/emake.bat file to build project [-nobuild] Do not build the project nor write a build file [-builddir dir] Generate/compile all files in 'builddir' [-o filename] Set the output filename

