Linker issue?

Josh moonburntm at gmail.com
Mon Jun 17 19:02:49 PDT 2013


On Monday, 17 June 2013 at 19:33:55 UTC, Aleksandar Ruzicic wrote:
> rdmd --build-only --compiler=dmd -w -g -debug
> -version=LIBEV4
> -version=VibeLibeventDriver
> -version=Have_vibe_d
> -I<path>\source
> -I<path>\.dub\packages\vibe-d\import
> -I<path>\.dub\packages\vibe-d\source
> -J<path>\views
> <path>\.dub\packages\vibe-d\lib\win-i386\eay.lib
> <path>\.dub\packages\vibe-d\lib\win-i386\ssl.lib
> <path>\.dub\packages\vibe-d\lib\win-i386\event2.lib
> wsock32.lib
> ws2_32.lib
> -ofgamesrv.exe
> source\app.d
>
> So it seems you're missing wsock32.lib, but I'm a bit puzzled 
> with linker errors, as those missing symbols are not inside 
> wsock32.lib..

I've added in wsock32.lib, the -J, and the 3 versions, and it 
gives the same output. I should mention that I can compile the 
examples fine with both vibe and dub by themselves, but 
apparently not inside Eclipse.

Thanks for your help though Aleksandar.

Josh


More information about the Digitalmars-d-learn mailing list