Forum > Windows

BOINC as library

<< < (3/9) > >>

Jason G:
Well just to see if it maybe is in the compiler stage not producing .obj,  or putting it in the wrong location,  maybe turn on assembly output .asm file for analyzefuncs.cpp  and see where that goes.... (with just a recompile of that file, not a link.)

 the output directories for asm and object files on mine [analyzefuns.cpp, C++ output files]  are set to '$(Intdir)' which I beleive is inherited, so they should be in the release directory (analyzefuncs.obj is sitting there in mine)

Jason

Raistmer:
Wow I just did what you suggest to do :)
I turned on asm output (as verbose as it could be - /FAcs option) , replaced $(Intdir) with '.' and compiled again... No obj, no asm....
Only these files was found :
analyzeFuncs.cpp
analyzeFuncs.h
analyzeFuncs.i
seti_boinc-analyzeFuncs.Po

And nothing more with analyzeFuncs in the file name ...

Jason G:
Well that IS wierd  :o.  The only thing I can think of is that somehow Analysefuncs is set to exclude from build.

What happens if you 'clean only' seti_boinc solution then only comple analyzefuncs? same thing ?

Raistmer:
Yes, the same. It tried to build only one project, to compile only one analyzeFuncs.cpp file, even to switch back to VS-style project and compile analyzeFuncs.cpp via MS compiler.
Results the same (exept MS compiler complained about unknown options
------ Build started: Project: seti_boinc, Configuration: Release32-NoGFX-xP Win32 ------
Compiling...
cl : Command line warning D9002 : ignoring unknown option '/Qprec-div-'
cl : Command line warning D9002 : ignoring unknown option '/Qprec-sqrt-'
cl : Command line warning D9002 : ignoring unknown option '/QxW'
analyzeFuncs.cpp
) no analyzeFuncs.obj was generated.

Jason G:
one small difference there.... I am doing a release QxW , and mine goes to the xW Release directory,  Shouldn't yours be set to /QxP and be going to the Release xP ?... maybe that compiler command line.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version