Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » [MAC OS X]FLTK C++ Compilation Error(compilation error)
[MAC OS X]FLTK C++ Compilation Error [message #1731387] Wed, 04 May 2016 20:34 Go to next message
Michelle Uy is currently offline Michelle UyFriend
Messages: 6
Registered: May 2016
Junior Member
Hey all,

I'm trying to compile a basic FLTK code however I'm getting a directory error. Here is the error:

15:53:09 **** Build of configuration Debug for project FLTK_6 ****
make all
Building file: ../src/FLTK_6.cpp
Invoking: GCC C++ Compiler
g++ -I/Users/aa/Documents/System Libraries/Programming-code/GUI -I/opt/local/include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/FLTK_6.d" -MT"src/FLTK_6.d" -o "src/FLTK_6.o" "../src/FLTK_6.cpp"
clang: error: no such file or directory: 'Libraries/Programming-code/GUI'
make: *** [src/FLTK_6.o] Error 1


15:53:09 Build Finished (took 148ms)

Problem is I don't have a libraries/Programming-code/GUI folder. So where do I change the directory to "/Users/aa/Documents/System Libraries/Programming-code/GUI"? Help would be appreciated, thanks!
Re: [MAC OS X]FLTK C++ Compilation Error [message #1731390 is a reply to message #1731387] Wed, 04 May 2016 20:43 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

If you look at the error message, you'll see that the space in the include path you passed in was not handled as you wanted. You might want to follow up in the CDT forum; see https://www.eclipse.org/forums/index.php/t/161206/ .

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: [MAC OS X]FLTK C++ Compilation Error [message #1731400 is a reply to message #1731390] Thu, 05 May 2016 00:11 Go to previous message
Michelle Uy is currently offline Michelle UyFriend
Messages: 6
Registered: May 2016
Junior Member
Oh, thank you! I do apologize for putting this in the wrong section.
Previous Topic:Copying Eclipse Project
Next Topic:Re: Xbase, Using XbaseBatchScopeProvider
Goto Forum:
  


Current Time: Tue Apr 23 07:10:07 GMT 2024

Powered by FUDForum. Page generated in 1.65087 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top