g++: no input files [message #180807] |
Fri, 08 December 2006 00:54 |
Eclipse User |
|
|
|
Originally posted by: al.kaiser.comcast.net
hi: i'm new to eclipse. i'm getting a linker error:
g++: no input files
when my test project is compiled. apparently i have not set up the project
properties correctly. Can someone help me out?
tia
|
|
|
Re: no input files [message #180814 is a reply to message #180807] |
Fri, 08 December 2006 01:51 |
Eclipse User |
|
|
|
Originally posted by: al.kaiser.comcast.net
i'm including the full text of the compile output:
**** Build of configuration Debug for project calendar ****
make -k all
'Building file: C:/wx/samples/calendar/calendar.cpp'
'Invoking: GCC C++ Compiler'
g++ -D__GNUWIN32__ -D__WINDOWS__ -D__WXMSW__ -D__WXDEBUG__ -DSTRICT -U__WXMSW__
-I"C:\wx\include\" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"calendar.d"
-MT"calendar.d" -o"calendar.o" "C:/wx/samples/calendar/calendar.cpp"
g++: no input files
make: *** [calendar.o] Error 1
make: Target `all' not remade because of errors.
Build complete for project calendar
hth
"al kaiser" <al.kaiser@comcast.net> wrote in message
news:elad49$ni3$1@utils.eclipse.org...
> hi: i'm new to eclipse. i'm getting a linker error:
> g++: no input files
>
> when my test project is compiled. apparently i have not set up the
> project properties correctly. Can someone help me out?
>
> tia
>
>
|
|
|
Re: no input files [message #180822 is a reply to message #180807] |
Fri, 08 December 2006 02:03 |
Eclipse User |
|
|
|
Originally posted by: al.kaiser.comcast.net
i thought it would be helpful to include the text from the compile. thanks
again for any thoughts. btw, this is a managed make project.
**** Build of configuration Debug for project calendar ****
make -k all
'Building file: C:/wx/samples/calendar/calendar.cpp'
'Invoking: GCC C++ Compiler'
g++ -D__GNUWIN32__ -D__WINDOWS__ -D__WXMSW__ -D__WXDEBUG__ -DSTRICT -U__WXMSW__
-I"C:\wx\include\" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"calendar.d"
-MT"calendar.d" -o"calendar.o" "C:/wx/samples/calendar/calendar.cpp"
g++: no input files
make: *** [calendar.o] Error 1
make: Target `all' not remade because of errors.
Build complete for project calendar
"al kaiser" <al.kaiser@comcast.net> wrote in message
news:elad49$ni3$1@utils.eclipse.org...
> hi: i'm new to eclipse. i'm getting a linker error:
> g++: no input files
>
> when my test project is compiled. apparently i have not set up the
> project properties correctly. Can someone help me out?
>
> tia
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.05571 seconds